Interviewer - Server > Architecture > Web Service tier > Interview Web Service > Query parameters
 
Query parameters
The following query parameters are supported:
format
Controls the response to the URL and the expected format for any POSTed data. The default is json for all URLs that begin with api.
Possible values: json, xml, html
content
Controls the response content. all returns all the information in the Player XML schema. nostyles removes all style information and only returns the minimum information set to define the question. The default is all.
Possible values: all, nostyles
Query parameters are silently ignored when they are specified for a URL for which they are not applicable. An error is returned when an invalid value is specified for a particular query parameter, or the value is not appropriate for the URL.
See also
Interview Web Service