Call detail URL

This function allows to directly invoke the call detail page in the web application for a given call. The call has to be explicitly defined with its unique call identifier.

The function is available as a HTTP GET request.

Request

Call detail URL HTTP GET sample:

http://192.168.1.104/verba/gwtCallDetail.do?ccdrId=74c8eea0-50c6-40b2-9f3e-252ed501c3c8

If the external single sign on (SSO) function is used to authenticate the users, the URL has to contain reference to the session token, which was registered previously:

http://192.168.1.104/verba/extssologin.do?token=12345&ssotarget=gwtCallDetail.do?ccdrId=74c8eea0-50c6-40b2-9f3e-252ed501c3c8

Detailed description of the API request elements:

API request element

Description

Requirements
http://192.168.1.104/verba/gwtCallDetail.doiVerba direct HTTP URL.Mandatory
ccdrId=74c8eea0-50c6-40b2-9f3e-252ed501c3c8Definesthe unique call identifier.Mandatory

Response

The system opens the web application at the call detail page for the call defined in the request.