Interviewer - Server > Architecture > Interview Service tier > Quota web service > Quota web service > Modifying quotas > /Quota/Version
 
/Quota/Version
This URL returns the version number of the web service. The version number can be used to identify what functionality the web service has.
The response body contains:
XML
<Version ApiVersion="1.0" ProductVersion="1.0.10.0" />
JSON
{
"ApiVersion": "1.0",
"ProductVersion": "1.0.10.0"
}
Notes
The major ApiVersion number is incremented if any new URLs are supported by the Quota Web Service.
The minor ApiVersion number is incremented if any new fields are added to any XML responses.
To allow existing clients to use new versions of the web service, no existing URLs and no fields in the responses will ever be removed.
See also
Modifying quotas