URL | /client/1.0/PLUGIN/pdfPlugin/adminTemplateFetch | ||
---|---|---|---|
Input-Parameter | Name | Template name | |
Output-Parameter | Value | Template | HTML Template Content (Base64-coded) |
Stylesheet | Content of the LESS Stylesheets ((Base64-coded, optional) | ||
PreviewJson | Content of the sample data in JSON format (Base64-coded, optional) |
Example for a call:
{
"name"
:
"templatename"
}
Output example:
{
"success"
:
true,
"value": { "template": "SGFsbG8gV2VsdA==\", "stylesheet:"
SGFsbG8gV2VsdA==\"
"previewJson": "SGFsbG8gV2VsdA==\" } }