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.

TemplateTypeDto

Request 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TemplateTypeDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.