v1

latestOpenAPI 3.1.12026-07-14355311.4 MB
Call

Read Call

Read an existing 'Call' record.

get/Call/{id}

Response

Success.

idstring

An ID.

namestring

A one-line string.

status'Planned' | 'Held' | 'Not Held'
dateStartstring

A timestamp in UTC.

dateEndstring

A timestamp in UTC.

direction'Outbound' | 'Inbound'
descriptionstring nullable

A multi-line text.

parentIdstring nullable

A foreign record ID.

parentType'Account' | 'Lead' | 'Contact' | 'Opportunity' | 'Case' | 'CCompany' nullable

An entity type.

parentNamestring nullable

A foreign record name.

accountIdstring nullable

An ID of the record of the Account type.

accountNamestring nullable

A foreign record name.

uidstring nullable

A one-line string.

acceptanceStatus'None' | 'Accepted' | 'Tentative' | 'Declined'
usersIdsstring[] nullable

IDs of records of the User type.

usersNamesobject nullable

An {ID => record name} map.

usersColumnsobject nullable

An {ID => object} map. Relationship column values.

contactsIdsstring[] nullable

IDs of records of the Contact type.

contactsNamesobject nullable

An {ID => record name} map.

contactsColumnsobject nullable

An {ID => object} map. Relationship column values.

leadsIdsstring[] nullable

IDs of records of the Lead type.

leadsNamesobject nullable

An {ID => record name} map.

leadsColumnsobject nullable

An {ID => object} map. Relationship column values.

createdAtstring nullable

A timestamp in UTC.

modifiedAtstring nullable

A timestamp in UTC.

createdByIdstring nullable

An ID of the record of the User type.

createdByNamestring nullable

A foreign record name.

modifiedByIdstring nullable

An ID of the record of the User type.

modifiedByNamestring nullable

A foreign record name.

assignedUserIdstring

An ID of the record of the User type.

assignedUserNamestring nullable

A foreign record name.

teamsIdsstring[] nullable

IDs of records of the Team type.

teamsNamesobject nullable

An {ID => record name} map.

Example response

{
  "dateStart": "2026-11-29 12:34:56",
  "dateEnd": "2026-11-29 12:34:56",
  "createdAt": "2026-11-29 12:34:56",
  "modifiedAt": "2026-11-29 12:34:56"
}