Skip to content
Pile
Esc
navigateopen⌘Jpreview

List templates

GET/workspaces/{organizationId}/templates
Path parameters
organizationIdstringrequired
Responses
200Templates list
templatesobject[]required
Show properties
Array of object
idstringrequired
organizationIdstringrequired
linearIdstringrequired
namestringrequired
templateDatastring | nullrequired
createdAtstringrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/templates"
Response
{
  "templates": [
    {
      "id": "string",
      "organizationId": "string",
      "linearId": "string",
      "name": "string",
      "templateData": "string",
      "createdAt": "string"
    }
  ]
}