---
title: "Returns a specific call record referenced by the ID given"
method: GET
path: "/call/webhook"
tags: ["call"]
---

# Returns a specific call record referenced by the ID given

`GET /call/webhook`

Retrieves a specific call record formatted for webhook delivery. Returns call data in a structure optimized for webhook integrations and real-time event notifications to external systems.

## Query parameters

- `id` integer, required
- `format` 'xml' | 'json'

## Response `200`

Call record formatted for webhook delivery with integration-friendly structure

- CallWebhookResponse
  - `result` string, required — Outcome of the request. String, typically 'success' or 'error'.
  - `err` string — Error message when result='error'. String. Empty/null on success.
  - `data` object, required — Response payload. Shape varies by endpoint.
    - `Call ID` integer — Unique identifier representing the Call ID. Type: integer (int32).
    - `Provisioned Route ID` integer — Unique identifier representing the Provisioned Route ID. Type: integer (int32).
    - `Org Unit ID` integer — Unique identifier representing the Org Unit ID. Type: integer (int32).
    - `Campaign Name` string — Unique identifier representing the Campaign Name. Type: string.
    - `Campaign External ID` string — Unique identifier representing the Campaign External ID. Type: string.
    - `Caller Id` integer — Unique identifier representing the Caller Id. Type: integer (int32).
    - `Tracking` integer — Unique identifier representing the Tracking. Type: integer (int32).
    - `Ad Source` string — Unique identifier representing the Ad Source. Type: string.
    - `Ring To` integer — Unique identifier representing the Ring To. Type: integer (int32).
    - `Disposition` string — Unique identifier representing the Disposition. Type: string.
    - `Duration` integer — Unique identifier representing the Duration. Type: integer (int32).
    - `Repeat Call` string — Unique identifier representing the Repeat Call. Type: string.
    - `Call Started` string — Unique identifier representing the Call Started. Type: string.
    - `Call Ended` string — Unique identifier representing the Call Ended. Type: string.
    - `Cdr Source` string — Unique identifier representing the Cdr Source. Type: string.
    - `Call Mine Status` string — Unique identifier representing the Call Mine Status. Type: string.
    - `Call External ID` string — Unique identifier representing the Call External ID. Type: string.
    - `Outbound Call` string — Unique identifier representing the Outbound Call. Type: string.
    - `Call Value` integer — Unique identifier representing the Call Value. Type: integer (int32).
    - `Call Recording Filename` string — Unique identifier representing the Call Recording Filename. Type: string.
    - `Call Recording URL` string — Unique identifier representing the Call Recording URL. Type: string.
    - `Group ID` integer — Unique identifier representing the Group ID. Type: integer (int32).
    - `Parent Group ID` integer — Unique identifier representing the Parent Group ID. Type: integer (int32).
    - `Billing Group ID` integer — Unique identifier representing the Billing Group ID. Type: integer (int32).
    - `External Group ID` string — Unique identifier representing the External Group ID. Type: string.
    - `Group Name` string — Unique identifier representing the Group Name. Type: string.
    - `Group Status` string — Unique identifier representing the Group Status. Type: string.
    - `Group Address` string — Unique identifier representing the Group Address. Type: string.
    - `Group City` string — Unique identifier representing the Group City. Type: string.
    - `Group State` string — Unique identifier representing the Group State. Type: string.
    - `Group Zip` string — Unique identifier representing the Group Zip. Type: string.
    - `Group Phone Number` string — Unique identifier representing the Group Phone Number. Type: string.
    - `Group Date Created` string — Unique identifier representing the Group Date Created. Type: string.
    - `Group Date Modified` string — Unique identifier representing the Group Date Modified. Type: string.
    - `Industry Name` string — Unique identifier representing the Industry Name. Type: string.
    - `Route Name` string — Unique identifier representing the Route Name. Type: string.
    - `Route ID` integer — Unique identifier representing the Route ID. Type: integer (int32).
    - `Route type` integer — Unique identifier representing the Call ID. Type: integer (int32).
    - `Route Group ID` string — Unique identifier representing the Route Group ID. Type: string.
    - `Repeat Interval` string — Unique identifier representing the Repeat Interval. Type: string.
    - `Route Status` string — Unique identifier representing the Route Status. Type: string.
    - `Route Created` string — Unique identifier representing the Route Created. Type: string.
    - `Route Modified` string — Unique identifier representing the Route Modified. Type: string.
    - `Geo Location Name` string — Unique identifier representing the Geo Location Name. Type: string.
    - `dni_logs` object — dni_logs.
    - `Indicators` object — Indicators.
      - `name` integer — Unique identifier representing the Indicator name. Type: integer (int32).
      - `score` integer — Unique identifier representing the Indicator Score. Type: integer (int32).
    - `static_param` object — static_param.
    - `Custom Source 1` string — Unique identifier representing the Custom Source 1. Type: string.
    - `Custom Source 2` string — Unique identifier representing the Custom Source 2. Type: string.
    - `Custom Source 3` string — Unique identifier representing the Custom Source 3. Type: string.
    - `Custom Source 4` string — Unique identifier representing the Custom Source 4. Type: string.
    - `Custom Source 5` string — Unique identifier representing the Custom Source 5. Type: string.
    - `data_append` object — data_append.

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/convirza/apis/convirza-apis.md) · [All operations](https://skmtc.net/convirza/apis/convirza-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/convirza/convirza-apis/revisions/ccf9bbe34f5a/schema)
