Skip to main content
Announcements
Global Transformation Awards! Applications are now open. Submit Entry
cancel
Showing results for 
Search instead for 
Did you mean: 
ritumishra01
Contributor III
Contributor III

Connecting to rest api

I have connected to rest api and i have url i am trying to pull all the records via pagination .

not sure how to do that please help 

ex- table 1 has 

id, name , user-name 

i need all the records till the id is null 

or if we can use autonumber and recno funtion to get all the records please help 

Labels (2)
1 Reply
jprdonnelly
Employee
Employee

@ritumishra01 - The method of pagination to use will depend on the API you are connecting to, but this link has some practical examples, including with a Custom method, in addition the explanation of each option.

- @jprdonnelly