Get Job Properties

Returns a list of the properties for a specific Job entity.

Request takes no content, and on success returns a response containing a JSON Name/Value List (Properties Only) of all the properties for the Job.

Type: GET
URI: /rest/serverengine/entity/jobs/{jobId}/properties
Parameters:

Path:

  • jobId – the ID of the Job entity in Server
Request:
Add. Headers: auth_token – Authorization Token (if server security settings enabled)
Content:
Content Type:
Response:
Add. Headers:
Content: JSON Name/Value List (Properties Only) of properties for Job
Content Type: application/json
Status:
  • 200 OK – Job entity properties successfully retrieved
  • 401 Unauthorized – Server authentication required
  • 403 Forbidden – Server authentication has failed or expired