GET api/Template/{id}
Retrieves a template by its identifier.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The identifier of the template to retrieve. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An representing the result of the operation. Returns a if authentication fails, a if the template does not exist, or an containing the template if successful.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.