ComposeInteractiveResumeSuspendedSessionV1

ComposeInteractiveResumeSuspendedSessionV1 resumes a suspended session retrieved by ComposeInteractiveGetSuspendedSessionV1. The returned values resume the interactive process at the point the user left.

The request requires the following fields next to the standard fields.

Field Type Description
sessionfile base64Binary A base-64 encoded binary representation of a Communications Manager session archive data structure. This is the suspended session retrieved by ComposeInteractiveGetSuspendedSessionV1. It contains all information to continue the interactive process.

The response contains the following fields in addition to the standard fields.

Field Type Description
ccmsessionid sessionid Communications Manager Contract Manager session identifier. This is the Communications Manager session identifier of the suspended session.
requesthandlerid requesthandlerid Request handler identifier. Identifies the Contract Manager that handles this request. You can configure this identifier in the StartContractManager.exe tool. Valid only for CCMSnapshotComposition contract type.
url url

A URL that is relative to the base URL of Tungsten Communications Manager. Example: https://<communications manager server>:443/ccm/

All relative URLs that are returned are relative to this base URL.

With this URL, the interactive session can be resumed.