/mcp<InterviewQuestions total="1"> <InterviewQuestion> <InterviewHandlerObjectId>9fa58ed4-af0b-4de5-977c- 8c080b0727c1</InterviewHandlerObjectId> <InterviewHandlerURI>/vmrest/handlers/interviewhandlers/9fa58ed4-af0b-4de5-977c- 8c080b0727c1</InterviewHandlerURI> <QuestionNumber>1</QuestionNumber> <MaxMsgLength>30</MaxMsgLength> <StreamText>1</StreamText> <IsActive>true</IsActive> </InterviewQuestion> </InterviewQuestions> Response Code: 200 JSON Example To update the interview handler, do the following: Request URI: GET https://<connection-server>/vmrest/handlers/interviewhandlers/<interviewhandler-objectid>/interviewquestions 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: { },{ "@total": "2", "InterviewQuestion": [ { "InterviewHandlerObjectId": "99800fcc-e8df-42d3-ac3f-5117483b293e", "InterviewHandlerURI": "/vmrest/handlers/interviewhandlers/99800fcc-e8df-42d3-ac3f- 5117483b293e", "QuestionNumber": "1", "MaxMsgLength": "30", "StreamText": "1", "IsActive": "true" }, { "InterviewHandlerObjectId": "99800fcc-e8df-42d3-ac3f-5117483b293e", "InterviewHandlerURI": "/vmrest/handlers/interviewhandlers/99800fcc-e8df-42d3-ac3f- 5117483b293e", "QuestionNumber": "2", "MaxMsgLength": "30", "StreamText": "2", "IsActive": "true" } ] } Response Code: 200 Viewing the Specific Interview Handler Question The following is an example of the GET request that lists the details of interview handler question represented by the provided value of interview handler ID: Cisco Unity Connection Provisioning Interface (CUPI) API 562 Cisco Unity Connection Provisioning Interface (CUPI) API--Interview Handler APIs Viewing the Specific Interview Handler Question