Get Task List
Get Task List
POST
[PlatformAddress]/api/1.0/crm?action=getTaskList
Get a list of tasks.
Path Parameters
Name
Type
Description
venueId
integer
The unique id of the venue to which the task belongs
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.
Example Request
Get a specific venue’s task List
status:
One of the following values:
0 = Not Started
1 = In Progress
2 = On Hold
3 = Cancelled
4 = Completed
Last updated