Entities limit

Important part of the API is the entities limit!

Each BO REST API response has a limit of 1000 entities.

If there is a need to receive more than 1000 entities in response, you should make another request and specify the parameter &offset=1000. You can specify the &offset=2000, and so on until you will not receive less than 1000 entities in your request (this one will be the last).

Last updated