v4
latestOpenAPI 3.0.12026-07-131538117.3 KBBatch
Read a batch of tickets by internal ID, or unique property values
Retrieve a batch of tickets by ID (ticketId) or unique property value (idProperty).
post/crm/objects/2026-09/{objectType}/batch/read
Path parameters
objectTypestring required
Object type.
Query parameters
archivedboolean
Whether to return only results that have been archived.
Request body
Example request
{
"inputs": [
{
"id": "430001"
}
]
}Response
successful operation