1.7

Table Of Contents
Get Documents for Document Set
Returns a list of all the Document entities contained within a specific Document Set entity.
Request takes no content, and on success returns a response containing a JSON Identifier List
of all the Documents in the Document Set.
Type: GET
URI:
/rest/serverengine/entity/documentsets/{documentSetId}
Parameters:
Path:
l documentSetId the ID of the Document Set 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 Documents in Document
Set
Content
Type:
application/json
Status:
l 200 OK Identifier List of Documents returned
l 401 Unauthorized Server authentication required
Page 386