2021.1

Table Of Contents
Get Multiple Data Record Values (JSON)
Returns a list of the values for one or more Data Record entities, and potentially the values of
any nested Data Records (if recursive).
Request takes a JSON Data Record Identifier List (with Parameters) of the Data Record IDs as
content, and on success returns a response containing either:
l JSON Record Content Lists of all the values for each Data Record
l JSON Record Content Lists (Explicit Types) of all the values and data types for each Data
Record
Request
Method Type:
POST
URI:
/rest/serverengine/entity/datarecords/values
Content: JSON Data Record Identifier List (with Parameters) specifying the Data
Record entity IDs
Content
Type:
application/json
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
Response
Success
The following lists status codes indicative of a successful response:
Page 671