McDewey

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

Page 124

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

This API will modify a particular HTML notification device for the end users as represented by <deviceobjectid>. Configuring Schedule Notification Cisco Unity Connection allows you to receive schedule notification tag in 24 hours format (hh:mm) using <SendScheduledNotificationAt>. You can configure multiple notifications using comma in the separated values. The schedules mentioned in this tag would overwrite all the existing schedules. In order to delete all existing schedules, provide an empty <SendScheduledNotificationAt> tag. Listing Schedule Notification The following is an example of the GET request that lists the HTML notification devices for the users: GET vmrest/users/<user-object-id>/notificationdevices/htmldevices/<device-object-id> The following is an example of the response from the above GET request and the actual response will depend upon the information given by you: <HtmlDevice> <URI>/vmrest/users/a3ab2df0-f16c-405f-afdf-394495acf000/notificationdevices/htmldevices/856c8ce9-d7dd-4623-888b-8d14874061af</URI> <Active>True</Active> <DeviceName>HTML</DeviceName> <DisplayName>HTMLDevice1</DisplayName> <NotificationTemplateID>3be2bd9e-114b-4103-a724-4e6c908d7c86</NotificationTemplateID> <ObjectId>856c8ce9-d7dd-4623-888b-8d14874061af</ObjectId> <SubscriberObjectId>a3ab2df0-f16c-405f-afdf-394495acf000</SubscriberObjectId> <SendScheduledNotificationAt>10:15,23:00 </SendScheduledNotificationAt> <EventList>NewVoiceMail</EventList> </HtmlDevice> JSON Example GET vmrest/users/<user-object-id>/notificationdevices/htmldevices/<device-object-id>?jsopn=1 { { "URI":"/vmrest/users/707c291f-95d8-4353-9d8c-2439722f4c25/notificationdevices/htmldevices/49d04c39-f899-445c-a939810d66b30e38", "Active":"false", "DeviceName":"HTML", "DisableMobileNumberFromPCA":"false", "DisplayName":"HTML", "ObjectId":"49d04c39-f899-445c-a939-810d66b30e38", "Undeletable":"true", "SubscriberObjectId":"707c291f-95d8-4353-9d8c-2439722f4c25", "UserURI":"/vmrest/users/707c291f-95d8-4353-9d8c2439722f4c25", "DisableTemplateSelectionFromPCA":"false", "AllowVoiceMailAsAttachment":"false", "EventList":"NewVoiceMail", "ScheduleSetObjectId":"a6fec625-58e1-4a2c-8950-829ee307d81a", "SendScheduledNotificationAt":"12:50" } } Cisco Unity Connection Provisioning Interface (CUPI) API 92 Cisco Unity Connection Provisioning Interface (CUPI) API -- User Notification Devices API Configuring Schedule Notification