Use this API to get teams that were removed from a race.
{ "race_teams": [ { "team_id": 123, "team_type_id": 456, "team_type": "test group type", "team_name": "Test Team 4", "team_gender": "F", "team_bib_num": null, "team_age_restriction_id": 321, "created_date": "2022-05-10 15:42:36", "deleted_date": "2022-05-12 15:48:44", "last_modified_ts": 1652384924, "race_id": 54321 } ] }
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 |
Parameter | HTTP Method | Default | Description | Datatype |
---|---|---|---|---|
race_id Required |
GET | Race ID. | uint |
|
event_ids Required |
GET | ID of event or list of event IDs separated by commas. | id_list |
|
num |
GET | 50 | Number of results per page. The allowed range per page is from 1 - 500. | uint |
page |
GET | 1 | Number of pages. | uint |
modified_after_ts |
GET | Get removed teams updated strictly after the provided timestamp. | int |