McDewey

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

Page 122

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

{ "SmtpAddress": "John@cisco.com", "HeaderText": "Texoma_Header", "FooterText": "Texoma_Footer" } The following is the response from the above PUT request and the actual response will depend upon the information given by you: Response code: 204 About HTML Notification Devices (in Cisco Unity Connection 9.0(1) and Later) Cisco Unity Connection Provisioning Interface (CUPI) API allows users to view list of Html Notification Devices, a specific notification device or modify an existing HTML Notification Device. Listing HTML Notification Devices The following is an example of the GET request that lists the HTML notification devices for the users: GET /vmrest/users/notificationdevices/htmldevices 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: <HtmlDevices total="3"> <HtmlDevice> <URI>/vmrest/users/5786019c-f962-4b86-8103-a01755b9993c/notificationdevices/htmldevices/d7044a91-b3b5-4e5a-9d08-eca2235660fd</URI> <Active>false</Active> <DeviceName>HTML</DeviceName> <DisableMobileNumberFromPCA>false</DisableMobileNumberFromPCA> <DisplayName>HTML_Missed_Call</DisplayName> <NotificationTemplateID>f37de0e3-c070-4d7e-bb98-5b8b1911ed27</NotificationTemplateID> <ObjectId>d7044a91-b3b5-4e5a-9d08-eca2235660fd</ObjectId> <Undeletable>true</Undeletable> <SubscriberObjectId>5786019c-f962-4b86-8103-a01755b9993c</SubscriberObjectId> <UserURI>/vmrest/users/5786019c-f962-4b86-8103-a01755b9993c</UserURI> <DisableTemplateSelectionFromPCA>false</DisableTemplateSelectionFromPCA> <AllowVoiceMailAsAttachment>false</AllowVoiceMailAsAttachment> <MessageCountInSummary>10</MessageCountInSummary> <EventList>NewMissedCall</EventList> <ScheduleSetObjectId>48993a7c-2732-4217-8abc-893604fa16b6</ScheduleSetObjectId> <SendScheduledNotificationAt/> </HtmlDevice> </HtmlDevices> Listing an HTML Notification Device for Users The following is an example of the GET request that lists a particular html notification device for the end users represented by <deviceid>: GET /vmrest/user/notificationdevices/htmldevices/<deviceid> Cisco Unity Connection Provisioning Interface (CUPI) API 90 Cisco Unity Connection Provisioning Interface (CUPI) API -- User Notification Devices API About HTML Notification Devices (in Cisco Unity Connection 9.0(1) and Later)