Gong · Schema

CrmEntitiesUploadResponse

SalesRevenue IntelligenceConversationAnalyticsAI

Properties

Name Type Description
requestId string A unique identifier for the request.
clientRequestId string The client-provided request ID for tracking.
status string Status of the upload (e.g., Queued, Processing, Complete).
View JSON Schema on GitHub

JSON Schema

gong-crmentitiesuploadresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CrmEntitiesUploadResponse",
  "title": "CrmEntitiesUploadResponse",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string",
      "description": "A unique identifier for the request."
    },
    "clientRequestId": {
      "type": "string",
      "description": "The client-provided request ID for tracking."
    },
    "status": {
      "type": "string",
      "description": "Status of the upload (e.g., Queued, Processing, Complete)."
    }
  }
}