Volunteering-Volunteer

Number of APIs: 7

  1. Get Query Options GET {{baseUrl}}/api/Volunteer/QueryOptions

  2. Delete a Volunteer DELETE {{baseUrl}}/api/VolunteerOpportunity/:volunteerOpportunityId/Volunteers/:volunteerId

  3. Get Volunteers for a Volunteer Opportunity GET {{baseUrl}}/api/VolunteerOpportunity/:volunteerOpportunityId/Volunteers?skip=<integer>&take=<integer>

  4. Get Volunteer GET {{baseUrl}}/api/VolunteerOpportunity/:volunteerOpportunityId/Volunteers/:volunteerId

  5. Search for Volunteers GET {{baseUrl}}/api/Volunteer/Search?volunteerOpportunityId=<integer>&volunteerId=<integer>&contactId=<integer>&contactIndividualId=<integer>&emailAddress=<string>&skip=<integer>&take=<integer>

  6. Query Volunteers POST {{baseUrl}}/api/Volunteer/Query

  7. Create a Volunteer POST {{baseUrl}}/api/VolunteerOpportunity/:volunteerOpportunityId/Volunteers