Legacy API Reference
cURL
curl --request GET \ --url https://enterprise-api.writer.com/cowrite/organization/{organizationId}/team/{teamId}/template/{templateId} \ --header 'Authorization: <authorization>'
{ "id": "<string>", "name": "<string>", "categoryId": 123, "creationTime": "2023-11-07T05:31:56Z", "modificationTime": "2023-11-07T05:31:56Z", "description": "<string>", "inputs": [ { "name": "<string>", "required": true, "dynamic": true, "help": "<string>", "subtitle": "<string>", "options": [ "<string>" ], "minFields": 123, "maxFields": 123, "unitCopy": "<string>" } ], "guideUrl": "<string>" }
Documentation IndexFetch the complete documentation index at: https://dev.writer.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://dev.writer.com/llms.txt
Use this file to discover all available pages before exploring further.
Show child attributes
Was this page helpful?