Resume an Interview Using a URL
The resumesession URL is always in this form:
https://<site>/path/web-determinations/resumesession/<projectname>[/<locale>][?<params>]
where:
<site>represents the path to the location of the Intelligent Advisor site<deployment-name>is the name of the deployed policy model<locale>is a locale code. If not supplied, the interview is shown in the default language for the project.<params>are any URL parameters needed by the policy model or its connection
For example:
https://opalive-opa.custhelp.com/web-determinations/resumesession/HealthyEating/en-GB
Note: The resumesession URL only works for policy models that are connected to a web service that supports checkpoints.
The resumesession URL supports both HTTP GET and HTTP POST with content-type=application/x-www-form-urlencoded. If duplicate parameter names are provided in one or both of either the request body or the URL, the first value of the request body will be used, otherwise the last value provided by the URL query string will be used.
To obtain the URL for resuming an interview session, replace the "startsession" with "resumesession" in the interview URL obtained from Policy Modeling or Intelligent Advisor Hub.
The URL parameters on the resumesession URL should indicate which checkpoint to resume, and can take any form. It is the responsibility of a web service connector and the application where checkpoints are stored to track which checkpoints are available for each user, and to resume the correct interview based on any URL parameters that are passed to the resumesession URL. For more information, see Resume Saved Interview Checkpoints.