HubSpot · JSON Structure

Hubspot Crm Lists Membership Structure

A list membership record.

Type: object Properties: 2
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Membership is a JSON Structure definition published by HubSpot, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

recordId addedAt

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "A list membership record.",
  "name": "Membership",
  "properties": {
    "recordId": {
      "type": "string",
      "description": "The ID of the CRM record that is a member of the list."
    },
    "addedAt": {
      "type": "datetime",
      "description": "The date and time the record was added to the list."
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}