Task Search Filter
POST/locations/:locationId/tasks/search
Task Search
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location Id
- application/json
- Body
- Example (auto)
Bodyrequired
contactIdstring[]
Contact Ids
completedboolean
Task Completed Or Pending
assignedTostring[]
Assigned User Ids
querystring
Search Value
limitnumber
Limit To Api
Default value:
25skipnumber
Number Of Tasks To Skip
Default value:
0businessIdstring
Bussiness Id
{
"contactId": [
"dSMo5jnqkJyh8YeGXM7k",
"j5WESpmRj816VtyUuWwh"
],
"completed": true,
"assignedTo": [
"0004Mtfsd11SBU1mBPgd"
],
"query": "Task Name",
"limit": 10,
"skip": 10,
"businessId": "6348240b98722079e5417332"
}
Successful response
- application/json
- Schema
- Example (auto)
Schema
tasksarray[]
{
"tasks": [
null
]
}