2021.1

Table Of Contents
JSON Record Content List
Describes a list of data fields (as name/value pairs), nested data records (if any), along with a
number of additional properties for a data record entity of a specific ID.
Tip
A data record entity (in the root or master data table) can contain one or more data tables
that each contain one or more data record entities (nested data record entities).
A nested data record entity can itself contain one or more data tables that each contain
one or more nested data record entities, and so on for potentially multiple levels of nested
data tables and data record entities.
A data record entity that contains a data table of nested data record entities is considered
to be the parent of the data record entities contained in that data table (which are
considered to be the children).
See the Data Entities page of the Technical Overview section for further detail on data set
and data record entities.
Structure
The structure consists of an object with the following name/value pairs:
l id the data record entity identifier (type of number)
l fields a list of data fields in the data record entity, consisting of an array of objects
each with the following name/value pairs:
l name the name of the data field (type of string)
l value the value of the data field (type of string)
l records a list of any nested data record entities, consisting of an array of objects each
with the following name/value pairs:
l id the data record entity identifier (type of number)
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)
l fields a list of data fields in the data record entity, consisting of an array of
objects each with the following name/value pairs:
Page 95