Search for Volunteers
GET {{baseUrl}}/api/Volunteer/Search?volunteerOpportunityId=<integer>&volunteerId=<integer>&contactId=<integer>&contactIndividualId=<integer>&emailAddress=<string>&skip=<integer>&take=<integer>
Available starting 3/29/2022
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
volunteerOpportunityId | string | The volunteer opportunity identifier. | |
volunteerId | string | The volunteer identifier. | |
contactId | string | The contact identifier. | |
contactIndividualId | string | The contact individual identifier. | |
emailAddress | string | The email address of the volunteer. | |
skip | string | The number of records to skip. Default = 0. | |
take | string | The number of records to take. Default = 10. |
RESPONSES
status: OK
{"list":[{"id":0,"volunteerUrl":"string","createDateTimeUtc":"dateTime","createdByUser":"string","modifiedDateTimeUtc":"dateTime","modifiedByUser":"string","contactId":0,"contactIndividualId":0,"contactUrl":"string","displayName":"string","firstName":"string","avatarUrl":"string","primaryPhone":"string","primaryEmail":"string","totalHours":0,"timesVolunteered":0,"volunteerAttendanceUrl":"string","volunteerOpportunityId":0,"volunteerOpportunityUrl":"string"}],"total":0}