HubSpot · Example Payload

Hubspot Cms Hubdb Hub Db Table Example

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Hubspot Cms Hubdb Hub Db Table Example is an example object payload from HubSpot, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamelabelcolumnspublishedrowCountcreatedAtupdatedAtpublishedAt

Example Payload

Raw ↑
{
  "id": "500123",
  "name": "Example Record",
  "label": "Example Record",
  "columns": [
    {
      "id": "500123",
      "name": "Example Record",
      "label": "Example Record",
      "type": "TEXT",
      "options": [
        {}
      ]
    }
  ],
  "published": true,
  "rowCount": 10,
  "createdAt": "2025-03-15T14:30:00Z",
  "updatedAt": "2025-03-15T14:30:00Z",
  "publishedAt": "2025-03-15T14:30:00Z"
}