2019.1

Table Of Contents
Get Multiple Data Record Values
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 no content, and on success returns a response containing JSON Record
Content Lists of all the values for each Data Record.
Type: GET
URI:
/rest/serverengine/entity/datarecords/values
Parameters:
Query:
l id the ID of each Data Record entity in Server
l recursive recurse all Data Tables within each Data Record and
retrieve the values of any nested Data Records also (Default Value:
false)
Request:
Add.
Headers:
auth_token Authorization Token (if server security
settings enabled)
Content:
Content
Type:
Response:
Add.
Headers:
Content: JSON Record Content Lists of the values for each Data
Record
Content
Type:
application/json
Page 381