Tasks API
Task list API - Get all task lists
OVERVIEW
Use this method to get the task lists.
GET /api/3/tasks/lists?siteid={siteid}
Request parameters
Parameter | Value | Description |
---|---|---|
siteid | integer | The ID of the site. The siteid can be obtained by calling the get site list . |
Response Body
An XML response providing the list of task status.
<lists>
list of task list objects
</lists>
Last Updated: Nov 08,2024
Comments
0 Comments