Skip to the content

Automate Everything !

🤖 Explore with AI: ChatGPT Perplexity Claude Google AI Grok

For Enterprises | Teams | Start-Ups

eZintegrations – AI Workflows & AI Agents Automation Hub

eZintegrations – AI Workflows & AI Agents Automation Hub

Automate to Innovate

0
$0.00
eZintegrations – AI Workflows & AI Agents Automation Hub

eZintegrations – AI Workflows & AI Agents Automation Hub

Automate to Innovate

Menu
0
$0.00
  • Categories
    • Workflow Automation
    • AI Workflow
    • AI Agent
    • Agentic AI
  • Home
  • Automate Now !
  • About Us
  • Contact
  • Blog
  • Free AI Workflow
  • Free AI Agents

eZintegrations

  • eZintegrations Introduction
  • Data Source API
    • Response Parameters: Text, XML, and JSON Formats
    • Environment Settings for Reusable and Dynamic Configuration
    • API Pagination Methods for Large Data Retrieval
    • API Numeric Parameters for Pagination and Record Limits
    • API Time Parameters for Date and Time-Based Data Filtering
    • Authorization
    • How to test the Data Source API
    • API Pagination
      • API Pagination Styles

Goldfinch AI

  • Goldfinch AI Introduction

Bizdata API

  • Universal API for Database
    • Bizdata Universal API for Database
  • SFTP API
    • SFTP API
  • Webhook & Websocket Integration
    • Webhook & Websocket Integration
  • Document and Image Understanding APIs
    • Document and Image Understanding APIs
  • Web Crawler API
    • Web Crawler API
  • AI Workflow Testing APIs
    • Netsuite Source Testing API (Netsuite API Replica)
    • Salesforce Testing API (Salesforce API replica)
    • OAuth2.0 Testing API 
    • Basic Auth Testing API 
    • No Auth Testing API
    • Pagination with Body Testing API
    • Next URL Pagination Testing API 
    • Total Page Count Pagination Testing API
    • Cursor Pagination Testing API 
    • Offset Pagination Testing API
  • Import IB API
    • Import IB API
  • Linux File & Folder Monitoring APIs
    • Linux File & Folder Monitoring APIs
View Categories

Pagination with Body Testing API

Pagination with Body Testing API 
Bizdata Pagination with Body Testing API demonstrates a pagination approach where parameters are sent in the request body instead of query parameters. This is useful for APIs that require POST requests for retrieving paginated data. 
Method: POST 
URL: {{base_url}}/orderdetails-paginationbody

Query Parameters:

Parameter Name Value Description
pageSize {%max_num%} Maximum records per page
pageToken {%min_num%} Starting point for records
Headers:

Header Name Value
Content-Type application/json
Body:

1
{
2
"pageToken":1,"pageSize":100
3
}
Authorization:
Type: OAuth 2.0 
Refresh Token Endpoint URL: {{base_url}}/api/oauth2/token 
Headers: 

1
{
2
"Content-Type":"application/x-www-form-urlencoded"
3
}
Body: 

1
{
2
"grant_type":"password",
3
"client_id":"{{client_id}}",
4
"client_secret":"{{client_secret}}",
5
"username":"training@bizdata360.com",
6
"password":"B!zdata@360"
7
}
Pagination Details:

Pagination Type: Pagination with Body 
User Key: nextPageToken 
Key to update: pageToken 
Data Collection Key: [‘items’] 
Numeric Parameters:

Parameter Value Description
Minimum Number 1 Minimum records per page
Maximum Number 100 Maximum records per page
Notes:
  • Useful for APIs requiring POST requests with pagination parameters in the body. 

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.

Updated on December 9, 2025

What are your Feelings

  • Happy
  • Normal
  • Sad

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
No Auth Testing APINext URL Pagination Testing API 
Table of Contents
  • Pagination with Body Testing API 
© Copyright 2025 Bizdata Inc. | All Rights Reserved | Terms of Use | Privacy Policy