HubSpot · Schema

Paging

Pagination information.

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

Name Type Description
next object
View JSON Schema on GitHub

JSON Schema

hubspot-crm-lists-paging-schema.json Raw ↑
{
  "type": "object",
  "description": "Pagination information.",
  "properties": {
    "next": {
      "type": "object",
      "example": {
        "after": "example-value"
      },
      "properties": {
        "after": {
          "type": "string"
        }
      }
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Paging"
}