1.5

Get Data Record Properties
Returns a list of the properties for a specific Data Record entity.
Request takes no content, and on success returns a response containing a JSON Name/Value
List (Properties Only) of all the properties for the Data Record.
Type: GET
URI:
/rest/serverengine/entity/datarecords/{dataRecordId}/properties
Parameters:
Path:
l dataRecordId the ID of the Data Record 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 properties for
Data Record
Content
Type:
application/json
Status:
l 200 OK Data Record entity properties
successfully retrieved
l 401 Unauthorized Server authentication required
Page 262