McDewey

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

Page 15

↗ View in doc context
page
15
source
unity-connection/rest-api/cumi/cumi.md
chunk_id
unity-connection::rest-api::cumi::cumi::8

PUT /vmrest/messages/<messageid> <Message> <Subject>New subject</Subject> </Message> A DELETE operation on messages in Inbox folder can delete the message from the folder. Whether the message is soft or hard deleted is dependent on the settings of the system. DELETE /vmrest/messages/<message-id> A hard or soft delete can be forced by passing in the harddelete parameter: DELETE /vmrest/messages/<message-id>?userobjectid=<userobjectid>&harddelete=<true or false> Sent Items Folder Operations All folder operations can be executed by a user when connecting with his/her credentials. When using the administrative credentials, using the userobjectid parameter will allow administrators to do the same operations on the users mailbox. A GET operation on the folder returns a message list: GET /vmrest/mailbox/folders/sent/messages A user with administrative privileges can list the messages of another users folder by passing the userobjectid of the other user: GET /vmrest/mailbox/folders/sent/messages?userobjectid=<userobjectid> A user with administrative privileges can list the messages of another users folder having USN value greater than specified and by passing the userobjectid of the other user: GET /vmrest/mailbox/folders/sent/messages?userobjectid=<userobjectid>&usngreaterthan=<value> A PUT operation on messages in the Sent Items folder can update the Subject of messages. No other parameter on a message can be changed: PUT /vmrest/messages/<messageid> <Message> <Subject>New subject</Subject> </Message> A DELETE operation on messages in the Sent Items folder can delete the message from the folder. Whether the message is soft or hard deleted is dependent on the settings of the system. DELETE /vmrest/messages/<message-id> A hard or soft delete can be forced by passing in the harddelete prarameter: DELETE /vmrest/messages/<message-id>?userobjectid=<userobjectid>&harddelete=<true or false> Cisco Unity Connection Messaging Interface (CUMI) API 9 Cisco Unity Connection Messaging Interface (CUMI) API -- Using the CUMI API Sent Items Folder Operations