# Reports

# Outbound Call Detail Records

## <span style="color: rgb(2, 106, 73);">**API: outbound\_cdr**</span>

### **Description**

Fetch detailed records of outbound calls made through the last 24 hours or a specific time given. Results include per-call information like timestamp, caller, agent, disposition, campaign, and wait time. Also includes a summary of total and handled calls by campaign.

## 🔗 **URL**

#### https://**DOMAIN**.croco-dial.net/goAPIv2/goReports/goAPI.php

<p class="callout info align-left">**Note:** Replace `DOMAIN` with the specific domain you want to query.</p>

### **📝 Required Parameters**

<table border="1" id="bkmrk-parameter-value-desc" style="border-collapse: collapse; width: 100%; height: 178.667px;"><colgroup><col style="width: 22.9972%;"></col><col style="width: 20.0399%;"></col><col style="width: 57.0543%;"></col></colgroup><thead><tr style="height: 29.6px;"><td style="height: 29.6px;">**Parameter**</td><td style="height: 29.6px;">**Value**</td><td style="height: 29.6px;">**Description**</td></tr></thead><tbody><tr style="height: 29.6px;"><td style="height: 29.6px;">goAction</td><td style="height: 29.6px;">outbound\_cdr</td><td style="height: 29.6px;">Action to perform</td></tr><tr style="height: 29.6px;"><td style="height: 29.6px;">goUser</td><td style="height: 29.6px;">MyUser</td><td style="height: 29.6px;">API authorized user.</td></tr><tr style="height: 29.6px;"><td style="height: 29.6px;">goPass</td><td style="height: 29.6px;">MyPass</td><td style="height: 29.6px;">Authorized user's password.</td></tr><tr style="height: 30.6667px;"><td style="height: 30.6667px;">responsetype</td><td style="height: 30.6667px;">json/xml</td><td style="height: 30.6667px;">Format of the response (`json` recommended).</td></tr></tbody></table>

### **Optional Parameters**

<table border="1" id="bkmrk-parameter-value-desc-1" style="border-collapse: collapse; width: 100%; height: 169.417px;"><colgroup><col style="width: 23.0008%;"></col><col style="width: 28.0062%;"></col><col style="width: 48.9811%;"></col></colgroup><thead><tr style="height: 29.7167px;"><td style="height: 29.7167px;">**Parameter**</td><td style="height: 29.7167px;">**Value**</td><td style="height: 29.7167px;">**Description**</td></tr></thead><tbody><tr style="height: 31.0667px;"><td style="height: 31.0667px;">tenant</td><td style="height: 31.0667px;">\['AAA', 'BBB'\]</td><td style="height: 31.0667px;"><span class="_fadeIn_m1hgl_8">A </span><span class="_fadeIn_m1hgl_8">list </span><span class="_fadeIn_m1hgl_8">of </span><span class="_fadeIn_m1hgl_8">tenants </span><span class="_fadeIn_m1hgl_8">to </span><span class="_fadeIn_m1hgl_8">filter </span><span class="_fadeIn_m1hgl_8">the </span><span class="_fadeIn_m1hgl_8">results. (Three characters only)</span></td></tr><tr style="height: 31.0667px;"><td style="height: 31.0667px;">profile</td><td style="height: 31.0667px;">\['LOANS', 'COLLECTIONS'\]</td><td style="height: 31.0667px;"><span class="_fadeIn_m1hgl_8">A </span><span class="_fadeIn_m1hgl_8">list </span><span class="_fadeIn_m1hgl_8">of </span><span class="_fadeIn_m1hgl_8">profiles </span><span class="_fadeIn_m1hgl_8">to </span><span class="_fadeIn_m1hgl_8">filter </span><span class="_fadeIn_m1hgl_8">the </span><span class="_fadeIn_m1hgl_8">results.</span></td></tr><tr style="height: 46.5px;"><td style="height: 46.5px;">fromDate</td><td style="height: 46.5px;">`YYYY-MM-DD`</td><td style="height: 46.5px;"><span class="_fadeIn_m1hgl_8">The </span><span class="_fadeIn_m1hgl_8">start </span><span class="_fadeIn_m1hgl_8">date </span><span class="_fadeIn_m1hgl_8">for </span><span class="_fadeIn_m1hgl_8">the </span><span class="_fadeIn_m1hgl_8">report. </span><span style="color: rgb(22, 145, 121);"><span class="_fadeIn_m1hgl_8">If </span><span class="_fadeIn_m1hgl_8">no </span><span class="_fadeIn_m1hgl_8">date </span><span class="_fadeIn_m1hgl_8">range </span><span class="_fadeIn_m1hgl_8">is </span><span class="_fadeIn_m1hgl_8">provided, </span><span class="_fadeIn_m1hgl_8">the </span><span class="_fadeIn_m1hgl_8">endpoint </span><span class="_fadeIn_m1hgl_8">defaults </span><span class="_fadeIn_m1hgl_8">to </span><span class="_fadeIn_m1hgl_8">returning </span><span class="_fadeIn_m1hgl_8">records </span><span class="_fadeIn_m1hgl_8">from </span><span class="_fadeIn_m1hgl_8">the </span><span class="_fadeIn_m1hgl_8">last </span><span class="_fadeIn_m1hgl_8">24 </span><span class="_fadeIn_m1hgl_8">hours.</span></span></td></tr><tr style="height: 31.0667px;"><td style="height: 31.0667px;">toDate</td><td style="height: 31.0667px;">`YYYY-MM-DD`</td><td style="height: 31.0667px;">The end date for the report.</td></tr></tbody></table>

**Note:** This endpoint uses body parameters for authentication instead of tokens or headers.

### **Request Examples:**

#### **GET:** 

```bash
curl -X GET "https://DOMAIN.croco-dial.net/goAPIv2/goReports/goAPI.php?goAction=outbound_cdr&goUser=MyUser&goPass=MyPass&responsetype=json"
```

#### **POST (Form Data):**

If you prefer to send the data as form parameters:

```bash
curl -X POST "https://DOMAIN.croco-dial.net/goAPIv2/goReports/goAPI.php" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  --data-urlencode "goAction=outbound_cdr" \
  --data-urlencode "goUser=MyUSer" \
  --data-urlencode "goPass=MyPass" \
  --data-urlencode "responsetype=json"

```

####  **Example Response**

```json
{
    "result": "success",
    "data": {
        "rows": [
            {
                "call_date": "2025-05-02 06:58:53",
                "src": "8888888888",
                "dst": "3333333333",
                "agent": "Agent.Example",
                "campaign": "CAMPAIGN-1",
                "call_type": "Dialer",
                "disposition": "Voicemail",
                "carrier_disposition": "Answer",
                "term_reason": "AGENT",
                "queue_time": "0",
                "portfolio": "AAA",
                "vendor_lead_code": "11111111-22222222...",
                "lead_id": "11111111",
                "list_id": "222222222222222",
                "entry_date": "2025-05-02 06:55:08"
            },
            {
                "call_date": "2025-05-02 06:58:54",
                "src": "2222222222",
                "dst": "4444444444",
                "agent": "Agent.Example",
                "campaign": "CAMPAIGN-2",
                "call_type": "Dialer",
                "disposition": "Voicemail",
                "carrier_disposition": "Answer",
                "term_reason": "AGENT",
                "queue_time": "37",
                "portfolio": "BBB",
                "vendor_lead_code": "22222222-33333333...",
                "lead_id": "222222222",
                "list_id": "33333333333333",
                "entry_date": "2025-05-02 06:55:08"
            },
          ...
       ],
        "headers": [
          ...
        ],
        "summary_headers": [
          ...
        ],
        "summary_rows": [
            {
                "campaign_name": "CAMPAIGN-1",
                "total_leads": 296,
                "dialable": 296,
                "pending": 0,
                "total_calls": 651,
                "dialer": 526,
                "dialed": 651,
                "manual_calls": 125,
                "handled_calls": 285,
                "total_removed": 0,
                "removed": 127,
                "remove_all_period": 127
            },
            {
                "campaign_name": "CAMPAIGN-2",
                "total_leads": 3031,
                "dialable": 3031,
                "pending": 2018,
                "total_calls": 1013,
                "dialer": 1010,
                "dialed": 1013,
                "manual_calls": 3,
                "handled_calls": 661,
                "total_removed": 0,
                "removed": 11,
                "remove_all_period": 11
            },
          ...
        ]
    }
}
```

# Inbound Call Detail Records

## <span style="color: rgb(2, 106, 73);">**API: inbound\_cdr**</span>

### **Description**

This API provides detailed information about inbound calls handled by crocodial. It includes timestamps, caller and destination numbers, queue and campaign metadata, agent assignments, and call outcomes. This API is useful for analyzing call flow, queue behavior, and agent performance in inbound call operations.

## 🔗 **URL**

#### https://**DOMAIN**.croco-dial.net/goAPIv2/goReports/goAPI.php

<p class="callout info align-left">**Note:** Replace `DOMAIN` with the specific domain you want to query.</p>

### **📝 Required Parameters**

<table border="1" id="bkmrk-parameter-value-desc" style="border-collapse: collapse; width: 100%; height: 178.667px;"><colgroup><col style="width: 22.9972%;"></col><col style="width: 20.0399%;"></col><col style="width: 57.0543%;"></col></colgroup><thead><tr style="height: 29.6px;"><td style="height: 29.6px;">**Parameter**</td><td style="height: 29.6px;">**Value**</td><td style="height: 29.6px;">**Description**</td></tr></thead><tbody><tr style="height: 29.6px;"><td style="height: 29.6px;">goAction</td><td style="height: 29.6px;">inbound\_cdr</td><td style="height: 29.6px;">API's name. Action to perform.</td></tr><tr style="height: 29.6px;"><td style="height: 29.6px;">goUser</td><td style="height: 29.6px;">MyUser</td><td style="height: 29.6px;">API authorized user.</td></tr><tr style="height: 29.6px;"><td style="height: 29.6px;">goPass</td><td style="height: 29.6px;">MyPass</td><td style="height: 29.6px;">Authorized user's password.</td></tr><tr style="height: 30.6667px;"><td style="height: 30.6667px;">responsetype</td><td style="height: 30.6667px;">json/xml</td><td style="height: 30.6667px;">Format of the response (`json` recommended).</td></tr></tbody></table>

