
Gong API Integration Profile
Information and guides about integrating with Gong API
Add Gong Integration to Your ProductRetrieve detailed call data by various filters (/v2/calls/extensive) in Gong API
Lists detailed call data for calls that took place during a specified date range, have specified call IDs or hosted by specified users.
When accessed through a Bearer token authorization method, this endpoint requires the scope 'api:calls:read
'. Moreover, clients requesting media download URLs by the contentSelector.exposedFields.media field should also have the scope 'api:calls:read'.Input schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Query | query | object | |
Data | data | object | |
Cursor | data.cursor | string | When paging is needed, provide the value supplied by the previous API call to bring the following page of records. |
Filter | data.filter | object | Filter parameters. |
From Date Time | data.filter.fromDateTime | string | Date and time (in ISO-8601 format: '2018-02-18T02:30:00-07:00' or '2018-02-18T08:00:00Z', where Z stands for UTC) from which to list recorded calls. Returns calls that started on or after the specified date and time. If not provided, list starts with earliest call. The date applies to call start time. |
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. |