Get list of templates for a specific type
Name | Type | Description |
---|---|---|
templateType | String | The template type to load (e.g. Warehouse Transfer). Empty body will return them all |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/PrintService/GetTemplateList
Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
This is an example of the request structure. Results will vary depending on your data.
templateType=sample string 1
This is an example of the response JSON. Results will vary depending on your data.
[
{
"pkTemplateRowId": 1,
"TemplateId": "c9d842ab-caa5-4498-9eb6-fe73ede2cfc5",
"TemplateType": "sample string 3",
"TemplateName": "sample string 4",
"Enabled": true,
"IsDefault": true,
"IsEmailAttachment": true,
"VisibilityCondition": "sample string 8",
"bLogicalDelete": true,
"IsConditional": true,
"ConditionRating": 0
}
]