### **Optional Parameters**

<table border="1" id="bkmrk-parameter-value-desc-1" style="border-collapse: collapse; width: 100%; height: 169.417px;"><colgroup><col style="width: 23.0008%;"></col><col style="width: 28.0062%;"></col><col style="width: 48.9811%;"></col></colgroup><thead><tr style="height: 29.7167px;"><td style="height: 29.7167px;">**Parameter**</td><td style="height: 29.7167px;">**Value**</td><td style="height: 29.7167px;">**Description**</td></tr></thead><tbody><tr style="height: 31.0667px;"><td style="height: 31.0667px;">tenant</td><td style="height: 31.0667px;">\['AAA', 'BBB'\]</td><td style="height: 31.0667px;"><span class="_fadeIn_m1hgl_8">A </span><span class="_fadeIn_m1hgl_8">list </span><span class="_fadeIn_m1hgl_8">of </span><span class="_fadeIn_m1hgl_8">tenants </span><span class="_fadeIn_m1hgl_8">to </span><span class="_fadeIn_m1hgl_8">filter </span><span class="_fadeIn_m1hgl_8">the </span><span class="_fadeIn_m1hgl_8">results. (Three characters only)</span></td></tr><tr style="height: 31.0667px;"><td style="height: 31.0667px;">profile</td><td style="height: 31.0667px;">\['LOANS', 'COLLECTIONS'\]</td><td style="height: 31.0667px;"><span class="_fadeIn_m1hgl_8">A </span><span class="_fadeIn_m1hgl_8">list </span><span class="_fadeIn_m1hgl_8">of </span><span class="_fadeIn_m1hgl_8">profiles </span><span class="_fadeIn_m1hgl_8">to </span><span class="_fadeIn_m1hgl_8">filter </span><span class="_fadeIn_m1hgl_8">the </span><span class="_fadeIn_m1hgl_8">results.</span></td></tr><tr style="height: 46.5px;"><td style="height: 46.5px;">fromDate</td><td style="height: 46.5px;">`YYYY-MM-DD`</td><td style="height: 46.5px;"><span class="_fadeIn_m1hgl_8">The </span><span class="_fadeIn_m1hgl_8">start </span><span class="_fadeIn_m1hgl_8">date </span><span class="_fadeIn_m1hgl_8">for </span><span class="_fadeIn_m1hgl_8">the </span><span class="_fadeIn_m1hgl_8">report. </span><span style="color: rgb(22, 145, 121);"><span class="_fadeIn_m1hgl_8">If </span><span class="_fadeIn_m1hgl_8">no </span><span class="_fadeIn_m1hgl_8">date </span><span class="_fadeIn_m1hgl_8">range </span><span class="_fadeIn_m1hgl_8">is </span><span class="_fadeIn_m1hgl_8">provided, </span><span class="_fadeIn_m1hgl_8">the </span><span class="_fadeIn_m1hgl_8">endpoint </span><span class="_fadeIn_m1hgl_8">defaults </span><span class="_fadeIn_m1hgl_8">to </span><span class="_fadeIn_m1hgl_8">returning </span><span class="_fadeIn_m1hgl_8">records </span><span class="_fadeIn_m1hgl_8">from </span><span class="_fadeIn_m1hgl_8">the </span><span class="_fadeIn_m1hgl_8">last </span><span class="_fadeIn_m1hgl_8">24 </span><span class="_fadeIn_m1hgl_8">hours.</span></span></td></tr><tr style="height: 31.0667px;"><td style="height: 31.0667px;">toDate</td><td style="height: 31.0667px;">`YYYY-MM-DD`</td><td style="height: 31.0667px;">The end date for the report.</td></tr></tbody></table>

**Note:** This endpoint uses body parameters for authentication instead of tokens or headers.

### **Request Examples:**

#### **GET:** 

```bash
curl -X GET "https://DOMAIN.croco-dial.net/goAPIv2/goReports/goAPI.php?goAction=inbound_cdr&goUser=MyUser&goPass=MyPass&responsetype=json"
```

#### **POST (Form Data):**

If you prefer to send the data as form parameters:

```bash
curl -X POST "https://DOMAIN.croco-dial.net/goAPIv2/goReports/goAPI.php" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  --data-urlencode "goAction=inbound_cdr" \
  --data-urlencode "goUser=MyUSer" \
  --data-urlencode "goPass=MyPass" \
  --data-urlencode "responsetype=json" \
  --data-urlencode "tenant[]=CCC" \
  --data-urlencode "profile[]=COLLECTIONS" \

```

####  **Example Response**

```json
{
    "result": "success",
    "data": {
        "rows": [
            {
                "call_date": "2025-05-29 22:23:05",
                "enter_on_queue": "2025-05-29 22:23:33",
                "src": "5551234567",
                "dst": "5559876543",
                "carrier": "SIP/EXAMPLE1-00000001",
                "uniq1": "1234567890.000001",
                "queue": "EXAMPLE_QUEUE_1",
                "agent": "Agent001",
                "campaign": "EXAMPLE_CAMPAIGN_A",
                "disposition": "Live Disconnect",
                "term_reason": "CALLER",
                "queue_time": "0",
                "call_duration": "34",
                "queue_position": "1",
                "portfolio": "PORTFOLIO_A",
                "lead_id": "10000001",
                "list_id": "Example List",
                "vendor_lead_code": "John Doe"
            },
            {
                "call_date": "2025-05-29 20:07:06",
                "enter_on_queue": "2025-05-29 20:07:15",
                "src": "5557654321",
                "dst": "5552468135",
                "carrier": "SIP/EXAMPLE2-00000002",
                "uniq1": "1234567890.000002",
                "queue": "EXAMPLE_QUEUE_2",
                "agent": "Agent002",
                "campaign": "EXAMPLE_CAMPAIGN_B",
                "disposition": "Denied",
                "term_reason": "CALLER",
                "queue_time": "0",
                "call_duration": "140",
                "queue_position": "1",
                "portfolio": "PORTFOLIO_B",
                "lead_id": "10000002",
                "list_id": "Example List",
                "vendor_lead_code": "Jane Smith"
            }
        ],
        "headers": [
            ...
        ]
    }
}

```

### <span class="_fadeIn_m1hgl_8">📌 </span>**<span class="_fadeIn_m1hgl_8">Response </span><span class="_fadeIn_m1hgl_8">Fields</span>**

