/mcpExplanation of Data Fields Comments Data Type Operations Parameter Object id of the parent interview handler. String Read Only InterviewHandlerObjectId URI of the parent interview handler. String Read Only InterviewHandlerURI Specifies the question number.Questions are numbered from 1 to 20. Integer Read Only QuestionNumber The maximum recording length (in seconds) allowed for caller responses to the question. Value can range from 1 to 1200. Default value: 30 seconds Integer Read/Write MaxMsgLength Specifies the question text. Defaults to the index "1", "2", etc. String Read/Write StreamText Specifies whether question is active or not Possible values: • true: activate question • false: Inactivate question Default Value: true Boolean Read/Write IsActive Specifies the name of the .wav file. NA Read/Write VoiceFile Update the Interview question using the Input Stream The Interview question can also be updated using the Input Stream. An input stream can be created from the wav file and passed as the request body. The URL for this should be : PUT https://<connectionserver>/vmrest/handlers/interviewhandlers/<interviewhandlerobjectid>/interviewquestions/ <QuestionNumber>/audio. The request body will contain an attachment with media type audio/wav. Attachment can be uploaded via application to upload the wave file over HTTPS. Also add the header "content-type" for the request which value will be passed as "audio/wav". Following URL can be used to listen/get to the question associated with the interview handler: Paste the URL in the browser and listen to the uploaded question. https://<connectionserver>/vmrest/handlers/interviewhandlers/<interviewhandlerobjectid>/interviewquestions/<QuestionNumber>/audio. Cisco Unity Connection Provisioning Interface (CUPI) API 564 Cisco Unity Connection Provisioning Interface (CUPI) API--Interview Handler APIs Explanation of Data Fields