Get Volunteers for a Volunteer Opportunity
GET {{baseUrl}}/api/VolunteerOpportunity/:volunteerOpportunityId/Volunteers?skip=<integer>&take=<integer>
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
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":"\u003cinteger\u003e","volunteerUrl":"\u003cstring\u003e","createDateTimeUtc":"\u003cdateTime\u003e","createdByUser":"\u003cstring\u003e","modifiedDateTimeUtc":"\u003cdateTime\u003e","modifiedByUser":"\u003cstring\u003e","contactId":"\u003cinteger\u003e","contactUrl":"\u003cstring\u003e","displayName":"\u003cstring\u003e","firstName":"\u003cstring\u003e","avatarUrl":"\u003cstring\u003e","primaryPhone":"\u003cstring\u003e","primaryEmail":"\u003cstring\u003e","totalHours":"\u003cdouble\u003e","timesVolunteered":"\u003cinteger\u003e","volunteerAttendanceUrl":"\u003cstring\u003e","volunteerOpportunityId":"\u003cinteger\u003e","volunteerOpportunityUrl":"\u003cstring\u003e"},{"id":"\u003cinteger\u003e","volunteerUrl":"\u003cstring\u003e","createDateTimeUtc":"\u003cdateTime\u003e","createdByUser":"\u003cstring\u003e","modifiedDateTimeUtc":"\u003cdateTime\u003e","modifiedByUser":"\u003cstring\u003e","contactId":"\u003cinteger\u003e","contactUrl":"\u003cstring\u003e","displayName":"\u003cstring\u003e","firstName":"\u003cstring\u003e","avatarUrl":"\u003cstring\u003e","primaryPhone":"\u003cstring\u003e","primaryEmail":"\u003cstring\u003e","totalHours":"\u003cdouble\u003e","timesVolunteered":"\u003cinteger\u003e","volunteerAttendanceUrl":"\u003cstring\u003e","volunteerOpportunityId":"\u003cinteger\u003e","volunteerOpportunityUrl":"\u003cstring\u003e"}],"total":"\u003cinteger\u003e"}