Developer Documentation Library > Interviewer - Server > Architecture > Web Service tier > Interview Web Service > Interview Web Service interface > /surveys/PROJECT
 
/surveys/PROJECT
The /surveys/PROJECT is unique in that it is used to conduct pure HTML interviews (as would be conducted by mrIWeb.dll). A GET to this URL will create a new interview and 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 specified in Query parameters do not apply to this URL. A POST to this URL will submit the answers to the current page and return the next page as HTML.
See also
Interview Web Service interface