1.5

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