Get Calls List
Description
This API allows you to fetch the list of call conversations from your Zoho SalesIQ account. You can filter the results based on call status, department, brand, date range, visitor type, and more.
Query Parameters
Parameter | Type | Description | Example |
---|---|---|---|
limit | int | Number of call records to retrieve (pagination). | 10 |
index | int | Starting index for paginated results. | 0 |
include_fields | string | Additional data to include in the response (comma-separated). | brand,department,conversation |
status* (mandatory) | string | Filter calls by status. Accepted values: cancelled, missed, rejected, initiated, accepted, ended, connected. | missed |
department_ids | long | Comma-separated department IDs to filter calls. | 359526000000002024,359526000000002025 |
attender_ids | long | Comma-separated operator IDs who attended the calls. | 359526000000024031,359526000000024030 |
brand_ids | long | Comma-separated brand IDs to filter calls. | 359526000000002242 |
from_time | long | Start time for filtering calls (epoch in milliseconds). | 1742552171662 |
to_time | long | End time for filtering calls (epoch in milliseconds). | 1742552131206 |
visitor_type | string | Filter based on visitor type. Accepted values: lead, contact. | lead |
string | Filter by visitor email address. | jack@zoho.com |
OAuth Scope
SalesIQ.media.READ
Method
GET
URL
Copied
Example
Copied
Sample response
Copied