Get Task by ID
Get a task based on ID.
Returns the task with the given ID or an error if there is no task with such ID.
Request:
Header | Required | Description |
---|---|---|
authorization | Yes | Bearer <access_token> |
content-type | No | application/json |
Response:
JSON object representing the task.