2019.1

Table Of Contents
l name the name of the data field (type of string)
l value the value of the data field (type of string)
Specific to data record entities that are children of a data set entity (data record entities in the
root or master data table), two additional name/value pairs are included:
l table the data record entity data table name (value of record) (type of string)
l datasetid the data set entity identifier of parent entity (type of number)
If a data record entity contains boundary information (set from the data source during data
mapping), then an additional name/value pair is also included:
l boundaries the boundaries for the data record, consisting of an object with the
following name/value pairs:
l start the starting boundary value for the data record (type of number)
l end the ending boundary value for the data record (type of number)
Specific to nested data record entities that are children of a data record entity, two additional
name/value pairs are included:
l table the data record entity data table name (type of string)
l parentrecordid the data record entity identifier of parent entity (type of number)
Example
The following are examples of this structure:
{
"id": 12345,
"table": "record",
"datasetid": 34567,
"fields": [
{
"name": "ID",
"value": "CU00048376"
},
{
"name": "Gender",
"value": "M."
Page 40