HubSpot · JSON Structure

Crm Associations Api Paging Structure

Pagination information

Type: object Properties: 1
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

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

Properties

next

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/crm-associations-api-paging-structure.json",
  "name": "Paging",
  "description": "Pagination information",
  "type": "object",
  "properties": {
    "next": {
      "type": "object",
      "description": "Pagination cursor for next page",
      "properties": {
        "after": {
          "type": "string",
          "description": "Cursor token for the next page",
          "example": "example-value"
        },
        "link": {
          "type": "string",
          "description": "Link to the next page",
          "example": "https://app.hubspot.com/contacts/12345"
        }
      }
    }
  }
}