v4
latestOpenAPI 3.0.12026-07-13113471.2 KBBatch
Read a batch of communications by internal ID, or unique property values
Retrieve a batch of messages by ID (communicationId) or unique property value (idProperty).
post/crm/objects/2026-09/{objectType}/batch/read
Path parameters
objectTypestring required
The type of CRM object to query. Supported values include 'CONTACT' (0-1), 'TICKET' (0-5), 'DEAL' (0-3), 'COMPANY' (0-2), or custom object type IDs.
Query parameters
archivedboolean
Whether to return only results that have been archived.
Request body
Example request
{
"inputs": [
{
"id": "430001"
}
]
}Response
successful operation