v1

latestOpenAPI 3.1.02026-07-24172151607.6 KB
Templates

Get List Templates

View the List templates available in a Workspace.

Use this endpoint to retrieve List template IDs for use with the Create List From Template in Folder and Create List From Template in Space endpoints.

Template IDs are returned with a t- prefix (e.g., t-15363293). Pass the full ID including the prefix as the template_id path parameter when creating a List from a template.

get/v2/team/{team_id}/list_template

Path parameters

team_idnumber required
Example:123

Workspace ID

Headers

Content-Type'application/json' required
Example:application/json

Response

List templates retrieved successfully.

Example response

{
  "templates": [
    {
      "name": "List Template 1",
      "id": "t-15363293"
    },
    {
      "name": "List Template 2",
      "id": "t-15363298"
    }
  ]
}