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
View Categories

API Numeric Parameters for Pagination and Record Limits

Numeric Parameters of API Data Source has two attributes

Minimum Number

Maximum Number.

Minimum Number is to define the start number of records while flushing response from API request

Maximum Number is to define the maximum number of records in a given API request

Example 1 : In Oracle Netsuite REST API architecture the `Minimum Number` is 0 and `Maximum Number` is 1000 as it flushes 1000 records per request

Example 2 : In another API whose API response is like below where per page it is having 6 records. Here the `Minimum Number` is 1 and `Maximum Number` is 6

image.png

There are two reserved keywords to use the Minimum Number and Maximum Number. Those are min_num and max_num respectively. These keywords can be used in API params, headers, JSON body, pre-requiest script etc. of any API request call, wherever there is need to control the flow of API response

Example : GET https://example.com/api/users?page={%min_num%}&per_page={%max_num%}

 

 

How Integration Gaps Are Holding Back Enterprise AI Adoption 1

Updated on December 7, 2025

What are your Feelings

  • Happy
  • Normal
  • Sad

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
API Pagination Methods for Large Data RetrievalAPI Time Parameters for Date and Time-Based Data Filtering
© Copyright 2025 Bizdata Inc. | All Rights Reserved | Terms of Use | Privacy Policy