Get Task List
post
[PlatformAddress]/api/1.0/crm?action=getTaskList
Get Task List
The result from this call will be a collection of all the tasks the user has access to. This call also accepts the pagination and filter properties.
Get a specific venue’s task List
{
"venueId": "1",
}
One of the following values:
- 0 = Not Started
- 1 = In Progress
- 2 = On Hold
- 3 = Cancelled
- 4 = Completed
Last modified 1yr ago