Tasks API
Task CRUD operations API - Get task
OVERVIEW
Use this method to call an existing task
Request API
GET /api/3/tasks/{taskid}
Response
The function returns the response body if the request is valid otherwise it will return an error object, explaining the cause of the error.
Response Body
If successful the response is a task object, otherwise an error object will be returned explaining the cause of the error.
Last Updated: Nov 08,2024
Comments
0 Comments