Querying collection results

Collections that have been submitted may be queried to inspect their result data. This is usually done to facilitate the display or use of that data elsewhere or in the comparison of this data against another data set. Collections are identified by their 'collectionidentification' which is simply the unique reference used with BankTech. Collections can be queried in 2 ways:

GET: /collections/results

This method is preferable for fetching collection results in bulk and it incorporates paging of results. Paged requests must be repeated to fetch the next page.

This will fetch the collection result model for all collections meeting the specified filter criteria.

  • Rate limit: 1 per second

  • Max. page size: 10,000 per page

GET: /collections

This will fetch the entire collection model for all collections meeting the specified filter criteria.

  • Rate limit: 1 per second

  • Payload size: 1

Last updated

Was this helpful?