For endpoints that list all items in a resource collection, you can optionally paginate the response using two request parametersDocumentation Index
Fetch the complete documentation index at: https://docs.orum.io/llms.txt
Use this file to discover all available pages before exploring further.
- size
- index
- The maximum number of items to return
- Accepts integers from 0 to 500
- Defaults to 100
Examples
The below request has asize of 10 and an index of 0, meaning the API would return transfers 1-10.
size of 10 and an index of 1. This would return transfers 11-20.