Developer Documentation Library > Interviewer - Server > UNICOM Intelligence Interviewer architecture > Web Service tier > Interview Web Service > Interview Web Service interface > /surveys/PROJECT
 
/surveys/PROJECT
The /surveys/PROJECT is used to conduct pure HTML interviews (as would be conducted by mrIWeb.dll). A GET to this URL creates a new interview, and then return the first page as HTML. The form action contains the /surveys/PROJECT URL to post the answers back to the same URL. Interview properties and sample fields can be specified as query parameters. The query parameters that are specified in Query parameters do not apply to this URL. A POST to this URL submits the answers to the current page, and then returns the next page as HTML.
See also
Interview Web Service interface