POST api/templates/published
Retrieves a list of published templates with the given template type.
Request Information
URI Parameters
None.
Body Parameters
The template type to retrieve published templates for.
TemplateTypeDtoRequest Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<TemplateTypeDto xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Template.Models">DirectMail</TemplateTypeDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.