Tasks API
Task list API - Add task list
OVERVIEW
Use this API method to create a new task list
Request
POST /tasks/lists?siteid={siteid}
Request Parameter
Parameter | Description |
siteid (integer) (Mandatory) |
ID of the site in which a user wants to add the task list. |
Request Body
<list>
<listname> </listname>
</list>
Response
The method returns a 200 OK http response in the case of a successful operation and returns the ID of the new list. An error object is returned if the request is not successful.
Response body
<list>
<listid> </listid>
</list>
Last Updated: Nov 08,2024
Comments
0 Comments