Factset · Schema

OffsetBasedPaginationOutputObjectWithoutTotal

Pagination attributes for the offset-based pagination strategy; a total element count is not supported.

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
hasNext boolean Flag indicating that a subsequent request with the same parameters, except that the parameter `pagination.offset` is incremented by `pagination.limit`, would yield additional results.
View JSON Schema on GitHub

JSON Schema

factset-recommendation-list-for-digital-portals-offset-based-pagination-output-object-without-total-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OffsetBasedPaginationOutputObjectWithoutTotal",
  "type": "object",
  "description": "Pagination attributes for the offset-based pagination strategy; a total element count is not supported.",
  "properties": {
    "hasNext": {
      "type": "boolean",
      "description": "Flag indicating that a subsequent request with the same parameters, except that the parameter `pagination.offset` is incremented by `pagination.limit`, would yield additional results."
    }
  }
}