dronedeploy Docs Reference API Explorer Become a Partner

OBJECT

TableData

An individual row of data stored in a table

link

Implements

Fields

id (ID!)

The ID of the object.

application (Application)

The application that created the data

organization (Organization)

The organization that owns the data

table (Table)

The table that holds the data

externalKey (String)

The external identifier used to retrieve this data.

dateCreation (DateTime)

Date the object was created

dateModified (DateTime)

Date the object was last modified

data (JSONString!)

A JSON string representing the data. The data must only contain values that , match the column definitions for the table. Each value will be validated , according to the column specification.