Jupiter ERP
Account API

PaginationMetaData

Fields, types, and references to other models.

PaginationMetaData (object)

FieldTypeDescription
current_page*integerThe current page number.
items_from*integerThe starting item number on the current page.
items_to*integerThe ending item number on the current page.
last_page*integerThe last page number.
per_page*integerThe number of items per page.
total*integerThe total number of items.
Example (JSON)
{
  "current_page": 1,
  "last_page": 1,
  "per_page": 15,
  "total": 1,
  "items_from": 1,
  "items_to": 1
}
Schema PaginationMetaData · Jupiter ERP