GET
/api-v1/pdf-template/global
curl \
--request GET 'https://wyzio.app/api-v1/pdf-template/global' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
Response examples (200)
[
{
"id": 42,
"name": "string",
"templateType": "SALES_INVOICE",
"sourceTemplateId": 42,
"previewTemplateId": 42,
"previewImageId": 42,
"previewExists": true,
"moduleAvailabilityType": "ORGANIZATION",
"description": "string"
}
]