Skip to content
Pile
Esc
navigateopen⌘Jpreview

Get template

GET/workspaces/{organizationId}/templates/{id}
Path parameters
organizationIdstringrequired
idstringrequired
Responses
200Template
idstringrequired
organizationIdstringrequired
linearIdstringrequired
namestringrequired
templateDatastring | nullrequired
createdAtstringrequired
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/templates/string"
Response
{
  "id": "string",
  "organizationId": "string",
  "linearId": "string",
  "name": "string",
  "templateData": "string",
  "createdAt": "string"
}