---
title: Offset Pagination Testing API
date: 2025-12-10T06:03:46Z
modified: 2026-06-15T07:31:27Z
permalink: "https://ezintegrations.ai/docs/api-pagination-using-offset/"
type: docs
status: publish
excerpt: ""
wpid: 3302
doc_category:
  - AI Workflow Testing APIs
author: Fardeen Akhtar
---

## **Overview**

Bizdata Offset Pagination Testing API demonstrates standard offset pagination inside eZintegration product.
By referencing this API, users can configure their real APIs in the integration bridge.

---

## **Method:** GET

---

## **URL:**

{{base_url}}/partner/orderdetails-offset_OAuth2.0
---

## **Query Parameters**



| Parameter Name | Value | Description |
| --- | --- | --- |
| limit | {%max\_num%} | Maximum value provided in numeric params field |
| offset | {%min\_num%} | Minimum value provided in numeric params field |

---

## **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:** Offset Pagination

**User Key:** hasMore

**Key to update:** offset

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

---

## **Numeric Parameters**



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

---

## **Notes:**

- Standard offset pagination.
- Increment offset to fetch subsequent pages.
- hasMore indicates more data availability.

---

## **Authentication Instructions**

To acquire the **Base URL** and create your own **Client ID and Secret**,
please refer to the **My Profile** section within your eZintegrations 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)