GET api/Info/Version

Retrieves the version of the currently executing assembly.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

An containing the version of the assembly as a string. If successful, returns an with the version string. If an error occurs, returns a with the error message.

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.