Get Task List
Get Task List
Path Parameters
Name
Type
Description
{
"meta": {
"totalResults": 1,
"start": 0,
"perPage": 100,
"count": 1
},
"results": [
{
"id": 1,
"venueId": 76,
"bookingId": null,
"leadId": null,
"name": "test name",
"description": "<p>this is description</p> ",
"status": 4,
"contactId": null,
"companyId": null,
"companyContactId": null,
"assignedUserId": 1,
"assignedUserFullName": "Test First",
"assignedUserEmail": "[email protected]",
"priority": "low",
"endDatetime": "2018-03-27 09:00:00 UTC",
"progress": 0,
"createdDate": "2018-03-01 10:13:17 UTC",
"modifiedDate": "2018-03-26 11:17:05 UTC"
}
]
}Example Request
status:
Last updated