HubSpot · JSON Structure

Source Code Api File Extract Request Structure

Request body for zip file extraction

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

FileExtractRequest is a JSON Structure definition published by HubSpot, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

path

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/source-code-api-file-extract-request-structure.json",
  "name": "FileExtractRequest",
  "description": "Request body for zip file extraction",
  "type": "object",
  "properties": {
    "path": {
      "type": "string",
      "description": "Path to the zip file in the developer file system",
      "example": "uploads/theme-update.zip"
    }
  },
  "required": [
    "path"
  ]
}