API connector - Pagination

michael_belval
Level 1
API connector - Pagination

Hi,

I am facing an issue regarding pagination.

Let me explain, I have an API endpoint that I query to get results. My query is "https://domain.freshdesk.com/api/v2/contacts?page=1". I want to enable pagination to retrieve all results from each page in my dataset.

But impossible to make it work correctly.

Can you help ?

THANKS


Operating system used: Windows


Operating system used: windows

0 Kudos
1 Reply
AlexB
Dataiker

Hi,

According to Freshdesk's documentation, they seem to implement RFC5988 pagination (adding the next url link in the response's headers). So you might get it to work by setting the pagination mechanism to "Next page URL provided" and leave the key blank.

Screenshot 2024-01-05 at 10.14.25.png

โ€ƒ