feedback-api-sdk

Pagination

Pagination object.

Structure

Pagination

Fields

Name Type Tags Description
page number \| undefined Optional Current page.
perPage number \| undefined Optional Number of items per page.
total number \| undefined Optional Total number of items.

Example (as JSON)

{
  "page": null,
  "perPage": null,
  "total": null
}