Collections
...
Collections API
Result Sets

List Result Sets

3min

List Result Sets

You can List all of the Result Sets for a Collection by making a HTTP GET request to the /Collections/COLLECTION_ID/results endpoint (where COLLECTION_ID is the id of the Collection to get Result Sets for). Backyard API retains Result Sets for 14 days so you should download your Result Set data within this 14 day window.



Example

GET /collections/COLLECTION_ID/results In the example below we List all of the Result Sets for the Collection with id=123456 :

HTTP
Curl
Node.js
Python
PHP


Backyard API responds with the following JSON showing all the Results Sets for the Collection. Note the results array contains a list of all of the Result Sets. The id property of a Result Set should be used with the Get Result Set endpoint to retrieve the actual results within the Result Set.

Note the results array is sorted by the most recently run Result Set first.

JSON




Updated 08 Aug 2024
Did this page help you?