HubSpot · JSON Structure

Hubspot Blog Posts Paging Previous Structure

Pagination cursor for previous page

Type: object Properties: 2
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

PagingPrevious 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

before link

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

JSON Structure

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