2019.1

Table Of Contents
Get Document Metadata Properties
Returns a list of the metadata properties for a specific Document 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.
Type: GET
URI:
/rest/serverengine/entity/documents/{documentId}/metadata
Parameters:
Path:
l documentId the ID of the Document 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
Content
Type:
application/json
Status:
l 200 OK Document entity metadata properties
successfully retrieved
l 401 Unauthorized Server authentication required
Page 420