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": "a55e0aab-4455-4bc7-9d39-76647e229d0f",
"version": 3,
"created_at": "2024-11-20T13:24:02+00:00",
"updated_at": "2024-11-20T13:24:02+00:00",
"public_pdf_url": "https://plannr.valet/document-template/79196dfc-0dea-4492-b441-a53f59b9e255/content/pdf?plannr_account_uuid=89cfa3ba-5b35-43ab-b44a-b71d26a39204",
"public_docx_url": "https://plannr.valet/document-template/3550e4ce-965d-44a9-898d-823ffca1bd6b/content/docx?plannr_account_uuid=bb2acb24-99f6-4bbe-9430-f630142839c8",
"public_sfdt_url": "https://plannr.valet/document-template/f08d34f3-bbb2-4f4b-a736-6502e9dbffeb/content/sfdt?plannr_account_uuid=6b4f8fb0-a5df-4b8c-86d6-8e864c59a906",
"public_preview_url": "https://plannr.valet/document-template/fb9e288c-b927-49df-ac15-7643d858dd61/content/preview?plannr_account_uuid=1efbdf28-88de-4e1e-bd96-5150399a0b6f",
"required_dependants": {
"client-1": "client"
}
}