---
title: Total Page Count Pagination Testing API
date: 2025-12-10T06:12:27Z
modified: 2026-06-15T07:28:18Z
permalink: "https://ezintegrations.ai/docs/api-pagination-by-page-number/"
type: docs
status: publish
excerpt: ""
wpid: 3760
doc_category:
  - AI Workflow Testing APIs
author: Automation Hub
---

Total Page Count Pagination Testing API demonstrates pagination where total pages are known, allowing direct navigation.

---

## Method

**GET**

---

## Endpoint

{{base_url}}/partner/orderdetails-tpc
---

## Query Parameters



| Parameter Name | Value | Description |
| --- | --- | --- |
| limit | {%max\_num%} | Maximum records per page |
| page | {%min\_num%} | Starting page number |

---

## Authorization

**Type:** OAuth 2.0

**Refresh Token Endpoint URL:** {{base\_url}}/partner/api/oauth2/token

---

#### Headers

{
  "Content-Type": "application/x-www-form-urlencoded"
}
---

#### Body

{
  "grant_type": "password",
  "client_id": "{{client_id}}",
  "client_secret": "{{client_secret}}",
  "username": "training@bizdata360.com",
  "password": "B!zdata@360"
}
---

## Pagination Details

**Pagination Type:** Total Page Count Pagination

**User Key:** total\_pages

**Key to Update:** page

**Data Collection Key:** \[‘response’\]

---

## Numeric Parameters



| Parameter | Value | Description |
| --- | --- | --- |
| Minimum Number | 1 | Minimum records per page |
| Maximum Number | 100 | Maximum records per page |

---

## **Notes:**

- Allows direct page jumps.

---

## **Authentication Instructions:**

To acquire the **Base URL** and create your own **Client ID and Secret**, please refer to the **My Profile** section within your Bizdata account.

## Topics

**Docs Categories:** [AI Workflow Testing APIs](https://ezintegrations.ai/wp-content/uploads/wp-mfa-exports/taxonomy/doc_category/ai-workflow-testing-apis.md)