Navigation

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

Contents

  • What’s New by Feature
  • What’s New by Document
  • Compatibility Matrix
  • Provider Core Feature Guide
  • Enterprise Core Feature Guide
  • Self-service Guide
  • Architecture and Hardware Specification Guide
  • Installation Guide
  • Upgrade Guide with ISO and Template
  • Multi-Cluster Deployments Technical Guide
  • Platform Guide
  • Health Checks for Cluster Installations Guide
  • Best Practices Guide
  • Advanced Configuration Guide
  • BulkLoader Provisioning Guide
  • Provider HCS Dial Plan Management Support Guide
  • Business Admin Portal Guide
  • Licensing and Subscriber Data Export Guide
  • API Guide
    • Overview
    • Using the API
    • Handling API Fault Responses
    • Tool APIs
    • Transactions
    • API Examples
    • Backward Compatibility
    • General API Reference
      • Using the API Reference
      • API Schema
      • Notifications
      • Meta data
      • Generic Actions
      • Custom Device Connection Actions
      • Custom Device Actions
      • Other elements
        • Data
        • Resources
        • Schema
        • Pagination
  • Language Pack Guide
  • Microsoft Windows PowerShell Proxy Server Installation and Upgrade Guide (Microsoft Teams)
  • NBI Technical Description and Deployment Guide
  • NBI Install Guide
  • Open Source License Usage

Previous topic

← Schema

Next topic

→ Language Pack Guide

This Page

  • Show Source

Navigation

  • index
  • next    
  • previous    
  • VOSS-4-UC 21.1 documentation »
  • API Guide »
Email us. We appreciate and value your comments.              © Copyright 2021, VISIONOSS LIMITED. Last updated on 02 Sep 2021 at 14:12.