v1
latestOpenAPI 3.1.12026-07-14355311.4 MBAccount
List Account . callsPrimary
List 'Call' records related through the 'callsPrimary' link.
get/Account/{id}/callsPrimary
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'planned' | 'held' | 'todays'
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": [
{
"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"
}
]
}