Developer Documentation Library > Interviewer - Server > UNICOM Intelligence Interviewer 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: <major_version_number>.<minor_version_number>.
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. Trying to retrieve this URL with the HTML format results in an error.
<Version>1.0</Version>
or
{ "Version": "1.0" }
See also
Interview Web Service interface