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:

  • 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:
  • 200 OK – Content Item Identifier List returned
  • 401 Unauthorized – Server authentication required
  • 403 Forbidden – Server authentication has failed or expired