HubSpot · JSON Structure

Hubspot Crm Feature Flags Paging Next Structure

Information for fetching the next page of results

Type: object Properties: 2 Required: 1
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

PagingNext is a JSON Structure definition published by HubSpot, describing 2 properties, of which 1 is required. 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": "Information for fetching the next page of results",
  "name": "PagingNext",
  "properties": {
    "after": {
      "type": "string",
      "description": "Cursor for the next page"
    },
    "link": {
      "type": "string",
      "description": "Direct link to the next page"
    }
  },
  "required": [
    "after"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}