Acquire list of Donation Form titles and IDs (and their parent Campaign titles and IDs)?

Options
Is there a report I can run which will return a list of donation forms (and, optionally, but preferentially, the forms' parent campaign) based on some search criteria?  I did not find anything in Reports Classic or Report Writer that seemed appropriate, and the reports in the Donation Management module exclude any forms that have no donations (such as for events pending publication).
Tagged:

Comments

  • You can use Luminate WebServices:

    1. First enable the Web Services and white-list your IP.

    2. Create API Administrative Account from Open API Configuration tab.

    3. Open the console as explained here.

    4. Login with the admin account you have created then go to "query" tab and execute the following query -> Select * from DonationForm
  • Romany Nassief:

    You can use Luminate WebServices:

    1. First enable the Web Services and white-list your IP.

    2. Create API Administrative Account from Open API Configuration tab.

    3. Open the console as explained here.

    4. Login with the admin account you have created then go to "query" tab and execute the following query -> Select * from DonationForm

    Thanks -- I haven't had much occasion yet to tool around with the Web Services tools.  I wound up using PhantomJS to crawl the site and gather that info for me, but I'll have to check this out!

Categories