v1
latestOpenAPI 3.1.12026-07-14355311.4 MBEmail
List Email . replies
List 'Email' records related through the 'replies' link.
get/Email/{id}/replies
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.
attributeSelectstring[]
Attributes to return. Select only the necessary ones to improve performance.
Where items.
Response
Success.
Example response
{
"list": [
{
"dateSent": "2026-11-29 12:34:56",
"deliveryDate": "2026-11-29 12:34:56",
"sendAt": "2026-11-29 12:34:56",
"createdAt": "2026-11-29 12:34:56",
"modifiedAt": "2026-11-29 12:34:56",
"icsEventDateStart": "2026-11-29 12:34:56"
}
]
}