v1

latestOpenAPI 3.1.02026-08-067019120.8 KB
Sessions

Obtain a redirect URL for an existing session

Returns a temporary URL that redirects a user to resume an existing interview session without transmitting the session ID to the browser.

post/api/resume_url

Request body

istring required

Interview filename.

sessionstring

Session ID of the session to resume.

expireinteger

Seconds until the URL expires.

one_time0 | 1

Set to 1 to make the URL expire after one use.

url_argsobject

Additional URL arguments.

Response

Temporary resume URL.

string required