Tasks
Get One
Retrieve Task.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Path Parameters
Response
200
application/json
Successful Response
Task schema, same as Task Model.
Task Status Enum.
Available options:
TODO
, STARTED
, DONE
Task Status Enum.
Available options:
TODO
, STARTED
, DONE