GET/tasklists/templates.json
Template Task Lists: get all template task lists
Please note: This is only available for API Keys associated with Administrators in the Owner Company.
Request Examples
Example Request
GET
/tasklists/templates.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/tags.json
200 Response
application/json
{
"tasklists": [
{
"name": "Example Template",
"description": "",
"uncompleted-count": "2",
"id": "830",
"complete": false,
"private": false,
"position": "3996"
}
],
"STATUS": "OK"
}