Developers
Mostly about Wild Apricot API. Feel free to share examples of your code!
94 results found
-
Integration to Reservation System
Researching member management systems,Have/Can you integrate with Reservation System? We use RezExpertCentral Application. Member have to be active in order to make a reservation. Can your Admin API be used for that validation?
1 vote -
Stripe Connect
Hi there,
We understand that Wild Apricot by default allows adding only 1 Stripe/Paypal account in payment settings.
However we are trying to customize. We want to use Stripe Connect i.e. our Stripe account will have 5 bank accounts added inside it.
When a user selects 1 of the 5 "Donation Types" from dropdown in donation form, we want to direct the funds to that donation types bank account inside our Stripe account.We have a custom php code to achieve this. However how can we use that php code or any other customization you recommend to achieve this functionality…
1 vote -
How to drive the saggerhub api
Hi. It appears that I should be able to use swaggerhub to pull data from my WA database with the API, but I can't figure out how to do this because the code in the code window of swagger is 'read only'. I can see that I have to change it so that it points to my WA site, and although I have an option to enter API key to authenticate, there seems no way to change the site. Help appreciated
1 voteI have to admit, authorization with login/password through swaggerhub stopped working. Authorization with API key (2-nd in a list) still works.
I can recommend to use one of these options:
1 POSTMAN – is a great tool to work with API. It is possible to import swagger description.2 Use our test tool at API browser. It is a web application located at https://api.wildapricot.org/ui/home/requestoauthtoken
-
Provide a working example using XML and Access 2016
I am converting an existing (working) application based on the excel example provided by Wild Apricot to work with Access instead of Excel. All I need from the API is to download a list of members. I've found that the Excel code does not work with Access. I've found many workarounds on various VBA boards, but I'm stymied at the final step of actually downloading the XML for the membership roster.
These three lines of code from the LoadContacts sub are the problem. The dim statement does not compile in Access. The error is that the 'user defined type is…
1 vote -
Event registration types created via API cannot be edited in the web interface
It is no longer possible to edit an event registration type in the web UI if it was created via an API call. Attempting to load these registration types causes Uncaught Error: Invalid cancellationBehavior to be thrown in the console and the page spins forever without loading.
Unfortunately due to the asinine piecemeal implementation of the API it is only possible to set this field through the web interface. See the issue? Yet another reason why you should use your own dang API; you could catch these issues before they break your customers' workflow and piss them off.
Console log…
1 voteAn ability to setup cancellation options will be added to the API in the next release – approximately at the end of the month. It’ll fix this issue also.
Currently, we fixed all broken registration types (the cancellation option was set to “not allow”) but unfortunately new ones will be created with the same problem for now.
-
How can I sync WA API and Azure Active Directory?
We are looking at using WA with Office 365 to collaborate with our members. Office 365 uses the Azure AD environment which accepts most setups. My question is how we could export WA member data to Azure AD as 'B2B external partners' or, better yet, native AD accounts.
1 vote -
How can I get new member signup information?
I need to get new member details into Drip.co. How do I go about doing that?
1 vote -
“AccessLevel” filter for events
Creating a separate request based on a comment in another one: "Please also add the “AccessLevel” filter for events"
1 vote -
Filtering Account Administrators
How can I return a list of just account administrators?
Using the API Browser, I tried both
$filter=IsAccountAdministrator eq true
and
$filter="Administrator role.Id" eq 256
both return this cryptic error:
ErrorDetails: "One or more errors occurred."
1 voteTeam Mobile responded
Filtering of account admihnistrators is not supported yet. If you are not sure that filtering for some field is supported, then you can look at contact field description. ‘Administrator role’ field has flag “SupportSearch”: false. That’s why filtering fails.
We will implement such filtering in one of future updates.
-
Facebook at Work will be released soon and provides API access to manage login credentials. Is there any way to automate this process?
Facebook at Work will be released soon and provides API access to manage login credentials. Is there any way to automate this process?
https://developers.facebook.com/docs/facebook-at-work/provisioning/overview
1 voteDmitry Smirnov responded
Could you please elaborate what kind of automation you would like to see?
-
Sample Excel File for API Connect to WA Make Available for Excel for MAC [14851]
It seems that the Sample Excel file for importing data from Wild Apricot was developed in Excel for WIndows. The Import Data macro does not compile because of a Missing:Microsoft XML,v3.0 reference. This XML object is only available in Excel for Windows.
Wild Apricot states that it will not be supporting this Excel file at all. That leaves out all MAC users.
I have not been able to find any suggestions on line on how to run this Macro or replace the XML object.
1 voteTeam Mobile responded
The Excel file is just an example of API usage and anyone is free to take it and change in a way you want it to be.
-
Extend functionality of sample Excel file
I will start this post off by saying that I am not a designer or coder, and that will probably be evident by my questions!
I love the new contact record API and using the supplied Excel file I was able to pull our membership database.
My question is this: Is it possible to set up the file to pull just members from a specific region or state and not the entire pool of members? The file for the full membership was around 6mb and took several minutes to run. I'd like to be able to narrow the query so…
1 voteTeam Mobile responded
The Excel file is just an example of API usage and anyone is free to take it and change in a way you want it to be.
-
Member Directory Not Updating
So, the member directory is no longer updating:
https://www.biawc.com/membership/member-directory/
I found what the original developer scripted but I'm guessing there is a new version of the API. Can anyone assist me in rewriting the script to get the member directory to update?
Thanks!
0 votes -
VBA example of doing updates via API v2
Does anyone have an example of doing updates via the new API version 2 in VBA? I was successfully able to make the PHP code work, but now want to do updates from an Access database.
0 votes
- Don't see your idea?