McDewey

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

Page 233

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

GET https://<connection-server>/vmrest/users/<UserObjectId>/notificationdevices {noformat} The following is the response from the above GET request. Notice that this list contains a mix of different types of specialized Devices, since the request was for a list of all Notification Devices. The Type field indicates the specialized Device type for each Notification Device (1 = Phone, 2 = Pager, 4 = SMTP, 5 = SMS). {noformat} 200 OK <?xml version="1.0" encoding="UTF-8"?> <NotificationDevices total="5"> <NotificationDevice> <URI>/vmrest/users/70c5d764-b2f3-498a-b16e-1a4d2a369dfa/notificationdevices/2b13dda8-6249-45b2-9a87-aba1b27a1f95</URI> <SubscriberObjectId>70c5d764-b2f3-498a-b16e-1a4d2a369dfa</SubscriberObjectId> <UserURI>/vmrest/users/70c5d764-b2f3-498a-b16e-1a4d2a369dfa</UserURI> <ObjectId>2b13dda8-6249-45b2-9a87-aba1b27a1f95</ObjectId> <DisplayName>Pager</DisplayName> <Active>false</Active> <BusyRetryInterval>5</BusyRetryInterval> <Type>2</Type> <DialDelay>1</DialDelay> <MaxBody>512</MaxBody> <MaxSubject>64</MaxSubject> <RetriesOnBusy>4</RetriesOnBusy> <RetriesOnRna>4</RetriesOnRna> <RingsToWait>4</RingsToWait> <RnaRetryInterval>15</RnaRetryInterval> <SendCount>true</SendCount> <WaitConnect>true</WaitConnect> <MediaSwitchObjectId>6ecaa89b-2d29-4a21-8013-75c154ee58f5</MediaSwitchObjectId> <PhoneSystemURI>/vmrest/phonesystems/6ecaa89b-2d29-4a21-8013-75c154ee58f5</PhoneSystemURI> <TransmitForcedAuthorizationCode>false</TransmitForcedAuthorizationCode> <DeviceName>Pager</DeviceName> <PromptForId>false</PromptForId> <SendCallerId>true</SendCallerId> <SendPcaLink>false</SendPcaLink> <Undeletable>true</Undeletable> <MediaSwitchDisplayName>PhoneSystem</MediaSwitchDisplayName> <DetectTransferLoop>false</DetectTransferLoop> <SuccessRetryInterval>1</SuccessRetryInterval> <RetriesOnSuccess>0</RetriesOnSuccess> <EventList>NewVoiceMail</EventList> <ScheduleSetObjectId>d7ea64ca-e3fc-4d0a-8bd5-ef2337a31b97</ScheduleSetObjectId> <InitialDelay>0</InitialDelay> <RepeatInterval>0</RepeatInterval> <RepeatNotify>false</RepeatNotify> </NotificationDevice> <NotificationDevice> <URI>/vmrest/users/70c5d764-b2f3-498a-b16e-1a4d2a369dfa/notificationdevices/0f4ce029-1939-4ae0-9dee-9d84c77fadae</URI> <SubscriberObjectId>70c5d764-b2f3-498a-b16e-1a4d2a369dfa</SubscriberObjectId> <UserURI>/vmrest/users/70c5d764-b2f3-498a-b16e-1a4d2a369dfa</UserURI> <ObjectId>0f4ce029-1939-4ae0-9dee-9d84c77fadae</ObjectId> <DisplayName>Home Phone</DisplayName> <Active>false</Active> <BusyRetryInterval>5</BusyRetryInterval> <Conversation>SubNotify</Conversation> <Type>1</Type> Cisco Unity Connection Provisioning Interface (CUPI) API 201 Cisco Unity Connection Provisioning Interface (CUPI) API for User Account Settings Listing and Viewing Notification Devices