Developers
Mostly about Wild Apricot API. Feel free to share examples of your code!
203 results found
-
Recreate the Members report via API?
I looked all thru the API reference on swagger and the most likely place this data is being pulled is the the auditlog. I want to grab the member levels at the end of each month of a given date range. Is this possible via the API? Thanks!!
1 vote -
API for Event Registration: option to automatically "Confirm without Invoice" instead of clicking a button in Web UI
Hi, when I use the API to automatically create an event registration, it produces a "Confirm without Invoice" button for administrators. I'm looking for the API equivalent of this button.
I would expect this to be an option for the "https://api.wildapricot.org/v2/accounts/<id>/EventRegistrations/" POST request, but it doesn't seem to be. It seems like at least one other person on this forum requested this (in a comment so I can't vote for it) as well.
Thanks
1 vote -
TIPS on setting up a custom domain on your WA account:
TIPS on setting up a custom domain on your WA account:
1- Set DNS records first [make sure to include CAA record]
if you can toggle TTL to a low number, do so.
2- Add a custom domain to your WA account [Make sure the SSL install checkbox is checked]
you will need to add both www and non-www domain names
4- Click the [check] box next to the newly added custom name
5- Correct any errors [Note the tricky one being combining multiple spf record entries into 1]
6- If you are not able to see the SSL install,…1 vote -
How to integrate between custom Front-end Signup along with Payment API?
We would like to create our custom front-end for signing up a new membership using API. With that, we would like to have a payment directly from user as well as part of membership.
- For now, we already done integrating signup to Apricot membership using automation tools. But, we cannot receive a payment from new user directly unless we sending user an email for payment
- Using Js directly to the our custom fe also blocked by CORS. We do not need authentication header too since it will use for signing up new membership.
Any guidance, advice, and help are much…
1 vote -
Import records into forum gadget
How can we import records into a forum gadget? This is important to create a forum that has history of data from a previous platform or from other tables. It needs to include columns for the time-stamp and the user ID "creating" each record.
1 vote -
How to Change registrant visibility when moving from waitlist to registrants
There is way to change the default with JavaScript. I found the HTML of the checkbox with the Google "View page source" function, then created a content row in the "Event Details" system page and added the following code (see comment) to the created content HTML. The next time a user joins a wait list the default will be set to show visibility,
1 vote -
Invoice Update (Put) fails
The Invoice update ("Put") API call fails if the Invoice has already been Paid.
https://api.wildapricot.org/v2.2/accounts/{accountId}/invoices/{invoiceID}
The call fails with "Invalid paid amount." I tried to change "IsPaid" to "False" and the "PaidAmount" to "0.0" to resolve the error, but the API call still fails with the same message.
I tried to remove the "settlement" of the payment against the invoice using the following API call:
https://api.wildapricot.org/v2.2/accounts/{accountId}/payments/{paymentId}/UnallocateFromPaymentThis successfully removed the Invoice from the list of settlements, however the invoice itself still shows as "Paid" and I am still unable to change it. Additionally, because the invoice is still marked as…
1 vote -
API Timeout
Hi, I have a script that fetches the contactId for each person in the database and then gets the details of each person. The rate limit for the "contact by identifier" is 120 per minute. I seem to be getting some time out errors every now and then. I am wondering if this is due to the rate limit. I have the request set for 2 requests per second. Sometimes after 600 records or so it starts to timeout. My script is set up to retry the ID after 5 seconds. It will go through a max of 3 retries…
2 votes -
How use / encode $filter in a curl call
How do you encode a $filter query param in a curl call, e.g. 'First name' eq 'John'
curl "https://api.wildapricot.org/v2.2/accounts/{accountId}/contacts?$async=false&$filter='First name' eq 'John'" \
-H "Authorization: Bearer {token}"I tried several ways of encoding, including URLEncode, but I keep getting:
---->>>> curl: (3) URL rejected: Malformed input to a URL function
1 vote -
archive
Does anyone know how to catch when a contact is archived? I'm using make.com (previously integromat) and it doesn't seem that archiving a contact is triggering modifying a contact...
1 vote -
Javascript API - Basic Introductory Example? I can't get any examples to work
Can anyone on this forum that has got the javascript (ajax) API to work on a WA page give me a simple working example? Of anything.
The https://gethelp.wildapricot.com/en/articles/1705-working-with-api-from-javascript does not work (its clearly missing a lot of guidance)
I've tried Dmitry's examples and they do not work for me.
I've tried both my Account ID and an app api key in all examples.I do get the excel spreadsheet example to work.
Any assistance would be greatly appreciated!
1 vote -
get all data
I need to be able to export all of a persons data via the API. For example all of the typical fields related to the person including custom fields. Also, events they attended with all of the available information for the event for that person. Also, if emails were sent to that person, if they were opened, clicked, etc. I want an entire snapshot of all of the data for each person in Wild Apricot. Is there a way to get this information via the API?
1 vote -
Action Required: It’s time to revisit your Privacy Policy and Terms of Service
One of my customers received this quasi-spam email subject line, "Action Required: It’s time to revisit your Privacy Policy and Terms of Service" what kind of bullhockey is this? An ad to buy Termly's package to update the language for the checkout page? What's this. Do you find it as nefarious as I do?
1 vote -
Contacts API filter by FieldValues
I want to be able to retrieve contacts based on the value of a custom contact field.
I have been testing using the Swagger interface.
The following filters return errors:
Filter: member eq true and 'testfield' eq '12345'
Filter: member eq true and testfield eq '12345'
Error: Operator Equal is not supported for attribute testfieldFilter: member eq true and substringof('testfield', '12345')
Error: Operator Like is not supported for attribute testfieldThe 'testfield' attribute seems to be valid, however the filters are not supported.
I could load all the contacts and filter them but isn't that wasting WA resources?Any…
2 votes -
eventregistrations api returning incorrect Name
When a member registers for an event they are prompted for their name and email. If they enter a different name than the name assigned to their member/contact info, then the event registration displays the different name that was entered. This seems proper, but when we perform an API request for the event registration info (via /eventregistrations/erid#) it properly returns both of the "RegistrationFields"->name and email, and the "Contact"->ID,
BUT, the "Contact"->Name is returned is the same modified name as "RegistrationFields"->nameShould this not be returning the Contact's saved name, not the event registration name?
We have browsed the entire…
1 vote -
1 vote
-
member API examples or tutorial
Question: I'm looking for an example of using the member API in a wild apricot site page
Background: I'm hoping to provide a page listing registrants of an event. I believe I could use the member api, specifically "/accounts/{accountId}/EventAttendees" I've looked at the sample code ( https://gethelp.wildapricot.com/en/articles/485-sample-api-applications ) but it appears these are all written with the Admin API.
1 vote -
Working email script - now my page is uneditable
I’m sure this is just a weird coincidence — Twice now I have developed a script that uses JS and Make integration to allow members to email members of specific groups without the need for admin access. This is the second time that I’ve built the prototype and after successful testing, left it alone …. Just to come back to see that I can no longer edit the page.
1) Is WA working on this capability?
2) Does WA flag and disable scripts? If so, why?
3) What would cause a working page to become uneditable?1 vote -
SSO integration WA to a 3rd party
We are trying to connect an SSO through Azure SAML-based Sign-on to a vendor and control access to that 3rd party using our WA membership. We have the 3rdparty setup in Azure and wonder how e can connect the two through an API
Has anyone connected anything like this?
1 vote -
Retrieve registrant AND guest data with single API call?
I'm using the GET /accounts/{accountId}/eventregistrations API to retrieve the list of registrants. I also have a large number of guests. The only way to retrieve detailed guest info is to make individual calls to the registrant API, find whether they have any guests then make individual calls for each guest.
Is there any way to use a single API call to retrieve all registrant and guest info in one call, to speed things up and make fewer calls, maybe using $filter? Based on the SWAGGER API reference it doesn't seem possible, but doesn't hurt to ask.
2 votes
- Don't see your idea?