Get Job Set Properties

Returns a list of the properties for a specific Job Set 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 Set.

Type: GET
URI: /rest/serverengine/entity/jobsets/{jobSetId}/properties
Parameters:

Path:

  • jobSetId – the ID of the Job Set 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 Set
Content Type: application/json
Status:
  • 200 OK – Job Set entity properties successfully retrieved
  • 401 Unauthorized – Server authentication required
  • 403 Forbidden – Server authentication has failed or expired
 
   
  • Last Topic Update: Jan-22-2018 13:07
  • Last Published: 2018-05-14 : 9:58 AM