2021.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 JSON Record Content List of all the values for the Data Record
l JSON Record Content List (Explicit Types) of all the values and data types for the Data
Record
Request
Method Type:
GET
URI:
/rest/serverengine/entity/datarecords/{dataRecordId}/values
Content:
Content
Type:
Add.
Headers:
If server security settings are enabled, then one of the following:
l Authorization Basic Authentication (Username and Password)
credentials (Base64 encoded)
l auth_token Authorization Token
Parameters
Path
Name Required Type Default
Value
Description
dataRecordId
ID of the Data Record entity
in Server
Page 664