Developers
Mostly about Wild Apricot API. Feel free to share examples of your code!
206 results found
-
v2.1 getEventDetails returns 404 for existing events
I have a list of event IDs that I need to verify still exist in WildApricot. For some of them, the call to /accounts/{accountId}/events/{eventId} returns a 404, even though I can search and find them in the admin UI (Events > Event List). I am not passing any filters to the API call.
Any ideas why the API returns a 404?
1 vote -
$filter contacts by MembershipLevel
How do I $filter contacts by MembershipLevel using the v2 API?
1 voteDmitry Smirnov respondedHere is a sample request to get all contacts of specific membership level:
https://gist.github.com/DmitriySmirnov/94693fe953f24638913e8d0636d983ad
Don’t forget to encode spaces and replace {ACCOUNT_ID} and {LEVEL_ID} with your values.
-
1 vote
-
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 -
Redirect top menu item to a system page
I want a Top Menu Item called 'Member Login' to redirect to the 'Authorization Required' system page.
How do I do this?
1 vote -
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 -
Database format of guest that attend event based on sign in list so it can be entered in PC file
Hand write data retrieved after community event is over for guest that attended and signed in and contact info so it can be electronically processed in organizations data entry
1 vote -
I am redirecting one page to another website. How do I make this open a new window?
I am redirecting one page to another website. How do I make this open a new window rather than leave the member site?
1 vote -
How can I do a multiple language mobile friendly wildapricot website? (3 different menu bar needed)
How can I do a multiple language mobile friendly wildapricot website? (3 different menu bar needed)
-menu widget(all pages are shown, not workable)
-3 content widget for 3 different lang (not mobile friendly)1 vote -
Video Content for paying members
I am going to post videos of our meetings on our website. I want to restrict access to those videos to only paid members.
The videos will be 1 hour in length so they will be large.
I am willing to pay for a third party service and do some one time development, but i want the process of uploading a new video to be something that a non-technical (yet competent) user can do. I want to restrict the video to paying members (we will have non-paying members as well).
1 vote -
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 -
Exit options for the email wizard
It seems the only way to exit the email wizard after sending an email successfully is to click on the one link available to the email log. Alternatively, I wanted to get back to what I was doing, communicating with a member and updating his record.
I suggest you look into exit options for the email wizard.
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 -
Google Indexing
So google says it is moving [rapidly I'd say] to mobi-first idenxing. What does it mean? Well, for starter it sounds like the indexing will happen first for ALL sites on a mobile algorithm, and if you are or are not mobi ready... then the fun begins:
Read more here...
http://nicasiodesign.com/wordpress/google-says-its-time-for-mobile-first-indexing/1 vote -
New APP Is Live
We are glad to share that the Nicasio APP, which allows members to access/edit/pay/register/etc... has been approved by GooglePlay for our first APP Client:
https://play.google.com/store/apps/details?id=com.nicasiodesign.cdk
Let us know if you also want an APP for your organization.
1 vote -
Google search
Funny thing happens when you Google "Best Wild Apricot" See below...
But for the rest of us in need of options for WA themes, and development - there is always the Partner Directory!
http://www.wildapricot.com/partners1 vote -
Launch Checklist
1- First thing you need to secure is access to is your domain’s DNS settings or Zone Files. If you run a query at say DNS STUFF.Com – you can find out where your DNS is hosted: dnsstuff.com
Notice that in the Parent section our public Name Servers listed as follows:
emily.ns.cloudflare.com. | 173.245.58.155
buck.ns.cloudflare.com. | 173.245.59.78So for our website CloudFlare.Com is where we host our DNS.
2- Next, go to the Wild Apricot custom domain setup article < Click Here >
Once in your DNS Zone Files, you will need to edit the following files:
A) CNAME
Name:…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 respondedFiltering 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.
- Don't see your idea?