POST api/templates/folders

Retrieves a list of published templates in the given folders.

Request Information

URI Parameters

None.

Body Parameters

The ids of the folders to retrieve published templates for.

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "ffb8e24c-2723-4d3e-8e7f-33a65f0d1a52",
  "e52356d3-1cce-4cc3-97de-35c895e780d3"
]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>ffb8e24c-2723-4d3e-8e7f-33a65f0d1a52</guid>
  <guid>e52356d3-1cce-4cc3-97de-35c895e780d3</guid>
</ArrayOfguid>

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 'IEnumerable`1'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.