This API is for use in the development phase only, to manually verify that objects are uploaded and processed correctly in Gong.
Returns a JSON object where each key is the object’s crm id and the corresponding value is a nested JSON object representing the CRM object fields. Each key in the nested JSON is the field name and the corresponding value is the field value.
The objects are fetched from the Gong main DB. If the object is not found, the JSON’s value is null.
The request body contains an array of objects ids.
The request is limited to 100 objects. If more than 100 objects are requested only the first 100 are returned.
When accessed using a bearer token, this endpoint requires the 'api:crm:get-objects' scope.
Example
Request
GET https://api.gong.io/v2/crm/entities?integrationId=6286478263646&objectType=DEAL["1234","8765"] //request body
Integration ID generated when creating the integration
Requested objects type
Request Body: The requested objects crm ids (should be sent in the request body)
Successfully retrieved requested objects data
A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.
crmObjects
crmObjects
crmObjects
Malformed request
A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.
Error messages.
Access denied
A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.
Error messages.
API request limit exceeded
A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.
Error messages.
Failed to complete the operation due to an unexpected error
A Gong request reference Id, generated for this request. Can be used for troubleshooting purposes.
Error messages.