Get Donations

Return a specific donation object.

https://app.mojotxt.com/api/v1/{phone_number}/donations/get/{DonationID or Keyword}

Example Request:

GET https://app.mojotxt.com/api/v1/+16146827117/donations/get/103

Example Result:

{
"result": "success",
"timestamp": 1445808478,
"request": {
"phone": "+16146827117",
"object": "donations",
"verb": "get",
"id": "103"
},
"record_count": 1,
"records": [
{
"DonationID": 103,
"ThankYou": "Thank you for your donation!",
"FundName": "Building Fund",
"DefaultAmount": null,
"RecurringScheduleID": 0,
"CCBFund": null,
"AmountRequestMessage": null,
"Keyword": "building",
"TotalAmountDonated": 0.00,
"TotalDonations": 0,
"LastDonationTime": 0
}
]
}