Task API helps you to deal with all your tasks requests effortlessly. In order to access all these request you must have to provide Authorization-ot in each request headers for authentication.
Get your Tasks List
To get your Tasks list, use GET Method.
Request:
GET /api/v1/tasks/listing
Response:
[{"task_id":"3844",
"project_id":"72",
"task_type_id":"0",
"task_number":"862",
"name":"when mail popup display in system tray need to show the mail like windows OUM ",
"description":"",
"duration":"0",
"task_status_id":"26",
"start_date":"0000-00-00 00:00:00",
"finish_date":"0000-00-00 00:00:00",
"estimated_hours":"",
"is_billable":"1",
"is_closed":"0",
"parent_task_id":"0",
"notes":"",
"worked_hours":"0.00",
"is_parent":"0",
"has_comments":null,
"has_attachments":null,
"created_by":"5",
"created_date":"2015-12-18 13:24:13",
"task_priority":"2","assignee_id":"7"}]
(else)
[]