HubSpot · JSON Structure

Engagement Tasks Api Batch Read Input Structure

BatchReadInput schema from HubSpot Engagement Tasks API

Type: object Properties: 2
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

BatchReadInput is a JSON Structure definition published by HubSpot, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

properties inputs

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/engagement-tasks-api-batch-read-input-structure.json",
  "name": "BatchReadInput",
  "description": "BatchReadInput schema from HubSpot Engagement Tasks 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"
        }
      ]
    }
  }
}