Managing Records

Custom Object records are data that belong to a schema. A parent object (e.g. Contact) may have zero, one, or more Custom Object records.

PropertyDescription
idUnique identifier of this record
schemaIdThe schema ID this record belongs to
externalIdA custom identifier for this record, and must be unique among other records
fieldsArray of fields representing the data for this custom object. Includes all fields defined by the schema. The id corresponds to the fieldId defined in the schema.
relationshipsThe ActiveCampaign standard object or Custom Objects this record is related to
createdTimestampA timestamp indicating when the record was created
updatedTimestampA timestamp indicating when the record was updated