Get a list of results for all result sets for an event.
Parameter | HTTP Method | Default | Description | Datatype |
---|---|---|---|---|
api_key |
GET | API Key | string |
|
api_secret |
GET | API Secret | string |
|
tmp_key |
GET | Temporary API Key from login API call. This should NOT be used in combination with API Key. | string |
|
tmp_secret |
GET | Temporary API Secret from login API call. This should NOT be used in combination with API Secret. | string |
|
rsu_api_key |
GET | API v2 key. If used, you must send the API secret in an HTTP header named X-RSU-API-SECRET. | string |
|
sp_api_key |
GET | Super partner API key. If used, you must send the API secret in an HTTP header named X-RSU-API-SECRET. | string |
|
X-RSU-API-SECRET |
HTTP Header | API v2 or super partner secret. | string |
|
format |
GET | xml | Format of response. The default if not sent is `xml`, but `json` is preferred. | format |
Parameter | HTTP Method | Default | Description | Datatype |
---|---|---|---|---|
race_id Required |
GET | ID of race. | uint |
|
event_id Required |
GET | ID of event. | uint |
|
individual_result_set_id |
GET | ID of result set. | uint |
|
include_total_finishers |
F | Indicates whether or not to include total finishers in result set metadata. (Not supported for CSV) | bool |
|
include_split_time_ms |
F | Indicates whether or not to include milliseconds in split times. | bool |
|
modified_after_timestamp |
GET | Get results modified after a given timestamp | unix_timestamp |
|
supports_nb |
GET | F | Does integration support non-binary X gender? | bool |
Parameter | HTTP Method | Default | Description | Datatype |
---|---|---|---|---|
page |
GET | 1 | Page number to get. | uint |
results_per_page |
GET | 50 | Number of results per page. | uint |
Parameter | HTTP Method | Default | Description | Datatype |
---|---|---|---|---|
first_name |
Search for results by first name. | string |
||
last_name |
Search for results by last name. | string |
||
gender |
Search for results by gender. | gender |
||
bib_num |
Search for results by bib number. | uint |
||
registration_id |
Search for results by registration ID. | uint |
||
min_place |
Search for results by minimum finishing place. | uint |
||
max_place |
Search for results by maximum finishing place. | uint |
||
min_age |
Search for results by minimum age. | uint |
||
max_age |
Search for results by maximum age. | uint |
||
state |
Search for results by state. | state |
||
country |
Search for results by country. | country |