Amdocs · JSON Structure

Connectx Pagination Structure

Pagination schema from Amdocs API

Type: object Properties: 4
TelecomBSSOSSBillingCustomer ManagementMVNO5GSaaS

Pagination is a JSON Structure definition published by Amdocs, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

page pageSize totalPages totalItems

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amdocs/refs/heads/main/json-structure/connectx-pagination-structure.json",
  "name": "Pagination",
  "description": "Pagination schema from Amdocs API",
  "type": "object",
  "properties": {
    "page": {
      "type": "int32"
    },
    "pageSize": {
      "type": "int32"
    },
    "totalPages": {
      "type": "int32"
    },
    "totalItems": {
      "type": "int32"
    }
  }
}