Get the number of modified participants in multiple races.
xxxxxxxxxx
{
"race_counts": [
{
"race_id": 1111,
"counts": [
{
"event_id": 101010,
"modified": 375
},
{
"event_id": 111111,
"modified": 36
},
{
"event_id": 121212,
"modified": 150
}
]
},
{
"race_id": 2222,
"counts": [
{
"event_id": 202020,
"modified": 46
},
{
"event_id": 212121,
"modified": 2
},
{
"event_id": 222222,
"modified": 11
},
{
"event_id": 232323,
"modified": 1
}
]
}
]
}
Parameter | HTTP Method | Default | Description | Datatype |
---|---|---|---|---|
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 |
Parameter | HTTP Method | Default | Description | Datatype |
---|---|---|---|---|
race_ids |
POST | List of race IDs separated by commas. If not sent, all of your races will be used. | id_list |
|
modified_since_timestamp |
POST | Get registrations modified on or after a given time. | unix_timestamp |
|
modified_until_timestamp |
POST | Get registrations modified on or before a given time. | unix_timestamp |