Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fix the examples

Overview

Excerpt

Retrieves the full HTTP URL pointing to the given call.

The function is available as a HTTP GET or HTTP POST request.

Request

Get Call URL:

Info
iconfalse

http://<host>/verba/api?action=GetCallURL

...

Info
iconfalse

<?xml version="1.0" encoding="UTF-8"?>

<VerbaApi>

<Response code="0" type="GetCallURL"/>

<Url>http://192.168.1.104/verba/gwtCallDetail.do?ccdrId=6E6F3934-73E3-49E3-8C16-344DA248DE44</Url>

</

Response>

</VerbaApi>

XML based response sample on error

Info
iconfalse

<?xml version="1.0" encoding="UTF-8"?>

<VerbaApi>

<Response code="2" type="GetCallURL">

<ErrorMessage description="Error">Unable <ErrorMessage>Unable to retrieve the URL, because the call cannot be found.</ErrorMessage>

</Response>

</VerbaApi>

...