HubSpot · Schema

BatchReadInput

Input for reading a single item in a batch

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

Name Type Description
id string The call identifier
View JSON Schema on GitHub

JSON Schema

engagement-calls-api-batch-read-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/engagement-calls-api-batch-read-input-schema.json",
  "title": "BatchReadInput",
  "description": "Input for reading a single item in a batch",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The call identifier",
      "example": "512"
    }
  },
  "required": [
    "id"
  ]
}