Navigation

  • index
  • previous    
  • VOSS-4-UC (Early Field Trial) 20.1.1 documentation »
  • API Guide »

Pagination¶

This object contains the pagination information of a resource list. Three fields always exist in this object:

  • skip: The offset index into the total resource list to be skipped
  • limit: The number of resource to be returned
  • total: The total number of resources that exist on the system/hierarchy. If a GET call was made with the parameter count=false, then this value will be 0.

Example of a pagination object within a list response.

"pagination": {
    "skip": 0,
    "total": 25,
    "limit": 250
}

Logo

Quick search

Previous topic

← Schema

This Page

  • Show Source

Navigation

  • index
  • previous    
  • VOSS-4-UC (Early Field Trial) 20.1.1 documentation »
  • API Guide »
Email us. We appreciate and value your comments.              © Copyright 2021, VISIONOSS LIMITED. Last updated on 28 Jan 2021 at 12:39.