GET
/
cowrite
/
organization
/
{organizationId}
/
team
/
{teamId}
/
template
/
{templateId}
curl --request GET \
  --url https://enterprise-api.writer.com/cowrite/organization/{organizationId}/team/{teamId}/template/{templateId} \
  --header 'Authorization: <authorization>'
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "categoryId": 123,
  "inputs": [
    {
      "name": "<string>",
      "type": "textbox",
      "help": "<string>",
      "subtitle": "<string>",
      "required": true,
      "options": [
        "<string>"
      ],
      "dynamic": true,
      "minFields": 123,
      "maxFields": 123,
      "unitCopy": "<string>"
    }
  ],
  "guideUrl": "<string>",
  "creationTime": "2023-11-07T05:31:56Z",
  "modificationTime": "2023-11-07T05:31:56Z"
}

We’re deprecating these API endpoints, so the AI Studio API key setup won’t work. [Contact support] (https://support.writer.com/) if you need them.

Headers

Authorization
string
required

Path Parameters

organizationId
integer
required
teamId
integer
required
templateId
string
required

Response

200 - application/json
id
string
required
name
string
required
description
string
categoryId
integer
required
inputs
object[]
guideUrl
string
creationTime
string
required
modificationTime
string
required