HubSpot · JSON Structure

Engagement Notes Association Type Structure

Type of association

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

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

Properties

associationCategory associationTypeId

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-notes-association-type-structure.json",
  "name": "AssociationType",
  "description": "Type of association",
  "type": "object",
  "properties": {
    "associationCategory": {
      "type": "string",
      "enum": [
        "HUBSPOT_DEFINED",
        "USER_DEFINED",
        "INTEGRATOR_DEFINED"
      ],
      "description": "The category of association",
      "example": "HUBSPOT_DEFINED"
    },
    "associationTypeId": {
      "type": "int32",
      "description": "The association type ID",
      "example": 202
    }
  },
  "required": [
    "associationCategory",
    "associationTypeId"
  ]
}