Get Bulk Race Modified Participant Counts

Get the number of modified participants in multiple races.

Response Format


{
	"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
				}
			]
		}
	]
}

URL

https://runsignup.com/rest/v2/participants/modified-counts.json

HTTP Method

POST

Standard Parameters

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

Parameters

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

If you continue to use this site, you consent to use all cookies. We use cookies to offer you a better browsing experience. Read how we use cookies and how you can control them by visiting our Privacy Policy.

If you continue to use this site, you consent to use all cookies.