Donation is a JSON Structure definition published by WildApricot, describing 13 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/wildapricot/refs/heads/main/json-structure/wildapricot-donation-structure.json",
"description": "Donation schema from WildApricot Admin API",
"type": "object",
"properties": {
"Contact": {
"allOf": [
{
"$ref": "#/components/schemas/LinkedResource"
},
{
"description": "Link to contact who is assigned to the donation."
}
]
},
"Payment": {
"allOf": [
{
"$ref": "#/components/schemas/LinkedResource"
},
{
"description": "Link to payment assigned to the donation."
}
]
},
"DonationDate": {
"type": "date",
"description": "Donation date."
},
"FirstName": {
"type": "string",
"description": "First name of the donor."
},
"LastName": {
"type": "string",
"description": "Last name of the donor."
},
"Email": {
"type": "string",
"description": "Email of the donor."
},
"Organization": {
"type": "string",
"description": "Organization of the donor."
},
"Phone": {
"type": "string",
"description": "Phone of the donor."
},
"Comment": {
"type": "string",
"description": "Internal note on donation. Visible to administrators only."
},
"PublicComment": {
"type": "string",
"description": "Comment on donation. Visible to both administrators and donors."
},
"Value": {
"type": "float",
"description": "Donation amount."
},
"Type": {
"$ref": "#/components/schemas/DonationType"
},
"FieldValues": {
"type": "array",
"description": "For each custom field you have added to your Wild Apricot database, the name of the field, its system code, and its value for this donation are returned. The system code is a unique field identifier that can be used instead of the field name to identify the field. As well, a number of system fields are returned.",
"items": {
"$ref": "#/components/schemas/FieldValue"
}
}
},
"name": "Donation"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.