HubSpot · Schema

BatchReadInput

BatchReadInput schema from HubSpot Engagement Meetings API

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

Name Type Description
properties array
inputs array
View JSON Schema on GitHub

JSON Schema

engagement-meetings-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-meetings-api-batch-read-input-schema.json",
  "title": "BatchReadInput",
  "description": "BatchReadInput schema from HubSpot Engagement Meetings API",
  "type": "object",
  "properties": {
    "properties": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": [
        "example-value"
      ]
    },
    "inputs": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          }
        }
      },
      "example": [
        {
          "id": "500123"
        }
      ]
    }
  }
}