Overview
When using any Search endpoint in the Onefile API, you can control how many records are returned per page by specifying a page size. Only predefined page size values are supported.
Available Page Size Parameters
The following page sizes can be used with all API Search endpoints:
- 10
- 50
- 100
Any value outside of these options will not be accepted by the API. Use larger page sizes (e.g., 50 or 100) when retrieving bulk data, and smaller sizes (e.g., 10) for lighter queries or when testing.
Tips & Notes
- Combine page size with page Number to iterate through results.
- Using the maximum page size reduces the number of API calls — helpful when working with rate limits.
- All Search endpoints follow the same pagination structure.
Terminology
Terminology used in this article may differ depending on your Centre’s integration setup.
Related Articles
- API Rate Limit
- Assigning Framework Templates, Standards and Units via the API
- Authenticate via the API
- Initial data download using API
Need Help?
If you encounter any issues or need assistance using the API, please contact Onefile Support or your internal technical team.