McDewey

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

Page 732

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

POST and DELETE APIs are not supported. Note The following is an example of the GET request that lists all subject line formats: GET https://<connection_server>/vmrest/subjectlineformats The following is an example of the GET request to list the subject line for a specific message type: https://<connection_server>/vmrest/subjectlineformats?query=(MessageType is 2) Message type is 1 for voice messages and 2 for notifications. Note The following is an example of the response from the above GET requests and the actual response will depend upon the information given by you: <SubjectLineFormats total="7"> <SubjectLineFormat> <URI>/vmrest/subjectlineformats/7048d455-374b-4b81-bf0b-ebb70239b441</URI> <ObjectId>7048d455-374b-4b81-bf0b-ebb70239b441</ObjectId> <LanguageCode>1033</LanguageCode> <FactoryDefaultSubject>Message notification</FactoryDefaultSubject> <Subject>Message notification</Subject> <SubjectType>7</SubjectType> <MessageType>2</MessageType> <CustomSubjectParameterURI>/vmrest/subjectlineparameters?query=(MessageType%20is%202)</CustomSubjectParameterURI> </SubjectLineFormat> … </SubjectLineFormats> Response code: 200 OK Listing a particular subject line format The following is an example of the GET request that lists a particular subject line format: GET https://<connection_server>/vmrest/subjectlineformats/<objectID> 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: Cisco Unity Connection Provisioning Interface (CUPI) API 700 Cisco Unity Connection Provisioning Interface (CUPI) API for System Settings Listing a particular subject line format

Image 1 from page 732