/mcp• From call handler primary template use the URI to view transfer options: vmrest/callhandlerprimarytemplates/<CallhandlerprimarytemplatesObjectId>/transferoptions • To view the alternate transfer rule use the URI: GET https://<connection-server>/vmrestvmrest/callhandlerprimarytemplates/<CallhandlerprimarytemplatesObjectId>/transferoptions/Alternate • To view closed transfer rule use the URI: GET https://<connection-server>/vmrestvmrest/callhandlerprimarytemplates/<CallhandlerprimarytemplatesObjectId>/transferoptions/Off%20Hours • To view standard transfer rule use the URI: GET https://<connection-server>/vmrestvmrest/callhandlerprimarytemplates/<CallhandlerprimarytemplatesObjectId>/transferoptions/Standard 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>/vmrestvmrest/callhandlerprimarytemplates/<CallhandlerprimarytemplatesObjectId>/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/callhandlerprimarytemplates/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 Cisco Unity Connection Provisioning Interface (CUPI) API 291 Cisco Unity Connection Provisioning Interface (CUPI) API for User Template Viewing the Alternate Transfer Rule