McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 167

↗ View in doc context
page
167
source
unity-connection/rest-api/cupi/cupi.md
chunk_id
unity-connection::rest-api::cupi::cupi::133

Viewing the Alternate Transfer Rule The following is an example of the GET request that lists the details of alternate transfer rule: GET https://<connection-server>/vmrest/handlers/callhandlers/<CallhandlerObjectId>/transferoptions/Alternate The following is the response from the above GET request and the actual response will depend upon the information given by you: <TransferOption> <URI>/vmrest/callhandlerprimarytemplates/45e0a6f4-43c4-472a-8ffb-f6124aa549d0/transferoptions/Alternate</URI> <CallHandlerObjectId>45e0a6f4-43c4-472a-8ffb-f6124aa549d0</CallHandlerObjectId> <CallhandlerURI>/vmrest/handlers/callhandlers/45e0a6f4-43c4-472a-8ffb-f6124aa549d0</CallhandlerURI> <TransferOptionType>Alternate</TransferOptionType> <Action>1</Action> <RnaAction>1</RnaAction> <TimeExpires>1972-01-01 00:00:00.0</TimeExpires> <TransferAnnounce>false</TransferAnnounce> <TransferConfirm>false</TransferConfirm> <TransferDtDetect>false</TransferDtDetect> <TransferHoldingMode>0</TransferHoldingMode> <TransferIntroduce>false</TransferIntroduce> <TransferRings>4</TransferRings> <TransferScreening>false</TransferScreening> <TransferType>0</TransferType> <MediaSwitchObjectId>221ee752-5147-4326-9990-d4a138674f9e</MediaSwitchObjectId> <PhoneSystemURI>/vmrest/phonesystems/221ee752-5147-4326-9990-d4a138674f9e</PhoneSystemURI> <UsePrimaryExtension>true</UsePrimaryExtension> <PlayTransferPrompt>true</PlayTransferPrompt> <PersonalCallTransfer>false</PersonalCallTransfer> <Enabled>false</Enabled> </TransferOption> Response Code: 200 JSON Example To view the alternate transfer rule, do the following: GET https://<connection-server>/vmrest/handlers/<callhandlerObjectId>/transferoptions/Alternate Accept: application/json Connection: keep-alive The following is the response from the above GET request and the actual response will depend upon the information given by you: Cisco Unity Connection Provisioning Interface (CUPI) API 135 Cisco Unity Connection Provisioning Interface (CUPI) API -- User Transfer Rules Viewing the Alternate Transfer Rule