Pause

Should you need to pause a conversation with Socrates, let us know so you may resume the conversation later.

URL https://www.socratesinsights.com/api/conversation/pause
HTTP Method(s) POST

Example Request

<?xml version="1.0" encoding="UTF-8"?>
<conversation>
    <token>XYZ123456</token>
</conversation>
Parameters
token required. Supplied during conversation/start and relevant to the survey you are about to take.

Example Response (valid request)

<?xml version="1.0" encoding="UTF-8"?>
<conversation>
    <token>XYZ123456</token>
    <paused-until>16-MAY-2013 13:00:00</paused-until>
</conversation>

Example Response (invalid request)

<?xml version="1.0" encoding="UTF-8"?>
<conversation>
    <error>
        <message>Invalid token.</message>
    </error>
</conversation>
Parameters
token Supplied during conversation/start and relevant to the survey you are about to take.
paused-until Date and time stamp that confirms what time the conversation will be paused until and can be resumed.
error > message This appears should you supply an invalid token or invalid variable name and/or variable value.