GET api/Template?type={type}

Retrieves a list of templates.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
type

string

Required

Body Parameters

None.

Response Information

Resource Description

An representing the result of the operation. If the authentication fails, returns a BadRequest with an appropriate message. Otherwise, returns an Ok result.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.