GET api/Template/{id}

Retrieves a template by its identifier.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.