HubSpot · JSON Structure

Hubspot Analytics Events Paging Next Structure

Pagination cursor for retrieving the next page of results

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 retrieving the next page of results",
  "name": "PagingNext",
  "properties": {
    "after": {
      "type": "string",
      "description": "Cursor token for the next page"
    },
    "link": {
      "type": "string",
      "description": "API link to the next page of results"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}