<table border="1" id="bkmrk-field-name-descripti" style="border-collapse: collapse; border-color: rgb(206, 212, 217);"><thead><tr><th style="border-color: rgb(206, 212, 217);">**Field Name**</th><th style="border-color: rgb(206, 212, 217);">**Description**</th></tr></thead><tbody><tr><td style="border-color: rgb(206, 212, 217);">`call_date`</td><td style="border-color: rgb(206, 212, 217);">Date and time when the call started.</td></tr><tr><td style="border-color: rgb(206, 212, 217);">`enter_on_queue`</td><td style="border-color: rgb(206, 212, 217);">Timestamp when the caller entered the queue.</td></tr><tr><td style="border-color: rgb(206, 212, 217);">`src`</td><td style="border-color: rgb(206, 212, 217);">Caller’s phone number.</td></tr><tr><td style="border-color: rgb(206, 212, 217);">`dst`</td><td style="border-color: rgb(206, 212, 217);">Destination phone number (usually the DID or agent extension).</td></tr><tr><td style="border-color: rgb(206, 212, 217);">`carrier`</td><td style="border-color: rgb(206, 212, 217);">The SIP carrier or trunk that handled the call.</td></tr><tr><td style="border-color: rgb(206, 212, 217);">`uniq1`</td><td style="border-color: rgb(206, 212, 217);">Unique call identifier. Often used for logging and tracking.</td></tr><tr><td style="border-color: rgb(206, 212, 217);">`queue`</td><td style="border-color: rgb(206, 212, 217);">Queue name where the call was routed.</td></tr><tr><td style="border-color: rgb(206, 212, 217);">`agent`</td><td style="border-color: rgb(206, 212, 217);">Agent who handled the call.</td></tr><tr><td style="border-color: rgb(206, 212, 217);">`campaign`</td><td style="border-color: rgb(206, 212, 217);">Campaign associated with the call.</td></tr><tr><td style="border-color: rgb(206, 212, 217);">`disposition`</td><td style="border-color: rgb(206, 212, 217);">Final status of the call (e.g., Answered, Denied, Live Disconnect).</td></tr><tr><td style="border-color: rgb(206, 212, 217);">`term_reason`</td><td style="border-color: rgb(206, 212, 217);">Call termination reason (e.g., AGENT, CALLER, QUEUE\_TIMEOUT).</td></tr><tr><td style="border-color: rgb(206, 212, 217);">`queue_time`</td><td style="border-color: rgb(206, 212, 217);">Time in seconds the caller spent in queue.</td></tr><tr><td style="border-color: rgb(206, 212, 217);">`call_duration`</td><td style="border-color: rgb(206, 212, 217);">Total duration of the call in seconds.</td></tr><tr><td style="border-color: rgb(206, 212, 217);">`queue_position`</td><td style="border-color: rgb(206, 212, 217);">Position of the caller in the queue at entry.</td></tr><tr><td style="border-color: rgb(206, 212, 217);">`portfolio`</td><td style="border-color: rgb(206, 212, 217);">Portfolio or business unit associated with the call.</td></tr><tr><td style="border-color: rgb(206, 212, 217);">`lead_id`</td><td style="border-color: rgb(206, 212, 217);">Identifier of the lead/contact associated with the call.</td></tr><tr><td style="border-color: rgb(206, 212, 217);">`list_id`</td><td style="border-color: rgb(206, 212, 217);">Name or ID of the list from which the lead came.</td></tr><tr><td style="border-color: rgb(206, 212, 217);">`vendor_lead_code`</td><td style="border-color: rgb(206, 212, 217);">Lead code from the vendor (usually the customer's name or tag).</td></tr></tbody></table>

# Agent Activity Report

## <span style="color: rgb(2, 106, 73);">**API: exportAgentReport**</span>

### **Description**

This API provides detailed reporting data for agents over a specified date range. It returns various statistics such as activity times, call durations, and sales for individual users, as well as aggregated summaries for specific parameters.

## 🔗 **URL**

#### https://**DOMAIN**.croco-dial.net/goAPIv2/goReports/goAPI.php

<p class="callout info align-left">**Note:** Replace `DOMAIN` with the specific domain you want to query.</p>

### **📝 Required Parameters**

<table border="1" id="bkmrk-parameter-value-desc" style="border-collapse: collapse; width: 100%; height: 241.784px;"><colgroup><col style="width: 23.0008%;"></col><col style="width: 27.9976%;"></col><col style="width: 48.9896%;"></col></colgroup><thead><tr style="height: 29.7167px;"><td style="height: 29.7167px;">**Parameter**</td><td style="height: 29.7167px;">**Value**</td><td style="height: 29.7167px;">**Description**</td></tr></thead><tbody><tr style="height: 29.7167px;"><td style="height: 29.7167px;">goAction</td><td style="height: 29.7167px;">exportAgentReport</td><td style="height: 29.7167px;">Action to perform</td></tr><tr style="height: 29.7167px;"><td style="height: 29.7167px;">goUser</td><td style="height: 29.7167px;">MyUser</td><td style="height: 29.7167px;">API authorized user.</td></tr><tr style="height: 29.7167px;"><td style="height: 29.7167px;">goPass</td><td style="height: 29.7167px;">MyPass</td><td style="height: 29.7167px;">Authorized user's password.</td></tr><tr style="height: 31.0667px;"><td style="height: 31.0667px;">responsetype</td><td style="height: 31.0667px;">json/xml</td><td style="height: 31.0667px;">Format of the response (`json` recommended).</td></tr></tbody></table>

### **Optional Parameters**

<table border="1" id="bkmrk-parameter-value-desc-1" style="border-collapse: collapse; width: 100%; height: 241.784px;"><colgroup><col style="width: 23.0008%;"></col><col style="width: 27.9976%;"></col><col style="width: 48.9896%;"></col></colgroup><thead><tr style="height: 29.7167px;"><td style="height: 29.7167px;">**Parameter**</td><td style="height: 29.7167px;">**Value**</td><td style="height: 29.7167px;">**Description**</td></tr></thead><tbody><tr style="height: 31.0667px;"><td style="height: 31.0667px;">fromDate</td><td style="height: 31.0667px;">`YYYY-MM-DD`</td><td style="height: 31.0667px;">The start date for the report.</td></tr><tr style="height: 31.0667px;"><td style="height: 31.0667px;">toDate</td><td style="height: 31.0667px;">`YYYY-MM-DD`</td><td style="height: 31.0667px;">The end date for the report.</td></tr><tr style="height: 29.7167px;"><td style="height: 29.7167px;">user</td><td style="height: 29.7167px;">\['example.user1', 'example.user2'\]</td><td style="height: 29.7167px;">A list of specific users to include in the report.</td></tr></tbody></table>

**Note:** This endpoint uses body parameters for authentication instead of tokens or headers.

### **Request Examples:**

#### **GET:**

```bash
curl -X GET "https://DOMAIN.croco-dial.net/goAPIv2/goReports/goAPI.php?goAction=exportAgentReport&goUser=MyUser&goPass=MyPass&responsetype=json&fromDate=2025-05-01&toDate=2025-05-14&user=example.user1
```

#### **POST (Form Data)**

If you prefer to send the data as form parameters:

```bash
curl -X POST "https://DOMAIN.croco-dial.net/goAPIv2/goReports/goAPI.php" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  --data-urlencode "goAction=exportAgentReport" \
  --data-urlencode "goUser=MyUser" \
  --data-urlencode "goPass=MyPass" \
  --data-urlencode "responsetype=json" \
  --data-urlencode "fromDate=2025-05-09" \
  --data-urlencode "toDate=2025-05-10" \
  --data-urlencode "user[]=Example.User1" \
  --data-urlencode "user[]=Example.User2"
```

####  **Example Response**

```json
{
    "result": "success",
    "data": {
        "headers": [
            {
                "title": "User",
                "field": "user",
                "frozen": true
            },
            {
                "title": "First Activity",
                "field": "first_activity",
                "minWidth": 125
            },
           ...
        ],
        "rows": [
            {
                "user": "Example.User1",
                "portfolio": "CSC",
                "first_activity": "2025-05-05 10:39:25",
                "last_activity": "2025-05-05 20:00:41",
                "avalible": "6708",
                "avail_between_calls": "10",
                "talk": "21066",
                "avg_talk": "30",
                "talk_+_avail": "27774",
                "wp_sec": null,
                "aftercall": "2203",
                "total_calls": "684",
                "break": "3699",
                "pause": "6",
                "login_time": "33685",
                "sales": "3",
                "denied": "0",
                "lip": "0",
                "vrf": "0",
                "profile": "Servers"
            },
            {
                "user": "Example.User1",
                "portfolio": "GAL",
                "first_activity": "2025-05-05 12:06:13",
                "last_activity": "2025-05-05 20:57:27",
                "avalible": "5542",
                "avail_between_calls": "19",
                "talk": "15440",
                "avg_talk": "42",
                "talk_+_avail": "20982",
                "wp_sec": null,
                "aftercall": "3263",
                "total_calls": "299",
                "break": "6394",
                "pause": "125",
                "login_time": "30926",
                "sales": "4",
                "denied": "0",
                "lip": "0",
                "vrf": "0",
                "profile": "Mul Portfo"
            }
        ],
        "summary_headers": [
            {
                "title": "Type",
                "field": "type",
                "frozen": true
            },
            {
                "title": "Login Time",
                "field": "login_time"
            },
           ...
        ],
        "summary_rows": [
            {
                "type": "Summary",
                "user": 0,
                "portfolio": 0,
                "first_activity": 4050,
                "last_activity": 4050,
                "avalible": 12250,
                "avail_between_calls": 29,
                "talk": 36506,
                "avg_talk": 72,
                "talk_+_avail": 48756,
                "wp_sec": 0,
                "aftercall": 5466,
                "total_calls": 983,
                "break": 10093,
                "pause": 131,
                "login_time": 64611,
                "sales": 7,
                "denied": 0,
                "lip": 0,
                "vrf": 0,
                "profile": 0
            },
            {
                "type": "Average",
                "user": 0,
                "portfolio": 0,
                "first_activity": 2025,
                "last_activity": 2025,
                "avalible": 6125,
                "avail_between_calls": 14.5,
                "talk": 18253,
                "avg_talk": 36,
                "talk_+_avail": 24378,
                "wp_sec": 0,
                "aftercall": 2733,
                "total_calls": 491.5,
                "break": 5046.5,
                "pause": 65.5,
                "login_time": 32305.5,
                "sales": 3.5,
                "denied": 0,
                "lip": 0,
                "vrf": 0,
                "profile": 0
            },
            {
                "type": "Max",
                "user": 0,
                "portfolio": 0,
                "first_activity": 2025,
                "last_activity": 2025,
                "avalible": 5542,
                "avail_between_calls": 19,
                "talk": 15440,
                "avg_talk": 42,
                "talk_+_avail": 20982,
                "wp_sec": 0,
                "aftercall": 3263,
                "total_calls": 299,
                "break": 6394,
                "pause": 125,
                "login_time": 30926,
                "sales": 4,
                "denied": 0,
                "lip": 0,
                "vrf": 0,
                "profile": 0
            },
            {
                "type": "Min",
                "user": 0,
                "portfolio": 0,
                "first_activity": 2025,
                "last_activity": 2025,
                "avalible": 5542,
                "avail_between_calls": 10,
                "talk": 15440,
                "avg_talk": 30,
                "talk_+_avail": 20982,
                "wp_sec": 0,
                "aftercall": 2203,
                "total_calls": 299,
                "break": 3699,
                "pause": 6,
                "login_time": 30926,
                "sales": 3,
                "denied": 0,
                "lip": 0,
                "vrf": 0,
                "profile": 0
            }
        ]
    }
}
```

# Agent Call Detail Records

## <span style="color: rgb(2, 106, 73);">**API: agent\_cdr**</span>

### **Description**

<span class="_fadeIn_m1hgl_8">This endpoint allows you to retrieve detailed call records of agents, providing comprehensive information such as user details, call times, dispositions, phone numbers, call types, and more. You can specify the agents and the date range to include in the report. This API is ideal for generating detailed call logs, monitoring agent activity, and analyzing call performance across different campaigns and portfolios.</span>

## 🔗 **URL**

#### https://**DOMAIN**.croco-dial.net/goAPIv2/goReports/goAPI.php

<p class="callout info align-left">**Note:** Replace `DOMAIN` with the specific domain you want to query.</p>

### **📝 Required Parameters**

<table border="1" id="bkmrk-parameter-value-desc" style="border-collapse: collapse; width: 100%; height: 149.934px;"><colgroup><col style="width: 23.0008%;"></col><col style="width: 27.9976%;"></col><col style="width: 48.9896%;"></col></colgroup><thead><tr style="height: 29.7167px;"><td style="height: 29.7167px;">**Parameter**</td><td style="height: 29.7167px;">**Value**</td><td style="height: 29.7167px;">**Description**</td></tr></thead><tbody><tr style="height: 29.7167px;"><td style="height: 29.7167px;">goAction</td><td style="height: 29.7167px;">**agent\_cdr**</td><td style="height: 29.7167px;">Action to perform</td></tr><tr style="height: 29.7167px;"><td style="height: 29.7167px;">goUser</td><td style="height: 29.7167px;">MyUser</td><td style="height: 29.7167px;">API authorized user.</td></tr><tr style="height: 29.7167px;"><td style="height: 29.7167px;">goPass</td><td style="height: 29.7167px;">MyPass</td><td style="height: 29.7167px;">Authorized user's password.</td></tr><tr style="height: 31.0667px;"><td style="height: 31.0667px;">responsetype</td><td style="height: 31.0667px;">json/xml</td><td style="height: 31.0667px;">Format of the response (`json` recommended).</td></tr></tbody></table>

### **Optional Parameters**

<table border="1" id="bkmrk-parameter-value-desc-1" style="border-collapse: collapse; width: 100%; height: 183.7px;"><colgroup><col style="width: 23.0008%;"></col><col style="width: 28.0062%;"></col><col style="width: 48.9811%;"></col></colgroup><thead><tr style="height: 29.7167px;"><td style="height: 29.7167px;">**Parameter**</td><td style="height: 29.7167px;">**Value**</td><td style="height: 29.7167px;">**Description**</td></tr></thead><tbody><tr style="height: 29.7167px;"><td style="height: 29.7167px;">user</td><td style="height: 29.7167px;">\['example.user1', 'example.user2'\]</td><td style="height: 29.7167px;">A list of specific users to include in the report.</td></tr><tr style="height: 31.0667px;"><td style="height: 31.0667px;">tenant</td><td style="height: 31.0667px;">\['AAA', 'BBB'\]</td><td style="height: 31.0667px;"><span class="_fadeIn_m1hgl_8">A </span><span class="_fadeIn_m1hgl_8">list </span><span class="_fadeIn_m1hgl_8">of </span><span class="_fadeIn_m1hgl_8">tenants </span><span class="_fadeIn_m1hgl_8">to </span><span class="_fadeIn_m1hgl_8">filter </span><span class="_fadeIn_m1hgl_8">the </span><span class="_fadeIn_m1hgl_8">results. (Three characters only)</span></td></tr><tr style="height: 31.0667px;"><td style="height: 31.0667px;">profile</td><td style="height: 31.0667px;">\['SERVERS', 'COLLECTIONS'\]</td><td style="height: 31.0667px;"><span class="_fadeIn_m1hgl_8">A </span><span class="_fadeIn_m1hgl_8">list </span><span class="_fadeIn_m1hgl_8">of </span><span class="_fadeIn_m1hgl_8">profiles </span><span class="_fadeIn_m1hgl_8">to </span><span class="_fadeIn_m1hgl_8">filter </span><span class="_fadeIn_m1hgl_8">the </span><span class="_fadeIn_m1hgl_8">results.</span></td></tr><tr style="height: 31.0667px;"><td style="height: 31.0667px;">fromDate</td><td style="height: 31.0667px;">`YYYY-MM-DD`</td><td style="height: 31.0667px;"><span class="_fadeIn_m1hgl_8">The </span><span class="_fadeIn_m1hgl_8">start </span><span class="_fadeIn_m1hgl_8">date </span><span class="_fadeIn_m1hgl_8">for </span><span class="_fadeIn_m1hgl_8">the </span><span class="_fadeIn_m1hgl_8">report. </span><span style="color: rgb(22, 145, 121);"><span class="_fadeIn_m1hgl_8">If </span><span class="_fadeIn_m1hgl_8">no </span><span class="_fadeIn_m1hgl_8">date </span><span class="_fadeIn_m1hgl_8">range </span><span class="_fadeIn_m1hgl_8">is </span><span class="_fadeIn_m1hgl_8">provided, </span><span class="_fadeIn_m1hgl_8">the </span><span class="_fadeIn_m1hgl_8">endpoint </span><span class="_fadeIn_m1hgl_8">defaults </span><span class="_fadeIn_m1hgl_8">to </span><span class="_fadeIn_m1hgl_8">returning </span><span class="_fadeIn_m1hgl_8">records </span><span class="_fadeIn_m1hgl_8">from </span><span class="_fadeIn_m1hgl_8">the </span><span class="_fadeIn_m1hgl_8">last </span><span class="_fadeIn_m1hgl_8">24 </span><span class="_fadeIn_m1hgl_8">hours.</span></span></td></tr><tr style="height: 31.0667px;"><td style="height: 31.0667px;">toDate</td><td style="height: 31.0667px;">`YYYY-MM-DD`</td><td style="height: 31.0667px;">The end date for the report.</td></tr></tbody></table>

**Note:** This endpoint uses body parameters for authentication instead of tokens or headers.

### **Request Examples:**

#### **GET:**

```bash
curl -X GET "https://DOMAIN.croco-dial.net/goAPIv2/goReports/goAPI.php?goAction=agent_cdr&goUser=MyUser&goPass=MyPass&responsetype=json&profile[]=COLLECTIONS&tenant[]=CSC&fromDate=2025-05-13&toDate=2025-05-13"

```

#### **POST (Form Data)**

If you prefer to send the data as form parameters:

```bash
curl -X POST "https://DOMAIN.croco-dial.net/goAPIv2/goReports/goAPI.php" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  --data-urlencode "goAction=agent_cdr" \
  --data-urlencode "goUser=MyUser" \
  --data-urlencode "goPass=MyPass" \
  --data-urlencode "responsetype=json" \
  --data-urlencode "profile[]=COLLECTIONS" \
  --data-urlencode "tenant[]=CSC" \
  --data-urlencode "fromDate=2025-05-13" \
  --data-urlencode "toDate=2025-05-13"
```

####  **Example Response**

```json
{
    "result": "success",
    "data": {
        "rows": [
            {
                "user": "Example.User1",
                "answer_time": "2025-05-13 20:59:08",
                "disposition": "VM / NML",
                "phone_number": "1234567890",
                "loan_number": "1111111-222222-...",
                "call_type": "MANUAL",
                "call_duration": "00:00:47",
                "lead_id": 3333333,
                "term_reason": "CALLER",
                "portfolio": "GAL",
                "campaign_name": "GALSERVERS"
            },
            {
                "user": "Example.User2",
                "answer_time": "2025-05-13 20:56:45",
                "disposition": "VM / NML",
                "phone_number": "9876543210",
                "loan_number": "33333333-444444...",
                "call_type": "DIALER",
                "call_duration": "00:00:20",
                "lead_id": 3344444,
                "term_reason": "CALLER",
                "portfolio": "GAL",
                "campaign_name": "GALFRESHLEADS"
            },
          ...
                  ],
        "headers": [
            {
                "title": "USER",
                "field": "user",
                "formatter": "html"
            },
            {
                "title": "ANSWER TIME",
                "field": "answer_time",
                "formatter": "html"
            },
          ...
        ]
    }
}
```

### <span class="_fadeIn_m1hgl_8">📌 </span>**<span class="_fadeIn_m1hgl_8">Response </span><span class="_fadeIn_m1hgl_8">Fields</span>**

<table border="1" id="bkmrk-field-description-us" style="width: 77.6191%; border-collapse: collapse; border-color: rgb(206, 212, 217);"><thead><tr><th style="width: 34.5627%; border-color: rgb(206, 212, 217);">**Field**</th><th style="width: 65.4141%; border-color: rgb(206, 212, 217);">**Description**</th></tr></thead><tbody><tr><td style="width: 34.5627%; border-color: rgb(206, 212, 217);">**user**</td><td style="width: 65.4141%; border-color: rgb(206, 212, 217);">Agent's username.</td></tr><tr><td style="width: 34.5627%; border-color: rgb(206, 212, 217);">**answer\_time**</td><td style="width: 65.4141%; border-color: rgb(206, 212, 217);">Timestamp when the call was answered.</td></tr><tr><td style="width: 34.5627%; border-color: rgb(206, 212, 217);">**disposition**</td><td style="width: 65.4141%; border-color: rgb(206, 212, 217);">Call result or status (e.g., VM / NML).</td></tr><tr><td style="width: 34.5627%; border-color: rgb(206, 212, 217);">**phone\_number**</td><td style="width: 65.4141%; border-color: rgb(206, 212, 217);">Contact phone number.</td></tr><tr><td style="width: 34.5627%; border-color: rgb(206, 212, 217);">**loan\_number**</td><td style="width: 65.4141%; border-color: rgb(206, 212, 217);"><span class="_fadeIn_m1hgl_8">Unique </span><span class="_fadeIn_m1hgl_8">Identifier for the loan record.</span></td></tr><tr><td style="width: 34.5627%; border-color: rgb(206, 212, 217);">**call\_type**</td><td style="width: 65.4141%; border-color: rgb(206, 212, 217);">Type of call (e.g., MANUAL, DIALER).</td></tr><tr><td style="width: 34.5627%; border-color: rgb(206, 212, 217);">**call\_duration**</td><td style="width: 65.4141%; border-color: rgb(206, 212, 217);">Total duration of the call.</td></tr><tr><td style="width: 34.5627%; border-color: rgb(206, 212, 217);">**lead\_id**</td><td style="width: 65.4141%; border-color: rgb(206, 212, 217);">Unique identifier of the lead.</td></tr><tr><td style="width: 34.5627%; border-color: rgb(206, 212, 217);">**term\_reason**</td><td style="width: 65.4141%; border-color: rgb(206, 212, 217);">Reason for call termination.</td></tr><tr><td style="width: 34.5627%; border-color: rgb(206, 212, 217);">**portfolio**</td><td style="width: 65.4141%; border-color: rgb(206, 212, 217);">Portfolio associated with the call.</td></tr><tr><td style="width: 34.5627%; border-color: rgb(206, 212, 217);">**campaign\_name**</td><td style="width: 65.4141%; border-color: rgb(206, 212, 217);">Name of the campaign associated with the call.</td></tr></tbody></table>

# Agent Calls Summary Report

## <span style="color: rgb(2, 106, 73);">**API: agent\_calls\_report**</span>

### **Description**

This endpoint provides detailed information of agent. Shows a breakdown of call metrics for each agent, including average talk time, total calls, and call types (manual, inbound, dialer).

## 🔗 **URL**

#### https://**DOMAIN**.croco-dial.net/goAPIv2/goReports/goAPI.php

<p class="callout info align-left">**Note:** Replace `DOMAIN` with the specific domain you want to query.</p>

### **📝 Required Parameters**

<table border="1" id="bkmrk-parameter-value-desc" style="border-collapse: collapse; width: 100%; height: 149.934px;"><colgroup><col style="width: 23.0008%;"></col><col style="width: 27.9976%;"></col><col style="width: 48.9896%;"></col></colgroup><thead><tr style="height: 29.7167px;"><td style="height: 29.7167px;">**Parameter**</td><td style="height: 29.7167px;">**Value**</td><td style="height: 29.7167px;">**Description**</td></tr></thead><tbody><tr style="height: 29.7167px;"><td style="height: 29.7167px;">goAction</td><td style="height: 29.7167px;">**agent\_calls\_report**</td><td style="height: 29.7167px;">Action to perform</td></tr><tr style="height: 29.7167px;"><td style="height: 29.7167px;">goUser</td><td style="height: 29.7167px;">MyUser</td><td style="height: 29.7167px;">API authorized user.</td></tr><tr style="height: 29.7167px;"><td style="height: 29.7167px;">goPass</td><td style="height: 29.7167px;">MyPass</td><td style="height: 29.7167px;">Authorized user's password.</td></tr><tr style="height: 31.0667px;"><td style="height: 31.0667px;">responsetype</td><td style="height: 31.0667px;">json/xml</td><td style="height: 31.0667px;">Format of the response (`json` recommended).</td></tr></tbody></table>

### **Optional Parameters**

<table border="1" id="bkmrk-parameter-value-desc-1" style="border-collapse: collapse; width: 100%; height: 183.7px;"><colgroup><col style="width: 23.0008%;"></col><col style="width: 28.0062%;"></col><col style="width: 48.9811%;"></col></colgroup><thead><tr style="height: 29.7167px;"><td style="height: 29.7167px;">**Parameter**</td><td style="height: 29.7167px;">**Value**</td><td style="height: 29.7167px;">**Description**</td></tr></thead><tbody><tr style="height: 29.7167px;"><td style="height: 29.7167px;">user</td><td style="height: 29.7167px;">\['example.user1', 'example.user2'\]</td><td style="height: 29.7167px;">A list of specific users to include in the report.</td></tr><tr style="height: 31.0667px;"><td style="height: 31.0667px;">tenant</td><td style="height: 31.0667px;">\['AAA', 'BBB'\]</td><td style="height: 31.0667px;"><span class="_fadeIn_m1hgl_8">A </span><span class="_fadeIn_m1hgl_8">list </span><span class="_fadeIn_m1hgl_8">of </span><span class="_fadeIn_m1hgl_8">tenants </span><span class="_fadeIn_m1hgl_8">to </span><span class="_fadeIn_m1hgl_8">filter </span><span class="_fadeIn_m1hgl_8">the </span><span class="_fadeIn_m1hgl_8">results. (Three characters only)</span></td></tr><tr style="height: 31.0667px;"><td style="height: 31.0667px;">profile</td><td style="height: 31.0667px;">\['SERVERS', 'COLLECTIONS'\]</td><td style="height: 31.0667px;"><span class="_fadeIn_m1hgl_8">A </span><span class="_fadeIn_m1hgl_8">list </span><span class="_fadeIn_m1hgl_8">of </span><span class="_fadeIn_m1hgl_8">profiles </span><span class="_fadeIn_m1hgl_8">to </span><span class="_fadeIn_m1hgl_8">filter </span><span class="_fadeIn_m1hgl_8">the </span><span class="_fadeIn_m1hgl_8">results.</span></td></tr><tr style="height: 31.0667px;"><td style="height: 31.0667px;">fromDate</td><td style="height: 31.0667px;">`YYYY-MM-DD`</td><td style="height: 31.0667px;"><span class="_fadeIn_m1hgl_8">The </span><span class="_fadeIn_m1hgl_8">start </span><span class="_fadeIn_m1hgl_8">date </span><span class="_fadeIn_m1hgl_8">for </span><span class="_fadeIn_m1hgl_8">the </span><span class="_fadeIn_m1hgl_8">report. </span><span style="color: rgb(22, 145, 121);"><span class="_fadeIn_m1hgl_8">If </span><span class="_fadeIn_m1hgl_8">no </span><span class="_fadeIn_m1hgl_8">date </span><span class="_fadeIn_m1hgl_8">range </span><span class="_fadeIn_m1hgl_8">is </span><span class="_fadeIn_m1hgl_8">provided, </span><span class="_fadeIn_m1hgl_8">the </span><span class="_fadeIn_m1hgl_8">endpoint </span><span class="_fadeIn_m1hgl_8">defaults </span><span class="_fadeIn_m1hgl_8">to </span><span class="_fadeIn_m1hgl_8">returning </span><span class="_fadeIn_m1hgl_8">records </span><span class="_fadeIn_m1hgl_8">from </span><span class="_fadeIn_m1hgl_8">the </span><span class="_fadeIn_m1hgl_8">last </span><span class="_fadeIn_m1hgl_8">24 </span><span class="_fadeIn_m1hgl_8">hours.</span></span></td></tr><tr style="height: 31.0667px;"><td style="height: 31.0667px;">toDate</td><td style="height: 31.0667px;">`YYYY-MM-DD`</td><td style="height: 31.0667px;">The end date for the report.</td></tr></tbody></table>

**Note:** This endpoint uses body parameters for authentication instead of tokens or headers.

### **Request Examples:**

#### **GET:**

```bash
curl -X GET "https://DOMAIN.croco-dial.net/goAPIv2/goReports/goAPI.php?goAction=agent_calls_report&goUser=MyUser&goPass=MyPass&responsetype=json&profile[]=SERVERS&tenant[]=GAL&fromDate=2025-05-12&toDate=2025-05-14"

```

#### **POST (Form Data)**

If you prefer to send the data as form parameters:

```bash
curl -X POST "https://DOMAIN.croco-dial.net/goAPIv2/goReports/goAPI.php" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  --data-urlencode "goAction=agent_calls_report" \
  --data-urlencode "goUser=MyUser" \
  --data-urlencode "goPass=MyPass" \
  --data-urlencode "responsetype=json" \
  --data-urlencode "profile[]=SERVERS" \
  --data-urlencode "tenant[]=GAL" \
  --data-urlencode "fromDate=2025-05-12" \
  --data-urlencode "toDate=2025-05-14"
```

####  **Example Response**

```json
{
    "result": "success",
    "data": {
        "agent_report": {
            "headers": [
              ...
            ],
            "rows": [
                {
                    "user": "User.Example1",
                    "profile": "Collections",
                    "portfolio": "GAL",
                    "avg_talk": "43",
                    "total_calls": "577",
                    "manual": "9",
                    "inbound": "12",
                    "dialer": "0"
                },
                {
                    "user": "User.Example2",
                    "profile": "Servers",
                    "portfolio": "CSC",
                    "avg_talk": "67",
                    "total_calls": "245",
                    "manual": "24",
                    "inbound": "22",
                    "dialer": "0"
                },
                {
                    "user": "User.Example3",
                    "profile": "VIP",
                    "portfolio": "ADMIN",
                    "avg_talk": "46",
                    "total_calls": "887",
                    "manual": "235",
                    "inbound": "41",
                    "dialer": "0"
                },
              ...
            ]
        },
        "frequency_report": {
            "headers": [],
            "rows": []
        }
    }
}
              
```

### <span class="_fadeIn_m1hgl_8">📌 </span>**<span class="_fadeIn_m1hgl_8">Response </span><span class="_fadeIn_m1hgl_8">Fields</span>**

<table border="1" id="bkmrk-field-description-us" style="width: 77.619%; border-collapse: collapse; border-color: rgb(206, 212, 217); height: 270.672px;"><thead><tr style="height: 29.7969px;"><th style="width: 25.8437%; height: 29.7969px;">**Field**</th><th style="width: 74.3099%; height: 29.7969px;">**Description**</th></tr></thead><tbody><tr style="height: 30.1094px;"><td style="width: 25.8437%; height: 30.1094px;">**user**</td><td style="width: 74.3099%; height: 30.1094px;">Username of the agent.</td></tr><tr style="height: 30.1094px;"><td style="width: 25.8437%; height: 30.1094px;">**profile**</td><td style="width: 74.3099%; height: 30.1094px;">Profile assigned to the agent (e.g., Servers, Loan, VIP).</td></tr><tr style="height: 30.1094px;"><td style="width: 25.8437%; height: 30.1094px;">**portfolio**</td><td style="width: 74.3099%; height: 30.1094px;">The portfolio associated with the agent (e.g., CSC, GAL).</td></tr><tr style="height: 30.1094px;"><td style="width: 25.8437%; height: 30.1094px;">**avg\_talk**</td><td style="width: 74.3099%; height: 30.1094px;">Average handle time of the agent in seconds.</td></tr><tr style="height: 30.1094px;"><td style="width: 25.8437%; height: 30.1094px;">**total\_calls**</td><td style="width: 74.3099%; height: 30.1094px;">Total number of calls handled.</td></tr><tr style="height: 30.1094px;"><td style="width: 25.8437%; height: 30.1094px;">**manual**</td><td style="width: 74.3099%; height: 30.1094px;">Number of manual calls made.</td></tr><tr style="height: 30.1094px;"><td style="width: 25.8437%; height: 30.1094px;">**inbound**</td><td style="width: 74.3099%; height: 30.1094px;">Number of inbound calls received.</td></tr><tr style="height: 30.1094px;"><td style="width: 25.8437%; height: 30.1094px;">**dialer**</td><td style="width: 74.3099%; height: 30.1094px;">Number of dialer calls made.</td></tr></tbody></table>

# Export Agents Pause Report

## <span style="color: rgb(2, 106, 73);">**API: exportPauseReport**</span>

### **Description**

<span class="_fadeIn_m1hgl_8">This endpoint provides a detailed breakdown of agent activity across billable and non-billable categories during login sessions. It returns metrics such as talk time, after-call work, breaks, and total login duration per agent in seconds, allowing for precise time tracking and performance analysis. This report is essential for understanding how agents allocate their working hours.</span>

## 🔗 **URL**

#### https://**DOMAIN**.croco-dial.net/goAPIv2/goReports/goAPI.php

<p class="callout info align-left">**Note:** Replace `DOMAIN` with the specific domain you want to query.</p>

### **📝 Required Parameters**

<table border="1" id="bkmrk-parameter-value-desc" style="border-collapse: collapse; width: 100%; height: 149.934px;"><colgroup><col style="width: 23.0008%;"></col><col style="width: 28.0062%;"></col><col style="width: 48.9811%;"></col></colgroup><thead><tr style="height: 29.7167px;"><td style="height: 29.7167px;">**Parameter**</td><td style="height: 29.7167px;">**Value**</td><td style="height: 29.7167px;">**Description**</td></tr></thead><tbody><tr style="height: 29.7167px;"><td style="height: 29.7167px;">goAction</td><td style="height: 29.7167px;">**agent\_cdr**</td><td style="height: 29.7167px;">Action to perform</td></tr><tr style="height: 29.7167px;"><td style="height: 29.7167px;">goUser</td><td style="height: 29.7167px;">MyUser</td><td style="height: 29.7167px;">API authorized user.</td></tr><tr style="height: 29.7167px;"><td style="height: 29.7167px;">goPass</td><td style="height: 29.7167px;">MyPass</td><td style="height: 29.7167px;">Authorized user's password.</td></tr><tr><td style="height: 31.0667px;">responsetype</td><td style="height: 31.0667px;">json/xml</td><td style="height: 31.0667px;">Format of the response (`json` recommended).</td></tr><tr><td style="height: 31.0667px;">fromDate</td><td style="height: 31.0667px;">`YYYY-MM-DD`</td><td style="height: 31.0667px;"><span class="_fadeIn_m1hgl_8">The </span><span class="_fadeIn_m1hgl_8">start </span><span class="_fadeIn_m1hgl_8">date </span><span class="_fadeIn_m1hgl_8">for </span><span class="_fadeIn_m1hgl_8">the </span><span class="_fadeIn_m1hgl_8">report.</span></td></tr><tr style="height: 31.0667px;"><td style="height: 31.0667px;">toDate</td><td style="height: 31.0667px;">`YYYY-MM-DD`</td><td style="height: 31.0667px;">The end date for the report.</td></tr></tbody></table>

### **Optional Parameters**

<table border="1" id="bkmrk-parameter-value-desc-1" style="border-collapse: collapse; width: 100%; height: 183.7px;"><colgroup><col style="width: 23.0008%;"></col><col style="width: 28.0062%;"></col><col style="width: 48.9811%;"></col></colgroup><thead><tr style="height: 29.7167px;"><td style="height: 29.7167px;">**Parameter**</td><td style="height: 29.7167px;">**Value**</td><td style="height: 29.7167px;">**Description**</td></tr></thead><tbody><tr style="height: 29.7167px;"><td style="height: 29.7167px;">user</td><td style="height: 29.7167px;">\['example.user1', 'example.user2'\]</td><td style="height: 29.7167px;">A list of specific users to include in the report.</td></tr></tbody></table>

**Note:** This endpoint uses body parameters for authentication instead of tokens or headers.

### **Request Examples:**

#### **GET:**

```bash
curl -X GET "https://DOMAIN.croco-dial.net/goAPIv2/goReports/goAPI.php?goAction=exportPauseReport&goUser=MyUser&goPass=MyPass&responsetype=json&fromDate=2025-05-25&toDate=2025-05-27"

```

#### **POST (Form Data)**

If you prefer to send the data as form parameters:

```bash
curl -X POST "https://DOMAIN.croco-dial.net/goAPIv2/goReports/goAPI.php" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  --data-urlencode "goAction=exportPauseReport" \
  --data-urlencode "goUser=MyUser" \
  --data-urlencode "goPass=MyPass" \
  --data-urlencode "responsetype=json" \
  --data-urlencode "user[]=Example.User1" \
  --data-urlencode "user[]=Example.User2" \
  --data-urlencode "fromDate=2025-05-13" \
  --data-urlencode "toDate=2025-05-13"
```

####  **Example Response**

```json
{
    "result": "success",
    "data": {
        "headers": [
           ...
        ],
        "rows": [
            {
                "user": "Example.User1",
                "logged_days": 1,
                "pause_sec": 6571,
                "wait_sec": 16789,
                "talk_sec": 973,
                "wp_sec": 3314,
                "dispo_sec": 1899,
                "dead_sec": 157,
                "manual_talk": 6757,
                "pause": 58,
                "dialne": 643,
                "manual": 1001,
                "priv": 2232,
                "virtua": 2460,
                "data": 0,
                "meetin": 0,
                "train": 0,
                "wc": 0,
                "lunch": 0,
                "lagged": 0,
                "login": 0,
                "andial": 0,
                "billable_time": 29879,
                "no_billable_time": 2290,
                "total_time": 32169
            },
            {
                "user": "Example.User2",
                "logged_days": 1,
                "pause_sec": 9567,
                "wait_sec": 12565,
                "talk_sec": 4679,
                "wp_sec": 0,
                "dispo_sec": 484,
                "dead_sec": 14,
                "manual_talk": 1365,
                "pause": 956,
                "dialne": 49,
                "login": 11,
                "lunch": 1870,
                "manual": 37,
                "priv": 1387,
                "virtua": 1753,
                "wc": 635,
                "data": 0,
                "meetin": 0,
                "train": 0,
                "lagged": 0,
                "andial": 0,
                "billable_time": 20883,
                "no_billable_time": 4859,
                "total_time": 25742
            }
        ]
    }
}
```

### <span class="_fadeIn_m1hgl_8">📌 </span>**<span class="_fadeIn_m1hgl_8">Response </span><span class="_fadeIn_m1hgl_8">Fields</span>**

<table border="1" id="bkmrk-field-name-descripti" style="width: 65.1191%; height: 651.034px; border-collapse: collapse; border-color: rgb(206, 212, 217);"><thead><tr style="height: 29.7px;"><td class="align-center" style="width: 28.3831%; height: 29.7px; border-color: rgb(206, 212, 217);">**Field Name**</td><td class="align-center" style="width: 71.5986%; height: 29.7px; border-color: rgb(206, 212, 217);">**Description**</td></tr></thead><tbody><tr style="height: 31.0667px;"><td style="width: 28.3831%; height: 31.0667px; border-color: rgb(206, 212, 217);">`user`</td><td style="width: 71.5986%; height: 31.0667px; border-color: rgb(206, 212, 217);">Username of the agent.</td></tr><tr style="height: 31.0667px;"><td style="width: 28.3831%; height: 31.0667px; border-color: rgb(206, 212, 217);">`logged_days`</td><td style="width: 71.5986%; height: 31.0667px; border-color: rgb(206, 212, 217);">Number of days the agent has logged in.</td></tr><tr style="height: 31.0667px;"><td style="width: 28.3831%; height: 31.0667px; border-color: rgb(206, 212, 217);">`dispo_sec`</td><td style="width: 71.5986%; height: 31.0667px; border-color: rgb(206, 212, 217);">Seconds spent in after-call disposition (aftercall).</td></tr><tr style="height: 31.0667px;"><td style="width: 28.3831%; height: 31.0667px; border-color: rgb(206, 212, 217);">`wait_sec`</td><td style="width: 71.5986%; height: 31.0667px; border-color: rgb(206, 212, 217);">Seconds spent available, waiting for calls (available).</td></tr><tr style="height: 31.0667px;"><td style="width: 28.3831%; height: 31.0667px; border-color: rgb(206, 212, 217);">`talk_sec`</td><td style="width: 71.5986%; height: 31.0667px; border-color: rgb(206, 212, 217);">Seconds spent talking on calls.</td></tr><tr style="height: 31.0667px;"><td style="width: 28.3831%; height: 31.0667px; border-color: rgb(206, 212, 217);">`manual_talk`</td><td style="width: 71.5986%; height: 31.0667px; border-color: rgb(206, 212, 217);">Seconds spent talking on manually dialed calls.</td></tr><tr style="height: 31.0667px;"><td style="width: 28.3831%; height: 31.0667px; border-color: rgb(206, 212, 217);">`manual`</td><td style="width: 71.5986%; height: 31.0667px; border-color: rgb(206, 212, 217);">Time spent in manual dial mode (excluding talk time).</td></tr><tr style="height: 31.0667px;"><td style="width: 28.3831%; height: 31.0667px; border-color: rgb(206, 212, 217);">`data`</td><td style="width: 71.5986%; height: 31.0667px; border-color: rgb(206, 212, 217);">Time spent handling data-related tasks.</td></tr><tr style="height: 31.0667px;"><td style="width: 28.3831%; height: 31.0667px; border-color: rgb(206, 212, 217);">`virtua`</td><td style="width: 71.5986%; height: 31.0667px; border-color: rgb(206, 212, 217);">Time categorized as "Virtua" (custom category).</td></tr><tr style="height: 31.0667px;"><td style="width: 28.3831%; height: 31.0667px; border-color: rgb(206, 212, 217);">`billable_time`</td><td style="width: 71.5986%; height: 31.0667px; border-color: rgb(206, 212, 217);">Total time that is considered billable.</td></tr><tr style="height: 31.0667px;"><td style="width: 28.3831%; height: 31.0667px; border-color: rgb(206, 212, 217);">`lunch`</td><td style="width: 71.5986%; height: 31.0667px; border-color: rgb(206, 212, 217);">Time spent on lunch breaks.</td></tr><tr style="height: 31.0667px;"><td style="width: 28.3831%; height: 31.0667px; border-color: rgb(206, 212, 217);">`wc`</td><td style="width: 71.5986%; height: 31.0667px; border-color: rgb(206, 212, 217);">Time marked for bathroom breaks.</td></tr><tr style="height: 31.0667px;"><td style="width: 28.3831%; height: 31.0667px; border-color: rgb(206, 212, 217);">`priv`</td><td style="width: 71.5986%; height: 31.0667px; border-color: rgb(206, 212, 217);">Time spent on personal/private breaks.</td></tr><tr style="height: 31.0667px;"><td style="width: 28.3831%; height: 31.0667px; border-color: rgb(206, 212, 217);">`train`</td><td style="width: 71.5986%; height: 31.0667px; border-color: rgb(206, 212, 217);">Time spent in training sessions.</td></tr><tr style="height: 31.0667px;"><td style="width: 28.3831%; height: 31.0667px; border-color: rgb(206, 212, 217);">`meetin`</td><td style="width: 71.5986%; height: 31.0667px; border-color: rgb(206, 212, 217);">Time spent in meetings.</td></tr><tr style="height: 31.0667px;"><td style="width: 28.3831%; height: 31.0667px; border-color: rgb(206, 212, 217);">`pause`</td><td style="width: 71.5986%; height: 31.0667px; border-color: rgb(206, 212, 217);">Time paused without a specific reason.</td></tr><tr style="height: 31.0667px;"><td style="width: 28.3831%; height: 31.0667px; border-color: rgb(206, 212, 217);">`lagged`</td><td style="width: 71.5986%; height: 31.0667px; border-color: rgb(206, 212, 217);">Time marked as lagged (connectivity/system delays).</td></tr><tr style="height: 31.0667px;"><td style="width: 28.3831%; height: 31.0667px; border-color: rgb(206, 212, 217);">`login`</td><td style="width: 71.5986%; height: 31.0667px; border-color: rgb(206, 212, 217);">Time spent during login stage.</td></tr><tr style="height: 31.0667px;"><td style="width: 28.3831%; height: 31.0667px; border-color: rgb(206, 212, 217);">`no_billable_time`</td><td style="width: 71.5986%; height: 31.0667px; border-color: rgb(206, 212, 217);">Total non-billable time.</td></tr><tr style="height: 31.0667px;"><td style="width: 28.3831%; height: 31.0667px; border-color: rgb(206, 212, 217);">`total_time`</td><td style="width: 71.5986%; height: 31.0667px; border-color: rgb(206, 212, 217);">Total login session time (billable + non-billable).</td></tr></tbody></table>

# Inbound Call Summary Statistics

## <span style="color: rgb(2, 106, 73);">**API: inbound\_summary\_stats**</span>

### **Description**

This endpoint provides a summarized report of inbound call activity for a given date range, optionally filtered by tenant. It returns daily metrics including total calls, queued calls, abandoned calls (split by those that waited more than 20 seconds), handled calls, and average hold and handle times.

## 🔗 **URL**

#### https://**DOMAIN**.croco-dial.net/goAPIv2/goReports/goAPI.php

<p class="callout info align-left">**Note:** Replace `DOMAIN` with the specific domain you want to query.</p>

### **📝 Required Parameters**

<table border="1" id="bkmrk-parameter-value-desc" style="border-collapse: collapse; width: 100%; height: 149.934px;"><colgroup><col style="width: 23.0008%;"></col><col style="width: 28.0062%;"></col><col style="width: 48.9811%;"></col></colgroup><thead><tr style="height: 29.7167px;"><td style="height: 29.7167px;">**Parameter**</td><td style="height: 29.7167px;">**Value**</td><td style="height: 29.7167px;">**Description**</td></tr></thead><tbody><tr style="height: 29.7167px;"><td style="height: 29.7167px;">goAction</td><td style="height: 29.7167px;">**inbound\_summary\_stats**</td><td style="height: 29.7167px;">Action to perform. Name of endpoint</td></tr><tr style="height: 29.7167px;"><td style="height: 29.7167px;">goUser</td><td style="height: 29.7167px;">MyUser</td><td style="height: 29.7167px;">API authorized user.</td></tr><tr style="height: 29.7167px;"><td style="height: 29.7167px;">goPass</td><td style="height: 29.7167px;">MyPass</td><td style="height: 29.7167px;">Authorized user's password.</td></tr><tr><td style="height: 31.0667px;">responsetype</td><td style="height: 31.0667px;">json/xml</td><td style="height: 31.0667px;">Format of the response (`json` recommended).</td></tr></tbody></table>

### **Optional Parameters**

<table border="1" id="bkmrk-parameter-value-desc-1" style="border-collapse: collapse; width: 100%; height: 121.719px;"><colgroup><col style="width: 23.0036%;"></col><col style="width: 28.0095%;"></col><col style="width: 48.9869%;"></col></colgroup><thead><tr style="height: 29.7969px;"><td style="height: 29.7969px;">**Parameter**</td><td style="height: 29.7969px;">**Value**</td><td style="height: 29.7969px;">**Description**</td></tr></thead><tbody><tr style="height: 31.0625px;"><td style="height: 31.0625px;">fromDate</td><td style="height: 31.0625px;">`YYYY-MM-DD`</td><td style="height: 31.0625px;"><span class="_fadeIn_m1hgl_8">The </span><span class="_fadeIn_m1hgl_8">start </span><span class="_fadeIn_m1hgl_8">date </span><span class="_fadeIn_m1hgl_8">for </span><span class="_fadeIn_m1hgl_8">the </span><span class="_fadeIn_m1hgl_8">report.</span></td></tr><tr style="height: 31.0625px;"><td style="height: 31.0625px;">toDate</td><td style="height: 31.0625px;">`YYYY-MM-DD`</td><td style="height: 31.0625px;">The end date for the report.</td></tr><tr style="height: 29.7969px;"><td style="height: 29.7969px;">tenant</td><td style="height: 29.7969px;">\["AAA", "BBB"\]</td><td style="height: 29.7969px;">Array of tenant identifiers to restrict data.</td></tr></tbody></table>

**Note:** This endpoint uses body parameters for authentication instead of tokens or headers.

### **Request Examples:**

#### **GET:**

```bash
curl -X GET "https://DOMAIN.croco-dial.net/goAPIv2/goReports/goAPI.php?goAction=inbound_summary_stats&goUser=MyUser&goPass=MyPass&responsetype=json&fromDate=2025-05-25&toDate=2025-05-30"
```

#### **POST (Form Data)**

If you prefer to send the data as form parameters:

```bash
curl -X POST "https://DOMAIN.croco-dial.net/goAPIv2/goReports/goAPI.php" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  --data-urlencode "goAction=inbound_summary_stats" \
  --data-urlencode "goUser=MyUser" \
  --data-urlencode "goPass=MyPass" \
  --data-urlencode "responsetype=json" \
  --data-urlencode "tenant[]=TTY" \
  --data-urlencode "fromDate=2025-05-20" \
  --data-urlencode "toDate=2025-05-30"
```

####  **Example Response**

```json
{
    "result": "success",
    "data": {
        "rows": [
            {
                "calldate": "2025-05-28",
                "total_calls": "693",
                "queued_calls": "424",
                "abandon1": "38",
                "abandon2": "61",
                "handled_calls": "372",
                "avg_hold_time": "67.78",
                "avg_handle_time": "469.33"
            },
            {
                "calldate": "2025-05-29",
                "total_calls": "716",
                "queued_calls": "507",
                "abandon1": "42",
                "abandon2": "57",
                "handled_calls": "448",
                "avg_hold_time": "38.84",
                "avg_handle_time": "544.30"
            },
            {
                "calldate": "2025-05-30",
                "total_calls": "308",
                "queued_calls": "204",
                "abandon1": "54",
                "abandon2": "24",
                "handled_calls": "130",
                "avg_hold_time": "147.03",
                "avg_handle_time": "423.23"
            },
        ],
        "headers": [
           ...
        ]
    }
}
```

### <span class="_fadeIn_m1hgl_8">📌 </span>**<span class="_fadeIn_m1hgl_8">Response </span><span class="_fadeIn_m1hgl_8">Fields</span>**

<table border="1" id="bkmrk-field-description-ca" style="border-collapse: collapse; border-color: rgb(206, 212, 217); border-width: 1px;"><thead><tr><th style="border-color: rgb(206, 212, 217);">**Field**</th><th style="border-color: rgb(206, 212, 217);">**Description**</th></tr></thead><tbody><tr><td style="border-color: rgb(206, 212, 217);">`calldate`</td><td style="border-color: rgb(206, 212, 217);">The date of the call activity (`YYYY-MM-DD`).</td></tr><tr><td style="border-color: rgb(206, 212, 217);">`total_calls`</td><td style="border-color: rgb(206, 212, 217);">Total inbound calls received.</td></tr><tr><td style="border-color: rgb(206, 212, 217);">`queued_calls`</td><td style="border-color: rgb(206, 212, 217);">Calls that entered the queue.</td></tr><tr><td style="border-color: rgb(206, 212, 217);">`abandon1`</td><td style="border-color: rgb(206, 212, 217);">Calls abandoned *after* waiting more than 20 seconds.</td></tr><tr><td style="border-color: rgb(206, 212, 217);">`abandon2`</td><td style="border-color: rgb(206, 212, 217);">All abandoned calls, including those under 20 seconds.</td></tr><tr><td style="border-color: rgb(206, 212, 217);">`handled_calls`</td><td style="border-color: rgb(206, 212, 217);">Calls successfully answered by an agent.</td></tr><tr><td style="border-color: rgb(206, 212, 217);">`avg_hold_time`</td><td style="border-color: rgb(206, 212, 217);">Average hold time (in seconds).</td></tr><tr><td style="border-color: rgb(206, 212, 217);">`avg_handle_time`</td><td style="border-color: rgb(206, 212, 217);">Average handle time (in seconds).</td></tr></tbody></table>

# Agent Summary Statistics

## <span style="color: rgb(2, 106, 73);"> **API: agent\_summary\_stats** </span>

###  **Description**

This endpoint retrieves a summary of agent activity and performance statistics over the last day. It is useful for supervisors and managers to monitor agent productivity, call handling metrics, and time distribution across various call and pause states. This returns detailed data per agent, including call counts (manual, inbound, dialer), time spent in login, pause, talk, and break statuses, as well as call outcomes and user profile information.

## 🔗 **URL**

#### https://**DOMAIN**.croco-dial.net/goAPIv2/goReports/goAPI.php

<p class="callout info align-left">**Note:** Replace `DOMAIN` with the specific domain you want to query.</p>

### **📝 Required Parameters**  


<table border="1" id="bkmrk-parameter-value-desc" style="border-collapse: collapse; width: 100%;"><colgroup> <col style="width: 23%;"></col> <col style="width: 20%;"></col> <col style="width: 57%;"></col> </colgroup><thead><tr><td>**Parameter**</td><td>**Value**</td><td>**Description**</td></tr></thead><tbody><tr><td>goAction</td><td>agent\_summary\_stats</td><td>Action to perform</td></tr><tr><td>goUser</td><td>MyUser</td><td>API authorized user.</td></tr><tr><td>goPass</td><td>MyPass</td><td>Authorized user's password.</td></tr><tr><td>responsetype</td><td>json/xml</td><td>Format of the response (`json` recommended).</td></tr></tbody></table>

**Note:** This endpoint uses body parameters for authentication instead of tokens or headers.

### **Request Examples:**

#### **GET:**

```bash
curl -X GET "https://DOMAIN.croco-dial.net/goAPIv2/goReports/goAPI.php?goAction=agent_summary_stats&goUser=MyUser&goPass=MyPass&responsetype=json"
```

#### **POST (Form Data)**

If you prefer to send the data as form parameters:

```bash
curl -X POST "https://DOMAIN.croco-dial.net/goAPIv2/goReports/goAPI.php" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  --data-urlencode "goAction=agent_summary_stats" \
  --data-urlencode "goUser=MyUser" \
  --data-urlencode "goPass=MyPass" \
  --data-urlencode "responsetype=json"

```

####  **Example Response**

```json
{
  "result": "success",
  "data": {
    "dates": "'2025-05-06' AND '2025-05-06 23:59:59'",
    "headers": [...],
    "rows": [
            {
                "USER": "user.example",
                "calls_handled": "8",
                "manual_calls": "0",
                "inbound_calls": "8",
                "dialer_calls": "0",
                "xfer_out": "0",
                "xfer_in": "0",
                "voicemail": "0",
                "denied": "0",
                "noa": "0",
                "sales": "0",
                "WIT": "0",
                "login_time": "18455",
                "pause": "8",
                "break": "853",
                "talk": "1847",
                "most_dispo": null,
                "portfolio": "AAA",
                "profile": "CUSTSERVICE"
            },
            {
                "USER": "user.example2",
                "calls_handled": "71",
                "manual_calls": "68",
                "inbound_calls": "3",
                "dialer_calls": "68",
                "xfer_out": "0",
                "xfer_in": "0",
                "voicemail": "0",
                "denied": "0",
                "noa": "0",
                "sales": "0",
                "WIT": "0",
                "login_time": "18709",
                "pause": "298",
                "break": "1877",
                "talk": "1640",
                "most_dispo": null,
                "portfolio": "BBB",
                "profile": "COLLECTIONS"
            },
        ...
      ]
  }
}
```

### **Data Fields per Agent**

<div class="_tableContainer_16hzy_1" id="bkmrk-field-description-us"><div class="_tableWrapper_16hzy_14 group flex w-fit flex-col-reverse align-left" tabindex="-1"><table border="1" class="w-fit min-w-(--thread-content-width) align-left" data-end="3246" data-start="1862" style="width: 51.6675%; height: 611.788px; border-collapse: collapse; border-color: rgb(206, 212, 217); border-width: 1px;"><thead><tr data-end="1927" data-start="1862" style="height: 29.6887px;"><td data-col-size="sm" data-end="1880" data-start="1862" style="width: 32.9494%; height: 29.6887px; border-color: rgb(206, 212, 217);">**Field**</td><td data-col-size="sm" data-end="1927" data-start="1880" style="width: 67.0253%; height: 29.6887px; border-color: rgb(206, 212, 217);">**Description**</td></tr></thead><tbody data-end="3246" data-start="1993"><tr data-end="2058" data-start="1993" style="height: 30.6368px;"><td data-col-size="sm" data-end="2011" data-start="1993" style="width: 32.9494%; height: 30.6368px; border-color: rgb(206, 212, 217);">`USER`</td><td data-col-size="sm" data-end="2058" data-start="2011" style="width: 67.0253%; height: 30.6368px; border-color: rgb(206, 212, 217);">Agent username</td></tr><tr data-end="2124" data-start="2059" style="height: 30.6368px;"><td data-col-size="sm" data-end="2077" data-start="2059" style="width: 32.9494%; height: 30.6368px; border-color: rgb(206, 212, 217);">`calls_handled`</td><td data-col-size="sm" data-end="2124" data-start="2077" style="width: 67.0253%; height: 30.6368px; border-color: rgb(206, 212, 217);">Total number of calls handled</td></tr><tr data-end="2190" data-start="2125" style="height: 30.6368px;"><td data-col-size="sm" data-end="2143" data-start="2125" style="width: 32.9494%; height: 30.6368px; border-color: rgb(206, 212, 217);">`manual_calls`</td><td data-col-size="sm" data-end="2190" data-start="2143" style="width: 67.0253%; height: 30.6368px; border-color: rgb(206, 212, 217);">Outbound manual calls</td></tr><tr data-end="2256" data-start="2191" style="height: 30.6368px;"><td data-col-size="sm" data-end="2209" data-start="2191" style="width: 32.9494%; height: 30.6368px; border-color: rgb(206, 212, 217);">`inbound_calls`</td><td data-col-size="sm" data-end="2256" data-start="2209" style="width: 67.0253%; height: 30.6368px; border-color: rgb(206, 212, 217);">Calls received from inbound queues</td></tr><tr data-end="2322" data-start="2257" style="height: 30.6368px;"><td data-col-size="sm" data-end="2275" data-start="2257" style="width: 32.9494%; height: 30.6368px; border-color: rgb(206, 212, 217);">`dialer_calls`</td><td data-col-size="sm" data-end="2322" data-start="2275" style="width: 67.0253%; height: 30.6368px; border-color: rgb(206, 212, 217);">Calls initiated by the dialer</td></tr><tr data-end="2388" data-start="2323" style="height: 30.6368px;"><td data-col-size="sm" data-end="2341" data-start="2323" style="width: 32.9494%; height: 30.6368px; border-color: rgb(206, 212, 217);">`xfer_out`</td><td data-col-size="sm" data-end="2388" data-start="2341" style="width: 67.0253%; height: 30.6368px; border-color: rgb(206, 212, 217);">Calls transferred out by the agent</td></tr><tr data-end="2454" data-start="2389" style="height: 30.6368px;"><td data-col-size="sm" data-end="2407" data-start="2389" style="width: 32.9494%; height: 30.6368px; border-color: rgb(206, 212, 217);">`xfer_in`</td><td data-col-size="sm" data-end="2454" data-start="2407" style="width: 67.0253%; height: 30.6368px; border-color: rgb(206, 212, 217);">Calls transferred to the agent</td></tr><tr data-end="2520" data-start="2455" style="height: 30.6368px;"><td data-col-size="sm" data-end="2473" data-start="2455" style="width: 32.9494%; height: 30.6368px; border-color: rgb(206, 212, 217);">`voicemail`</td><td data-col-size="sm" data-end="2520" data-start="2473" style="width: 67.0253%; height: 30.6368px; border-color: rgb(206, 212, 217);">Voicemails left or received</td></tr><tr data-end="2586" data-start="2521" style="height: 30.6368px;"><td data-col-size="sm" data-end="2539" data-start="2521" style="width: 32.9494%; height: 30.6368px; border-color: rgb(206, 212, 217);">`denied`</td><td data-col-size="sm" data-end="2586" data-start="2539" style="width: 67.0253%; height: 30.6368px; border-color: rgb(206, 212, 217);">Calls denied or blocked</td></tr><tr data-end="2652" data-start="2587" style="height: 30.6368px;"><td data-col-size="sm" data-end="2605" data-start="2587" style="width: 32.9494%; height: 30.6368px; border-color: rgb(206, 212, 217);">`noa`</td><td data-col-size="sm" data-end="2652" data-start="2605" style="width: 67.0253%; height: 30.6368px; border-color: rgb(206, 212, 217);">Not answered (No Answer)</td></tr><tr data-end="2718" data-start="2653" style="height: 30.6368px;"><td data-col-size="sm" data-end="2671" data-start="2653" style="width: 32.9494%; height: 30.6368px; border-color: rgb(206, 212, 217);">`sales`</td><td data-col-size="sm" data-end="2718" data-start="2671" style="width: 67.0253%; height: 30.6368px; border-color: rgb(206, 212, 217);">Calls marked as sales</td></tr><tr data-end="2784" data-start="2719" style="height: 30.6368px;"><td data-col-size="sm" data-end="2737" data-start="2719" style="width: 32.9494%; height: 30.6368px; border-color: rgb(206, 212, 217);">`WIT`</td><td data-col-size="sm" data-end="2784" data-start="2737" style="width: 67.0253%; height: 30.6368px; border-color: rgb(206, 212, 217);">Calls marked with “WIT” disposition</td></tr><tr data-end="2850" data-start="2785" style="height: 30.6368px;"><td data-col-size="sm" data-end="2803" data-start="2785" style="width: 32.9494%; height: 30.6368px; border-color: rgb(206, 212, 217);">`login_time`</td><td data-col-size="sm" data-end="2850" data-start="2803" style="width: 67.0253%; height: 30.6368px; border-color: rgb(206, 212, 217);">Total login time (in seconds)</td></tr><tr data-end="2916" data-start="2851" style="height: 30.6368px;"><td data-col-size="sm" data-end="2869" data-start="2851" style="width: 32.9494%; height: 30.6368px; border-color: rgb(206, 212, 217);">`pause`</td><td data-col-size="sm" data-end="2916" data-start="2869" style="width: 67.0253%; height: 30.6368px; border-color: rgb(206, 212, 217);">Total pause time (in seconds)</td></tr><tr data-end="2982" data-start="2917" style="height: 30.6368px;"><td data-col-size="sm" data-end="2935" data-start="2917" style="width: 32.9494%; height: 30.6368px; border-color: rgb(206, 212, 217);">`break`</td><td data-col-size="sm" data-end="2982" data-start="2935" style="width: 67.0253%; height: 30.6368px; border-color: rgb(206, 212, 217);">Total break time (in seconds)</td></tr><tr data-end="3048" data-start="2983" style="height: 30.6368px;"><td data-col-size="sm" data-end="3001" data-start="2983" style="width: 32.9494%; height: 30.6368px; border-color: rgb(206, 212, 217);">`talk`</td><td data-col-size="sm" data-end="3048" data-start="3001" style="width: 67.0253%; height: 30.6368px; border-color: rgb(206, 212, 217);">Total talk time (in seconds)</td></tr><tr data-end="3114" data-start="3049" style="height: 30.6368px;"><td data-col-size="sm" data-end="3067" data-start="3049" style="width: 32.9494%; height: 30.6368px; border-color: rgb(206, 212, 217);">`most_dispo`</td><td data-col-size="sm" data-end="3114" data-start="3067" style="width: 67.0253%; height: 30.6368px; border-color: rgb(206, 212, 217);">Most frequent call disposition</td></tr><tr data-end="3180" data-start="3115" style="height: 30.6368px;"><td data-col-size="sm" data-end="3133" data-start="3115" style="width: 32.9494%; height: 30.6368px; border-color: rgb(206, 212, 217);">`portfolio`</td><td data-col-size="sm" data-end="3180" data-start="3133" style="width: 67.0253%; height: 30.6368px; border-color: rgb(206, 212, 217);">Associated portfolio name</td></tr><tr data-end="3246" data-start="3181" style="height: 30.6368px;"><td data-col-size="sm" data-end="3199" data-start="3181" style="width: 32.9494%; height: 30.6368px; border-color: rgb(206, 212, 217);">`profile`</td><td data-col-size="sm" data-end="3246" data-start="3199" style="width: 67.0253%; height: 30.6368px; border-color: rgb(206, 212, 217);">Agent's role or function profile</td></tr></tbody></table>

</div></div>