GET api/Template?type={type}
Retrieves a list of templates.
Request Information
URI Parameters
| Name | Description | Type | Additional 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.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.