Get Gifts for a Contact by Reference ID
GET {{baseUrl}}/api/Gift/ByReference/:referenceId?skip=<integer>&take=<integer>&excludeReferenceOriginatedGifts=<boolean>
HMAC Auth only.
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. | |
excludeReferenceOriginatedGifts | string | if set to true [exclude reference originated gifts]. |
RESPONSES
status: OK
{"list":[{"giftDesignations":[{"id":"\u003cinteger\u003e","projectId":"\u003cinteger\u003e","project":"\u003cstring\u003e","projectCode":"\u003cstring\u003e","externalAccountingCode":"\u003cstring\u003e","projectType":"\u003cstring\u003e","projectLocation":"\u003cstring\u003e","projectUrl":"\u003cstring\u003e","amountDesignated":"\u003cdouble\u003e","display":"\u003cstring\u003e"},{"id":"\u003cinteger\u003e","projectId":"\u003cinteger\u003e","project":"\u003cstring\u003e","projectCode":"\u003cstring\u003e","externalAccountingCode":"\u003cstring\u003e","projectType":"\u003cstring\u003e","projectLocation":"\u003cstring\u003e","projectUrl":"\u003cstring\u003e","amountDesignated":"\u003cdouble\u003e","display":"\u003cstring\u003e"}],"id":"\u003cinteger\u003e","contactId":"\u003cinteger\u003e","contactIndividualId":"\u003cinteger\u003e","giftType":"\u003cstring\u003e","giftDate":"\u003cstring\u003e","amount":"\u003cstring\u003e","segment":"\u003cstring\u003e","batch":"\u003cstring\u003e","giftUrl":"\u003cstring\u003e","culture":"\u003cstring\u003e","exchangeRate":"\u003cdouble\u003e"},{"giftDesignations":[{"id":"\u003cinteger\u003e","projectId":"\u003cinteger\u003e","project":"\u003cstring\u003e","projectCode":"\u003cstring\u003e","externalAccountingCode":"\u003cstring\u003e","projectType":"\u003cstring\u003e","projectLocation":"\u003cstring\u003e","projectUrl":"\u003cstring\u003e","amountDesignated":"\u003cdouble\u003e","display":"\u003cstring\u003e"},{"id":"\u003cinteger\u003e","projectId":"\u003cinteger\u003e","project":"\u003cstring\u003e","projectCode":"\u003cstring\u003e","externalAccountingCode":"\u003cstring\u003e","projectType":"\u003cstring\u003e","projectLocation":"\u003cstring\u003e","projectUrl":"\u003cstring\u003e","amountDesignated":"\u003cdouble\u003e","display":"\u003cstring\u003e"}],"id":"\u003cinteger\u003e","contactId":"\u003cinteger\u003e","contactIndividualId":"\u003cinteger\u003e","giftType":"\u003cstring\u003e","giftDate":"\u003cstring\u003e","amount":"\u003cstring\u003e","segment":"\u003cstring\u003e","batch":"\u003cstring\u003e","giftUrl":"\u003cstring\u003e","culture":"\u003cstring\u003e","exchangeRate":"\u003cdouble\u003e"}],"total":"\u003cinteger\u003e"}