request limit

Arthur Sanchez
Giga Guru

Guys, I was instructed to extract data via API from an endpoint of a company that is using ServiceNow. I am part of a third-party company so I cannot change the ServiceNow of the company that provided the endpoint. My question is, I saw that to get data via GET there is a limit of up to 10 thousand records. Is there any way I can get all the records without having this limit?

5 REPLIES 5

The url looks OK. 

 

Try it in the API Explorer. Oddly, the API Explorer does not automatically show this param, but you can add it yourself. If you fetch only 'number' and increment the offset by n, the first number in the response should increase by n.

 

Check that you are incrementing the offset in your loop.