Returns information on the version of the system being accessed.
URL
{WSUrl}/api/info
REQUEST METHOD
GET
URL PARAMETERS
This feature does not have parameters.
REQUEST EXAMPLE
{WSUrl}/api/info
SUCCESS RESPONSE
A JSON object will be returned in the following format:
{
string Version;
string RiskManagerUrl;
string WorkflowServicesUrl;
}