Output templates

Fetch template

This API helps to get a output template from repository

GET/sdpw/configuration/template/{id}
Query parameters None
Header None
Header/Parameter None
Body None
Returns returns a template from repository
Required role None
Managed errors None

Example request

curl 'http://localhost:8080/sdpw/sdpw/configuration/template/9bf6d93c-c62e-4012-8d57-16fd045c926d'

Example response

{
	"id": "9bf6d93c-c62e-4012-8d57-16fd045c926d",
	"filename": "Untitled (1).pdf",
	"modifiedOn": 1496744470521,
	"type": "ALL"
}