GET api/Test

Test HTTP GET (Authentication not required)

Request Information

URI Parameters

None.

Body Parameters

None.

Request Validation Notes

None.

Response Information

Resource Description

GetVersionResponse
NameDescriptionTypeAdditional information
WebConfigVersion

Version of web.config

string

AssemblyVersion

Assembly version

string

AssemblyFileVersion

Assembly file version

string

ProductVersion

Product version

string

ErrorCode

Error code

integer

ErrorDescription

Error details for the developer (English)

string

LocalizedErrorMessage

Error description for the user (Returned in the language specified by the Accept-Language HTTP header)

string

Response Formats

application/json

Sample:
{
"WebConfigVersion":"2025.04.24",
"AssemblyVersion":"1.0.0.1",
"AssemblyFileVersion":"1.0.0.1",
"ProductVersion":"1.0.0.1",
"ErrorCode":0,
"ErrorDescription":null,
"LocalizedErrorMessage":null
}