Organization
Aggregate Organization Statistics
You can easily get aggregate statistics about your organization, such as number of donors, number of donations, total amount of donations, etc.
GET /dashboard/count.xml
Response
Status: 200 OK
<hash>
<people type="integer">653</people>
<donations type="integer">2921</donations>
<total_donations type="Money">668884.86</total_donations>
<total_donations_this_month type="Money">0.00</total_donations_this_month>
<total_donations_this_fiscal_year type="Money">53197.13</total_donations_this_fiscal_year>
<total_donations_last_fiscal_year type="Money">197001.69</total_donations_last_fiscal_year>
</hash>
Show
GET /settings/organization.xml
Shows all the available attributes for the current organization.
Response
Status: 200 OK
Update
PUT /settings/organization.xml
Response
Status: 200 OK
<organization>
<id type="integer">10001</id>
<name>Demo International</name>
<addresses-count type="integer">1</addresses-count>
<auto-acknowledgement>Hello {{donor.name}},\n\nThanks for your donation of {{donation.describe}}!</auto-acknowledgement>
<auto-acknowledgement-email-address>ben@foobar.com</auto-acknowledgement-email-address>
<currency-id type="integer">1</currency-id>
<custom-css></custom-css>
<default-fund-id type="integer">10003</default-fund-id>
<donations-count type="integer">1305</donations-count>
<email-address>donortools-cake@mailinator.com</email-address>
<fiscal-year-starts-on type="date">0009-09-01</fiscal-year-starts-on>
<logo-content-type>image/png</logo-content-type>
<logo-file-name>header800x100.png</logo-file-name>
<logo-file-size type="integer">30941</logo-file-size>
<owner-id type="integer">10001</owner-id>
<personas-count type="integer">721</personas-count>
<phone-number></phone-number>
<phone-numbers-count type="integer">0</phone-numbers-count>
<profile>This is an example organization. \n\nDonor Tools is donor management software for nonprofits and churches. Donor Tools is simple, affordable, and online.</profile>
<quickbooks-account-name>Checking</quickbooks-account-name>
<source nil="true"></source>
<subdomain>demo</subdomain>
<tax-exempt type="boolean">true</tax-exempt>
<tax-exempt-message>This receipt is provided for your tax records. This was a cash gift. No goods or services were provided. Please make checks payable to South Pacific Christian Fellowship. </tax-exempt-message>
<tax-id-number></tax-id-number>
<twitter-username nil="true"></twitter-username>
<web-address nil="true"></web-address>
<addresses type="array">
<address>
<address-type-id type="integer" nil="true"></address-type-id>
<addressable-id type="integer">10001</addressable-id>
<addressable-type>Organization</addressable-type>
<city>Anytown</city>
<country>United States</country>
<id type="integer">12100</id>
<position type="integer">1</position>
<postal-code>78000</postal-code>
<state>TX</state>
<street-address>1234 5th St</street-address>
<time-zone></time-zone>
</address>
</addresses>
</organization>