Retrieves a list of tasks with optional filtering, sorting, and pagination.
apiKeyAuth API key authentication. Create an API key in your user profile and include it in the x-api-key header.
In: header
application/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
application/json
application/json
{
"customColumns": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"label": "string",
"entityType": "contact",
"type": "plain"
}
],
"filters": [
{
"field": "string",
"operator": "equals",
"value"
"string""string""string""string"curl -X POST "https://customermates.com/api/v1/tasks/search" \ -H "Content-Type: application/json" \ -d '{}'