1. RunSignup
  2. API
  3. Methods
  4. Get Removed Race Volunteers

Get Removed Race Volunteers

Gets volunteers that were removed from a race (assignments marked as deleted). The page and num parameters can be used to control paging. Consider using modified_since_timestamp to download removed volunteers since the last API request when downloading removed volunteers over time. Note that the maximum number of removed volunteers that can be downloaded at a time is 500.

When using modified_since_timestamp, note that it returns volunteers that have been removed on or after the specified timestamp. If modified_since_timestamp is used in conjunction with the highest returned modified timestamp for subsequent API calls, you may need to increment modified_since_timestamp to prevent the same removed volunteer(s) from being returned each time.

Response Format

{
	"removed_volunteers": [
		{
			"assignment_id": 12345,
			"user_id": 67890,
			"race_user_id": 13579,
			"volunteer_task_id": 24680,
			"volunteer_people_resource_id": 11223,
			"assignment_ts": 1727740200,
			"first_name": "Jane",
			"last_name": "Doe",
			"email": "jane.doe@example.com",
			"phone": "555-123-4567",
			"volunteer_session_id": 42,
			"last_modified_ts": 1727740300
		},
		{
			"assignment_id": 12346,
			"user_id": 67891,
			"race_user_id": 13580,
			"volunteer_task_id": 24681,
			"volunteer_people_resource_id": 11224,
			"assignment_ts": 1727740150,
			"first_name": "John",
			"last_name": "Smith",
			"email": "john.smith@example.com",
			"phone": "555-987-6543",
			"volunteer_session_id": 42,
			"last_modified_ts": 1727740350
		}
	]
}

URL

https://api.runsignup.com/rest/v2/volunteers/get-removed-race-volunteers.json

HTTP Method

GET

Parameters

Parameter HTTP Method Default Description Datatype
race_id
Required
GET Race ID. uint
modified_since_timestamp GET Get removed race volunteers modified since a given time. uint
api_key GET API key. string
api_secret GET API secret. string
num GET 100 Number of results per page. uint
page GET 1 Number of pages. uint

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.