2019.2

Table Of Contents
Get Document Set Metadata Properties
Returns a list of the metadata properties for a specific Document Set entity.
Request takes no content, and on success returns a response containing a JSON Name/Value
List (Properties Only) of all the metadata properties for the Document Set.
Type: GET
URI:
/rest/serverengine/entity/documentsets/{documentSetId}/metadata
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 Name/Value List (Properties Only) of metadata
properties for Document Set
Content
Type:
application/json
Status:
l 200 OK Document Set entity metadata properties
successfully retrieved
l 401 Unauthorized Server authentication required
Page 429