Table Data

Return the Datatables associated to a company or contact. This will return all tables, and data including sub tables on child data items.

Main Datatable Object

NameDescription
idThe root table id that you can reference.
nameThe name of the table
name_friendlyThe display friendly name of the table.
descriptionThe description of the table.
locationThe location of the table which will either be "Company" or "Contact".
user_rolesList of user roles that are allowed to view the datatable.
customer_rolesList of customer user roles that this data table will be visible on.
dataReturns a list of data items and all related tables and their data of the root table.
activeThe status of the table.
modifiedbyWho last modified the data table.
modifiedWhen was this table last updated.
createdbyWho created the table.
createdWhen was the table created.

User and Customer Role Object

NameDescription
idThe id of the role.
nameThe name of the role.

Main Table Data Object

NameDescription
itemsA list of root data table items.

Items Object

NameDescription
idA list of root data table items.
fieldsA list of fields and their values related to the data table.
related_tablesA list of all related child data tables and their data items.

Field Object

NameDescription
field_idThe field id.
nameThe name of the field.
valueThe value of the field.

Related Table Object

NameDescription
tableA table object of all the table details.
itemsA list of data items linked to the data table.
Language
Authorization