Get details of a task
GET {{baseUrl}}/tasks/:id
Returns the details of a specific task.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"id":1,"title":"Task 1","creator_id":2,"description":"Task description","done":0,"due_date":"2023-10-11","parent_task_id":2,"assignee_id":2,"add_time":"2023-09-14 08:14:40.288","update_time":"2023-09-14 08:14:40.288","marked_as_done_time":"2023-09-22 08:14:40.288","project_id":1},"additional_data":null}