HubSpot · JSON Structure

Hubspot Crm Associations Paging Next Structure

Pagination cursor for next page

Type: object Properties: 2
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

PagingNext 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

after link

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Pagination cursor for next page",
  "name": "PagingNext",
  "properties": {
    "after": {
      "type": "string",
      "description": "Cursor token for the next page"
    },
    "link": {
      "type": "string",
      "description": "Link to the next page"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}