v1
latestOpenAPI 3.1.12026-07-14355311.4 MBCall
List Call . contacts
List 'Contact' records related through the 'contacts' link.
get/Call/{id}/contacts
Query parameters
offsetinteger
A pagination offset.
maxSizeinteger
The maximum number of records to return.
orderBystring
An attribute (field) to order by.
order'asc' | 'desc'
An order direction.
textFilterstring
A text filter query. Wildcard (*) is supported.
primaryFilter'portalUsers' | 'notPortalUsers' | 'accountActive'
A primary filter.
boolFilterListstring[]
Bool filters.
attributeSelectstring[]
Attributes to return. Select only the necessary ones to improve performance.
Where items.
Response
Success.
Example response
{
"list": [
{
"createdAt": "2026-11-29 12:34:56",
"modifiedAt": "2026-11-29 12:34:56",
"streamUpdatedAt": "2026-11-29 12:34:56"
}
]
}