Skip to main content

Common resource fields

All API resources share the following common fields:
id
integer
The unique identifier of a resource. In most cases it is an integer, but depending on the resource data model it can be a string or contain multiple columns.
createdAt
datetime
The date and time when the resource record was created.
updatedAt
datetime
The date and time when the resource record was last updated.
owner
user | business unit | organization
Defines the range of users responsible for a record and who can manage it. Ownership also determines access permissions.
organization
organization
An organization record representing a real enterprise, business, or firm that users belong to. Available for Enterprise Edition only.

Communication activity fields

A communication activity is an activity that involves communication and can have a direction (incoming or outgoing). Examples include Call and Email. Resources that support communication activities include the following additional fields:
lastContactedDate
datetime
The date and time of the last communication activity for the resource record.
lastContactedDateIn
datetime
The date and time of the last incoming communication activity for the resource record.
lastContactedDateOut
datetime
The date and time of the last outgoing communication activity for the resource record.
timesContacted
integer
Date and time of the last contact attempt (email sent, call logged, or other contact activity). Marketing emails are not counted.
timesContactedIn
integer
Date and time of the last incoming contact attempt (email received, incoming call logged, or other contact activity). Marketing emails are not counted.
timesContactedOut
integer
Date and time of the last outgoing contact attempt (email sent, outgoing call logged, or other contact activity). Marketing emails are not counted.

Build docs developers (and LLMs) love