/mcpHTTP/1.1 200 OK Pragma: No-cache Cache-Control: no-cache Expires: Wed, 31 Dec 1969 16:00:00 PST Set-Cookie: JSESSIONIDSSO=849167D3D61D2F30BA278BBF949FDF0F; Path=/ Set-Cookie: JSESSIONID=28A69142E490EC63A56690F9811BDDF9; Path=/vmrest Content-Type: application/json {"id":"1","connected":"true","nativeConnectionId":"2"} Check Video call status GET https://<connection-server>/vmrest/calls/<call-id> The following is the response from the above GET request and the actual response will depend upon the information given by you: Response Code: 200 <Call> <number>1007</number> <id>1105</id> <connected>true</connected> <callType>video</callType> <nativeConnectionId>16</nativeConnectionId> </Call> JSON Example GET /vmrest/calls/1 HTTP/1.1 Accept: application/json User-Agent: Java/1.6.0_17 Host: cuc-install-67.cisco.com Connection: keep-alive authorization: Basic Y2NtYWRtaW5pc3RyYXRvcjplY3NidWxhYg== Response: HTTP/1.1 200 OK Pragma: No-cache Cache-Control: no-cache Expires: Wed, 31 Dec 1969 16:00:00 PST Set-Cookie: JSESSIONIDSSO=849167D3D61D2F30BA278BBF949FDF0F; Path=/ Set-Cookie: JSESSIONID=28A69142E490EC63A56690F9811BDDF9; Path=/vmrest Content-Type: application/json {"number":"1097","id":"40","connected":"true","callType":"video","nativeConnectionId":"45"} Record by phone POST /vmrest/calls/1 HTTP/1.1 Content-Type: application/json Accept: application/json User-Agent: Java/1.6.0_17 Host: cuc-install-67.cisco.com Connection: keep-alive Authorization: Basic Y2NtYWRtaW5pc3RyYXRvcjplY3NidWxhYg== Content-Length: 15 {"op":"RECORD"} Cisco Unity Connection Telephony Interface (CUTI) API 9 Cisco Unity Connection Telephony Interface (CUTI) API -- Using CUTI for Basic Call Operations Examples