2019.1

Table Of Contents
Get Data Record Values
Returns a list of the values for a specific Data Record entity, and potentially the values of any
nested Data Records (if recursive).
Request takes no content, and on success returns a response containing either:
l a JSON Record Content List of all the values for the Data Record, or
l a JSON Record Content List (Explicit Types) of all the values and data types for the Data
Record
Type: GET
URI:
/rest/serverengine/entity/datarecords/{dataRecordId}/values
Parameters:
Path:
l dataRecordId the ID of the Data Record entity in Server
Query:
l recursive recurse all Data Tables within the Data Record and
retrieve the values of any nested Data Records also (Default Value:
false)
l explicitTypes retrieve both values and data types of the Data
Record (Default Value: false)
Request:
Add.
Headers:
auth_token Authorization Token (if server security
settings enabled)
Content:
Content
Type:
Page 373