GET {version}/Donors?recognizedyear={recognizedyear}&excludesource={excludesource}&pageNumber={pageNumber}&pageSize={pageSize}&memberStatus={memberStatus}

This end point accepts the apiKey, GroupKey,receipt recognition years, and receipt source text to exclude and returns list of donors sample request: http://localhost:53822/v/Donors?recognizedyear=2011,2012,2009&excludesource=F91FD13D-6054-4A55-A9E0-360C212CB284,BAD8349E-37DE-4C2B-A403-B408B63F718A&pageNumber=1&pageSize=100 ApiKey and Group Key are passed in the authorization header

Request Information

URI Parameters

NameDescriptionTypeAdditional information
recognizedyear

string

Required

excludesource

string

Required

pageNumber

integer

Required

pageSize

integer

Required

memberStatus

string

Default value is

version

string

None.

Body Parameters

None.

Response Information

Resource Description

Json list of donors with following fields: Donor Name, Donor SourceId, Total Amount, and Year

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.