1.7

Table Of Contents
Get Job Segments for Job
Returns a list of all the Job Segment entities contained within a specific Job entity.
Request takes no content, and on success returns a response containing a JSON Identifier List
of all the Job Segments in the Job.
Type: GET
URI:
/rest/serverengine/entity/jobs/{jobId}
Parameters:
Path:
l 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 Identifier List of all the Job Segments in Job
Content
Type:
application/json
Status:
l 200 OK Identifier List of Job Segments returned
l 401 Unauthorized Server authentication required
l 403 Forbidden Server authentication has failed
or expired
Page 455