Output templates

Fetch templates

This API helps to get all output templates from repository

GET/sdpw/configuration/template
Query parameters None
Header None
Header/Parameter None
Body None
Returns List of templates from repository
Required role None
Managed errors None

Example request

curl 'http://localhost:8080/sdpw/sdpw/configuration/template'

Example response

[
	{
	"id": "9bf6d93c-c62e-4012-8d57-16fd045c926d",
	"filename": "Untitled (1).pdf",
	"modifiedOn": 1496744470521,
	"type": "ALL"
	},
	{
	"id": "9eacb507-a3e5-4039-8841-6ad541e163d7",
	"filename": "Standard affidavit (1).docx",
	"modifiedOn": 1496738989964,
	"type": "PDF_OR_DOC"
	},
	{
	"id": "ab31f058-0a9b-49f8-ba97-3711e8bd3620",
	"filename": "sales tax conversion pdf template.html",
	"modifiedOn": 1496823948678,
	"type": "ALL"
	}
]