Offset
Definition
The offset parameter defines how many rows to skip before starting to retrieve data.
Adding Offset Parameters
From the left side pane choose the offset input box

Enter the desired number of rows you wish to skip (from the start)

Now we copy the endpoint URL on the top right corner

Save the endpoint

Testing the endpoint
Goto postman, choose the GET method, and then paste the URL

Hit send to send the request

Now you should get a response which skips the "offset" number of rows specified earlier (here it skips the first 3 rows)

Last updated