HubSpot · JSON Structure

Hubspot Engagement Calls Batch Read Input Structure

Input for reading a single item in a batch

Type: object Properties: 1 Required: 1
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

BatchReadInput is a JSON Structure definition published by HubSpot, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Input for reading a single item in a batch",
  "name": "BatchReadInput",
  "properties": {
    "id": {
      "type": "string",
      "description": "The call identifier"
    }
  },
  "required": [
    "id"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}