McDewey

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

Page 463

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

Viewing the Details of Specific Transfer Rule The following is an example of the GET request that lists the details of specific transfer rule: GET https://<connection-server>/vmrest/callhandlertemplates/<callhandlertemplate- objectId>/templatetransferoptions/<TransferOptionType> The following is the response from the above GET request and the actual response will depend upon the information given by you: <TemplateTransferOption> <URI>/vmrest/callhandlertemplates/5f6e1043-5edf-4646-90ac- 836910ac1a4c/templatetransferoptions/Alternate</URI> <CallHandlerObjectId>5f6e1043-5edf-4646-90ac-836910ac1a4c</CallHandlerObjectId> <CallhandlerURI>/vmrest/handlers/callhandlers/5f6e1043-5edf-4646-90ac- 836910ac1a4c</CallhandlerURI> <TransferOptionType>Alternate</TransferOptionType> <Action>0</Action> <RnaAction>1</RnaAction> <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>abf4b7d1-89d5-45c2-bdc8-d3b13f5040f5</MediaSwitchObjectId> <PhoneSystemURI>/vmrest/phonesystems/abf4b7d1-89d5-45c2-bdc8- d3b13f5040f5</PhoneSystemURI> <UsePrimaryExtension>true</UsePrimaryExtension> <PlayTransferPrompt>true</PlayTransferPrompt> <PersonalCallTransfer>false</PersonalCallTransfer> <Enabled>true</Enabled> </TemplateTransferOption> Response Code: 200 JSON Example To view the details of a specific transfer rule, do the following: Cisco Unity Connection Provisioning Interface (CUPI) API 431 Cisco Unity Connection Provisioning Interface (CUPI) API for Call Handler Template Viewing the Details of Specific Transfer Rule