HubSpot · JSON Structure

Hubspot Conversations Paging Structure

Pagination information for list responses.

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/draft/2020-12/schema meta-schema.

Properties

next

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

JSON Structure

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