Get Document Sets for Job Segment

Returns a list of all the Document Set entities contained within a specific Job Segment entity.

Request takes no content, and on success returns a response containing a JSON Identifier List of all the Document Sets in the Job Segment.

Type: GET
URI: /rest/serverengine/entity/jobsegments/{jobSegmentId}
Parameters:

Path:

  • jobSegmentId – the ID of the Job Segment 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 Document Sets in Job Segment
Content Type: application/json
Status:
  • 200 OK – Identifier List of Document Sets returned
  • 401 Unauthorized – Server authentication required
  • 403 Forbidden – Server authentication has failed or expired