Navigation

  • index
  • next    
  • previous    
  • VOSS-4-UC 19.3.4 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

Next topic

→ Available APIs by GUI Role

This Page

  • Show Source

Navigation

  • index
  • next    
  • previous    
  • VOSS-4-UC 19.3.4 documentation »
  • API Guide »
Email us. We appreciate and value your comments.              © Copyright 2020, VISIONOSS LIMITED. Last updated on 01 Dec 2020 at 11:02.