API v2.9 Updates (November 2024)

This page lists the new endpoints added to API version 2.9 on November 16, 2024. View the API v2 reference page for documentation.

New

Endpoints added for Volunteers:

  • GET /volunteers

Endpoints added for Volunteer Groups:

  • GET/PUT/DELETE /groups/{id}
  • POST /groups
  • POST /groups/{id}/addVolunteers
  • GET /groups/{id}/volunteers
  • GET /groups/list
  • DELETE /groups/{id}/removeVolunteers

Endpoints added for Volunteer Opportunities:

  • GET/POST /opportunities
  • GET/PUT/PATCH/DELETE /opportunities/{id}
  • GET /opportunities/{id}/volunteers
  • POST /opportunities/{id}/addVolunteers
  • DELETE /opportunities/{id}/removeVolunteers

Endpoints added for Volunteer Roles:

  • POST /roles
  • GET /roles/list
  • GET/PUT/DELETE /roles/{id}
  • GET /roles/{id}/volunteers

Endpoints added for Volunteer Shifts:

  • GET/POST /opportunities/{opportunityId}/shifts
  • GET/PUT/PATCH/DELETE /opportunities/{opportunityId}/shifts/{shiftId}
  • GET /opportunities/{opportunityId}/shifts/{id}/volunteers
  • POST /opportunities/{opportunityId}/shifts/{id}/addVolunteers
  • DELETE /opportunities/{opportunityId}/shifts/{id}/removeVolunteers

Endpoints added for Volunteer Time Sheets:

  • GET/POST /timesheets
  • GET/PUT/PATCH/DELETE /timesheets/{id}