1. RunSignup
  2. API
  3. Methods
  4. Get Race Volunteer Tasks

Get Race Volunteer Tasks

Get the volunteer tasks for a race.

If include_resource_info is set to “T”, volunteer_people_resources and volunteer_custom_resources are included. volunteer_people_resources contains information about the timeslots for this task. volunteer_custom_resources contains information about the resources needed for this task.

Response Format


{
	"tasks": [
		{
			"volunteer_task_id": 1286,
			"volunteer_session_id": 37,
			"task_title": "Handing out race Bibs",
			"deleted": "F",
			"public_task": "T",
			"volunteer_category_id": 16,
			"timeslots": "T",
			"sort_order": 1000,
			"volunteer_last_year_task_id": null,
			"volunteer_age_minimum": null,
			"volunteer_age_maximum": null,
			"volunteer_people_resources": [
				{
					"volunteer_people_resource_id": 1307,
					"min_people": 2,
					"max_people": 5,
					"start_ts": 1919678400,
					"end_ts": 1919685659
				}
			],
			"volunteer_custom_resources": []
		},
		{
			"volunteer_task_id": 1287,
			"volunteer_session_id": 37,
			"task_title": "Handing out water at station 1",
			"deleted": "F",
			"public_task": "T",
			"volunteer_category_id": 16,
			"timeslots": "T",
			"sort_order": 1001,
			"volunteer_last_year_task_id": null,
			"volunteer_age_minimum": null,
			"volunteer_age_maximum": null,
			"volunteer_people_resources": [
				{
					"volunteer_people_resource_id": 1308,
					"min_people": 2,
					"max_people": 5,
					"start_ts": 1919678400,
					"end_ts": 1919685659
				}
			],
			"volunteer_custom_resources": [
				{
					"volunteer_custom_resource_id": 38,
					"volunteer_custom_resource_name": "Water Cups",
					"min_resources": 800,
					"max_resources": 1000
				}
			]
		}
	]
}

URL

https://api.runsignup.com/rest/v2/volunteers/get-race-volunteer-tasks.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
include_resource_info GET F Should resource info be included? bool

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.