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

Add Volunteer Check In Events

Records check in and check out events for volunteer assignments. A maximum of 250 check in events are allowed per call.

Check in sets checked_in to T, and check out sets it to F. Check out requires the volunteer to be checked in. Event timestamps are assigned by the server.

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

Request Format


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

Response Format


{
	"assignment_ids": [ 71, 76 ]
}

URL

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

HTTP Method

POST

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
request
Required
POST Request in proper format. string

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.