HubSpot · Schema

ObjectReference

Reference to a CRM object by ID

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

Name Type Description
id string ID of the object
View JSON Schema on GitHub

JSON Schema

hubspot-crm-associations-object-reference-schema.json Raw ↑
{
  "type": "object",
  "description": "Reference to a CRM object by ID",
  "properties": {
    "id": {
      "type": "string",
      "description": "ID of the object",
      "example": "500123"
    }
  },
  "required": [
    "id"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ObjectReference"
}