Developer Documentation Library > Interviewer - Server > Architecture > Web Service tier > Interview Web Service > Interview Web Service interface > /api/version
 
/api/version
This URL can be used to retrieve the Interview Web Service version. The version number is formatted as: <MajorVersionNumber>.<MinorVersionNumber>. The URL enables clients to determine supported Interview Web Service features when new URLs are added in the future. The version is returned as either XML or JSON (default) depending on the format query parameter. Attempting to retrieve this URL with the HTML format will result in an error.
<Version>1.0</Version>
or
{ "Version": "1.0" }
See also
Interview Web Service interface