/mcp{ "@total":"1" "MessageAgingText":[ { "URI": "/vmrest/messageagingtexts/0220cac9-6df0-48c2-929f-e38d7ff88e3d", "ObjectId": "0220cac9-6df0-48c2-929f-e38d7ff88e3d", "LanguageCode": "1033", "DefaultSubject": "Your message from %SENDER% will be moved to the Saved Messages folder in %DAYSUNTIL% day(s).", "Subject": [], "DefaultBody": "Your message from %SENDER%, which was received on %MODIFICATIONTIME%, will be moved to the Saved Messages folder in %DAYSUNTIL% day(s).", "Body": [], "UseDefault": "false", "RuleDescription": "Text for Move New Messages to the Saved Messages Folder Rule" } ] } Response Code: 200 JSON Example To list all the message aging texts, do the following: Request URI: GET https://<connection-server>/vmrest/messageagingtexts Accept: application/json Connection: keep-alive The following is the response from the above GET request and the actual response will depend upon the information given by you: { "@total":"1" "MessageAgingText":[ { "URI": "/vmrest/messageagingtexts/0220cac9-6df0-48c2-929f-e38d7ff88e3d", "ObjectId": "0220cac9-6df0-48c2-929f-e38d7ff88e3d", "LanguageCode": "1033", "DefaultSubject": "Your message from %SENDER% will be moved to the Saved Messages folder in %DAYSUNTIL% day(s).", "Subject": [], "DefaultBody": "Your message from %SENDER%, which was received on %MODIFICATIONTIME%, will be moved to the Saved Messages folder in %DAYSUNTIL% day(s).", "Body": [], "UseDefault": "false", "RuleDescription": "Text for Move New Messages to the Saved Messages Folder Rule" } ] } Response Code: 200 Viewing the Specific Message Aging Text The following is an example of the GET request that lists the details of specific message aging policy represented by the provided value of object ID: Cisco Unity Connection Provisioning Interface (CUPI) API 607 Cisco Unity Connection Provisioning Interface (CUPI) API--Message Aging Policy APIs Viewing the Specific Message Aging Text