/mcp{ "@total": "1", "InterviewHandler":[ { "URI": "/vmrest/handlers/interviewhandlers/f1d0640b-f268-4725-87bb-e1762314fee6", "CreationTime": "2013-02-13T10:10:43Z", "Language": "1033", "DisplayName": "Taxoma_Interviewer_1", "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", "TenantObjectId": "fe6541fb-b42c-44f2-8404-ded14cbf7438", "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 Listing Specific Tenant Related Interview Handlers by System Administrator In Cisco Unity Connection 10.5(2) and later, the system administrator can use TenantObjectID to list the specific tenant related interview handlers using the following URI: GET https://<connection-server>/vmrest/handlers/interviewhandlers?query=(TenantObjectId is <Tenant-ObjectId>) To get the TenantObjectID, use the following URI: GET https://<connection-server>/vmrest/tenants Viewing the Details of Specific Interview Handler The following is an example of the GET request that lists the details of interview handler represented by the provided value of interview handler ID: GET https://< connection-server>/vmrest/handlers/interviewhandlers/<InterviewHandlerObject-Id> 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 553 Cisco Unity Connection Provisioning Interface (CUPI) API--Interview Handler APIs Listing Specific Tenant Related Interview Handlers by System Administrator