McDewey

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

Page 587

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

{ "URI": "/vmrest/handlers/interviewhandlers/f1d0640b-f268-4725-87bb-e1762314fee6", "CreationTime": "2013-02-13T10:10:43Z", "Language": "1033", "DisplayName": "Texoma_IH2", "Undeletable": "false", "LocationObjectId": "df46033e-0058-4f7e-b5fc-8346df0ffee1", "LocationURI": "/vmrest/locations/connectionlocations/df46033e-0058-4f7e-b5fc- 8346df0ffee1", "SendUrgentMsg": "0", "ObjectId": "f1d0640b-f268-4725-87bb-e1762314fee6", "RecipientSubscriberObjectId": "47749981-5ceb-4674-a6b7-0b0afde4bfcc", "RecipientUserURI": "/vmrest/users/47749981-5ceb-4674-a6b7-0b0afde4bfcc", "AfterMessageAction": "4", "UseCallLanguage": "true", "UseDefaultLanguage": "true", "DispatchDelivery": "false", "PartitionObjectId": "30438c03-e8de-4584-bb5b-0dae05faf0af", "PartitionURI": "/vmrest/partitions/30438c03-e8de-4584-bb5b-0dae05faf0af", "InterviewQuestionsURI": "/vmrest/handlers/interviewhandlers/f1d0640b-f268-4725-87bb- e1762314fee6/interviewquestions" } Response Code: 200 <pre> === Creating a New Interview Handler === The following is an example of the POST request that creates a new interview handler: <pre> POST https://<connection-server>/vmrest/handlers/interviewhandlers Request Body: <InterviewHandler> <DisplayName>Texoma_IH2</DisplayName> <RecipientDistributionListObjectId>80b13e8d-1dbe-4389-ba97- 91aaa10512fe</RecipientDistributionListObjectId> </InterviewHandler> Response Code: 200 <pre> '''JSON Example''' To create a new interview handler: <pre> POST https://<connection-server>/vmrest/handlers/interviewhandlers Accept: application/json Content-Type: application/json Connection: Keep-alive { "DisplayName": "Taxoma_Interviewer", "RecipientDistributionListObjectId": "c596c45c-00a3-4714-a359-4ac45da38232" } The following is the response from the above POST request and the actual response will depend upon the information given by you: Response Code: 201 Cisco Unity Connection Provisioning Interface (CUPI) API 555 Cisco Unity Connection Provisioning Interface (CUPI) API--Interview Handler APIs Viewing the Details of Specific Interview Handler