Developer Documentation Library > Interviewer - Server > UNICOM Intelligence Interviewer architecture > Web Service tier > Interview Web Service > Interview Web Service interface > /api/interviews/ENGINE/PROJECT/routing/questions/SAVEPOINT
 
/api/interviews/ENGINE/PROJECT/routing/questions/SAVEPOINT
This is the main URL that is used when an interview is running. Answers are posted to this URL using the format that is described in Logging, and the result is returned in the format that is described in Errors.
When the answer is correct, the response includes the next question and the URL to which the response, to that question, should be posted.
The Interview web service takes the post input, merges in the parameters from the URL, and calls PostInterviewEvent() with that data.
When the response is received from the session engine, it is slightly adapted (see Errors), and then returned to the client.
See also
Interview Web Service interface