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.


Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

application/json
{
  "tasklists": [
    {
      "name": "Example Template",
      "description": "",
      "uncompleted-count": "2",
      "id": "830",
      "complete": false,
      "private": false,
      "position": "3996"
    }
  ],
  "STATUS": "OK"
}