v1
latestOpenAPI 3.1.12026-07-14355311.4 MBLead
List Lead . cases
List 'Case' records related through the 'cases' link.
get/Lead/{id}/cases
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'open' | 'closed'
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"
}
]
}