Tasks
Get tasks batch
Retrieve multiple tasks by their IDs
POST
Your Implementation Required
This endpoint must be implemented on your server
Request
array
required
Array of task CRM IDs to retrieve
Response
Return an array of task objects. Omit tasks that don’t exist.If a task ID doesn’t exist, simply omit it from the response array.