/mcpCisco Unity Connection Provisioning Interface (CUPI) API -- Message Aging Text Message Aging Text Administrator can use this API to create/update/delete/fetch the message aging text.Various attributes of message aging text can also be updated using this API. Listing the Message Aging Texts The following is an example of the GET request that lists all the message aging texts: GET https://<connection-server>/vmrest/messageagingtexts The following is the response from the above GET request and the actual response will depend upon the information given by you: <MessageAgingTexts total="1"> <MessageAgingText> <URI>/vmrest/messageagingtexts/0220cac9-6df0-48c2-929f-e38d7ff88e3d</URI> <ObjectId>0220cac9-6df0-48c2-929f-e38d7ff88e3d</ObjectId> <LanguageCode>1033</LanguageCode> <DefaultSubject>Your message from %SENDER% will be moved to the Saved Messages folder in %DAYSUNTIL% day(s).</DefaultSubject> <Subject/> <DefaultBody>Your message from %SENDER%, which was received on %MODIFICATIONTIME%, will be moved to the Saved Messages folder in %DAYSUNTIL% day(s).</DefaultBody> <Body/> <UseDefault>false</UseDefault> <RuleDescription>Text for Move New Messages to the Saved Messages Folder Rule</RuleDescription> </MessageAgingText> <MessageAgingTexts> 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: Cisco Unity Connection Provisioning Interface (CUPI) API 606 Cisco Unity Connection Provisioning Interface (CUPI) API--Message Aging Policy APIs Cisco Unity Connection Provisioning Interface (CUPI) API -- Message Aging Text