1. RunSignup
  2. API
  3. Methods
  4. Get Volunteer Check In Events

Get Volunteer Check In Events

Gets check in and check out events for volunteer assignments. Use the Get Race Volunteers API to look up the assignment IDs for a race.

Use page and num for paging. Use modified_after_ts to return events recorded after a timestamp.

Check In Event Types
  • 1: Check In
  • 2: Check Out

Response Format


{
	"volunteers": [
		{
			"assignment_id": 71,
			"volunteer_checkin_events": [
				{
					"volunteer_checkin_event_type": 1,
					"volunteer_checkin_event_ts": 1697134424,
					"volunteer_checkin_event_recorded_by_identifier": "iOS Checkin",
					"checkin_app_version": "3.2.41"
				},
				{
					"volunteer_checkin_event_type": 2,
					"volunteer_checkin_event_ts": 1697138494,
					"volunteer_checkin_event_recorded_by_identifier": "iOS Checkin",
					"checkin_app_version": "3.2.41"
				}
			]
		},
		{
			"assignment_id": 76,
			"volunteer_checkin_events": []
		}
	]
}

URL

https://api.runsignup.com/rest/v2/volunteers/checkin-events.json

HTTP Method

GET

API Caller Identification

Parameter HTTP Method Default Description Datatype
rsu_api_reg GET API caller token. If used, you must send the API caller password in an HTTP header named X-RSU-API-REG-SECRET. string
X-RSU-API-REG-SECRET HTTP Header API caller password. string

Standard Parameters

Parameter HTTP Method Default Description Datatype
rsu_api_reg GET API caller token. If used, you must send the API caller password in an HTTP header named X-RSU-API-REG-SECRET. string
X-RSU-API-REG-SECRET HTTP Header API caller password. string
api_key GET API Key string
api_secret GET 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
Authorization HTTP Header Authorization Header. If using OAuth 2.0, fill this in with `Bearer <token>`. string

Parameters

Parameter HTTP Method Default Description Datatype
race_id
Required
GET Race ID. uint
assignment_ids
Required
GET Volunteer assignment ID or list of volunteer assignment IDs separated by commas. id_list
modified_after_ts GET Get check in events recorded after a given time. uint
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.