Get a document template
Headers
-
Content-Type string
-
Accept string
-
X-PLANNR-ACCOUNT-UUID string
GET
/api/v1/document-template/{documentTemplate_uuid}
curl \
-X GET https://api.plannrcrm.com/api/v1/document-template/documentTemplate_uuid \
-H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (200)
{
"name": "Welcome Template",
"uuid": "8c3e1f78-78aa-4f4c-b88f-bf39e927e321",
"version": 3,
"created_at": "2025-01-17T11:18:30+00:00",
"updated_at": "2025-01-17T11:18:30+00:00",
"public_pdf_url": "https://plannr.valet/document-template/03707be6-3873-41f7-8735-4ca5966752d5/content/pdf?plannr_account_uuid=cd09b96f-ac31-448d-9fbd-6953e0e884fc",
"public_docx_url": "https://plannr.valet/document-template/bbf20761-d53f-4f09-b6a1-47640c753bf2/content/docx?plannr_account_uuid=4b6ce82c-abae-4300-9660-9e9b8c028614",
"public_sfdt_url": "https://plannr.valet/document-template/ea7a42e7-99b5-466c-abe8-b5573e776a6b/content/sfdt?plannr_account_uuid=45b71f10-8ef2-4e37-a228-868ff101a0a6",
"public_preview_url": "https://plannr.valet/document-template/a59c3035-09fa-4019-92ab-8938ae62877e/content/preview?plannr_account_uuid=8bcd8d70-c780-43d9-b910-b751848d23c3",
"required_dependants": {
"client-1": "client"
}
}