Gong · Schema

Gong Scorecard

Represents a scorecard configuration in the Gong platform, used for evaluating call quality and performance.

SalesRevenue IntelligenceConversationAnalyticsArtificial IntelligenceConversation IntelligenceSales EngagementCRMForecastingTranscriptionAgents

Properties

Name Type Description
scorecardId string Unique identifier for the scorecard.
scorecardName string Name of the scorecard.
enabled boolean Whether the scorecard is currently enabled.
workspaceId string The workspace the scorecard belongs to.
created string When the scorecard was created.
updated string When the scorecard was last updated.
questions array List of questions in the scorecard.
View JSON Schema on GitHub

JSON Schema

gong-scorecard-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/gong/blob/main/json-schema/gong-scorecard-schema.json",
  "title": "Gong Scorecard",
  "description": "Represents a scorecard configuration in the Gong platform, used for evaluating call quality and performance.",
  "type": "object",
  "properties": {
    "scorecardId": {
      "type": "string",
      "description": "Unique identifier for the scorecard."
    },
    "scorecardName": {
      "type": "string",
      "description": "Name of the scorecard."
    },
    "enabled": {
      "type": "boolean",
      "description": "Whether the scorecard is currently enabled."
    },
    "workspaceId": {
      "type": "string",
      "description": "The workspace the scorecard belongs to."
    },
    "created": {
      "type": "string",
      "format": "date-time",
      "description": "When the scorecard was created."
    },
    "updated": {
      "type": "string",
      "format": "date-time",
      "description": "When the scorecard was last updated."
    },
    "questions": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/ScorecardQuestion"
      },
      "description": "List of questions in the scorecard."
    }
  },
  "required": ["scorecardId", "scorecardName"],
  "$defs": {
    "ScorecardQuestion": {
      "type": "object",
      "description": "A question within a Gong scorecard.",
      "properties": {
        "questionId": {
          "type": "string",
          "description": "Unique identifier for the question."
        },
        "questionText": {
          "type": "string",
          "description": "The question text."
        },
        "questionType": {
          "type": "string",
          "enum": ["YesNo", "Scale", "FreeText", "SingleChoice", "MultipleChoice"],
          "description": "The type of question."
        },
        "isRequired": {
          "type": "boolean",
          "description": "Whether the question requires an answer."
        },
        "options": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "value": {
                "type": "string"
              },
              "label": {
                "type": "string"
              }
            }
          },
          "description": "Available answer options for choice-type questions."
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/gong-scorecard"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.