McDewey

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

Page 734

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

Listing a particular Subject Line Parameter The following is an example of the GET request that list a particular subject line parameter: GET https://<connection_server>/vmrest/subject-line-parameters/<objectID> The following is an example of the GET request to list a particular subject line parameter for a specific message type: https://<connection_server>/vmrest/subject-line-parameters?query=(MessageType is 2) The Message Type is 1 for voice messages and 2 for notifications. Note The following is an example of the response from the above GET request. <SubjectLineParameter> <URI>/vmrest/subject-line-parameters/462d2eaa-8109-470e-982e-00c2c99e8770</URI> <ObjectId>462d2eaa-8109-470e-982e-00c2c99e8770</ObjectId> <LanguageCode>1033</LanguageCode> <Parameter>Unknown caller ID1</Parameter> <FactoryDefaultParameter>Unknown caller ID</FactoryDefaultParameter> <ParameterType>1</ParameterType> <MessageType>1</MessageType> </SubjectLineParameter> Response code: 200 OK Modifying Subject Line Parameter The following is an example of the PUT request that modifies the subject line parameters: PUT https://<connection_server>/vmrest/subject-line-parameters/<objectID> The following is the response of above PUT request. <SubjectLineParameter> <Parameter>Unknown caller ID1</Parameter> </SubjectLineParameter> Response code: 204 OK Explanation of Data Fields For Subject Type, Message Type and Parameter Type Explanation/Comments Type Read/Write Field Name Object ID of the entity String Read ObjectId Indicates the language code Integer Read LanguageCode Cisco Unity Connection Provisioning Interface (CUPI) API 702 Cisco Unity Connection Provisioning Interface (CUPI) API for System Settings Listing a particular Subject Line Parameter

Image 1 from page 734