Xero · Schema

Pagination

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
page integer
pageSize integer
pageCount integer
itemCount integer
View JSON Schema on GitHub

JSON Schema

xero-pagination-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Pagination",
  "title": "Pagination",
  "type": "object",
  "properties": {
    "page": {
      "type": "integer"
    },
    "pageSize": {
      "type": "integer"
    },
    "pageCount": {
      "type": "integer"
    },
    "itemCount": {
      "type": "integer"
    }
  }
}