HubSpot · JSON Structure

Hubspot Blog Posts Batch Input Item Structure

Single item in a batch archive operation

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

BatchInputItem 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": "Single item in a batch archive operation",
  "name": "BatchInputItem",
  "properties": {
    "id": {
      "type": "string",
      "description": "ID of the post to process"
    }
  },
  "required": [
    "id"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}