
Gong API Integration Profile
Information and guides about integrating with Gong API
Add Gong Integration to Your ProductRetrieve call data by date range (/v2/calls) in Gong API
List calls that took place during a specified date range.
When accessed through a Bearer token authorization method, this endpoint requires the scope 'api:calls:read
'.Input schema fields
Field Name | API Key | Type | |
---|---|---|---|
Query | query | object | |
Cursor | query.cursor | string | |
From Date Time | query.fromDateTime | string | |
To Date Time | query.toDateTime | string | |
Workspace Id | query.workspaceId | string |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Request Id | requestId | string | A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes. |
Records | records | object | Information about the number of records that match the requested filter. |
Total Records | records.totalRecords | integer | Total number of records. |
Current Page Size | records.currentPageSize | integer | Number of records in the current page. |
Current Page Number | records.currentPageNumber | integer | Current page number. |