---
title: Next URL Pagination
date: 2025-12-11T05:52:02Z
modified: 2025-12-12T12:37:08Z
permalink: "https://ezintegrations.ai/docs/pagination-using-next-url/"
type: docs
status: publish
excerpt: ""
wpid: 3882
doc_category:
  - API Pagination Methods
author: Automation Hub
---

## **Next URL Pagination Method**

This pagination will apply when we have URL of next page in our API response. For example we have next link in this key `@odata.nextLink`

[![image.png](https://help.bizdata360.com/uploads/images/gallery/2023-10/scaled-1680-/SOEimage.png)

](https://help.bizdata360.com/uploads/images/gallery/2023-10/SOEimage.png)

Select Next URL pagination from the dropdown and fill these values there.

[![image.png](https://help.bizdata360.com/uploads/images/gallery/2023-10/scaled-1680-/2jLimage.png)

](https://help.bizdata360.com/uploads/images/gallery/2023-10/2jLimage.png)

- In the above example `@odata.nextLink` key helps to identify upto which page the pagination will be completed , so it will come in `User Key`
- `Data Collection Key` holds the data from the API and we will get the response in that key for example here it is `['value']`
- `Another Response Parameter` key will hold the response of the next url page, This value needs to same as that of `Data Collection Key`.

Typically being used in Microsoft Graph API, Dropbox, Box Cloud

## Topics

**Docs Categories:** [API Pagination Methods](https://ezintegrations.ai/wp-content/uploads/wp-mfa-exports/taxonomy/doc_category/api-pagination-methods.md)