Gong · Schema

UserCallAccessRequest

SalesRevenue IntelligenceConversationAnalyticsAI

Properties

Name Type Description
callIds array List of call IDs to check access for.
View JSON Schema on GitHub

JSON Schema

gong-usercallaccessrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserCallAccessRequest",
  "title": "UserCallAccessRequest",
  "type": "object",
  "properties": {
    "callIds": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of call IDs to check access for."
    }
  }
}