1.7

Table Of Contents
Get Content Items for Job
Returns a list of all the Content Item entities (and their corresponding Data Record entities)
contained within a specific Job entity.
Request takes no content, and on success returns a response containing a JSON Content Item
Identifier List of all the Content Items for the Job.
Type: GET
URI:
/rest/serverengine/entity/jobs/{jobId}/contents
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 Content Item Identifier List of all the Content Items
in Job
Content
Type:
application/json
Status:
l 200 OK Content Item Identifier List returned
l 401 Unauthorized Server authentication required
Page 453