Developers
Mostly about Wild Apricot API. Feel free to share examples of your code!
83 results found
-
User Permissions
I'm working with your API and I've noticed that individual members only have permission to make requests for their own contact information and the account information. I was wondering:
Is there a way to return the users ID who has logged in rather than the ID of our WA account?
How to we assign more permissions globally as we'd like our members to be able to view and register for events through an app we're building.
Thanks so much.
1 vote1. If you access API using contact’s credentials, then you can use /v2/accounts/XXX/contacts/me request to get current user’s information, including his ID.
2. There is no way to give more permissions to contacts/members. However, if you are building web application, which runs in trusted environment, you can make some API requests using API key rather than contact credentials. When you access API with API key, then you have full permissions to events and event registrations.
-
Please help with API version 1 to API version 2
I am part of a voluntary organization and we received an e-mail about updating to API version 2 and same changes that needed to be made. We are all in way over our head and I just took over the website management this week. I would appreciate any and all help.
We don't even know if we are using API. I will do anything I need to do but I really need help. Again, I am not paid this is for a completely voluntary organization.
Thanks,
Bradley Bearden
1 voteIf you know nothing about API, then most probably you don’t use it and can forget about that e-mail.
However if you, or someone of your collegues developed custom software to automate your work, then you should ask a developer to update this software.
-
Database update via API returns "State":"Waiting","InitialQuery"
I use a cron job to hit the API a few times a day, sometimes I get a blank result and this is what is returned:
Any idea why this happens ?? I am not requesting the API every second. It is literally twice a day ??
{"ResultId":XXX"","ResultUrl":"https:\/\/api.wildapricot.org\/v1\/accounts\XXX\/Contacts\/?resultId=XXX","Requested":"2015-07-26T22:56:05.057","State":"Waiting","InitialQuery":{"ObjectType":"Contact","FilterExpression":null,"SelectExpression":null}}
1 voteSample code provided.
-
/EventRegistrations URL currently returnning 500 if registration fields contain trailing spaces
calls to:
are currently returning 500 (server error). This URL worked on Thursday.
1 voteWe failed to reproduce this problem, so I mark the problem as resolved. Feel free to reopen if you encounter the problem again.
-
Single Sign On server error
Trying to implement SSO, but just getting 'an error has ocurred'
The redirect_uri has been added to the whitelist, and the error telling me to contact myself isn't helping much :)
2 votesThe request should contain following query string parameters:
required: client_id, redirect_uri, scope, response_type, claimed_account_id
optional: state. -
API V2 "invalid_scope" error
Multiple attempts at setting the "scope" param (contactsview, eventsview, contacts, etc) all return the same error:
{"error":"invalidscope","errordescription":"Scope 'eventsview\n' is not available for current client.","erroruri":null}My client was created with "read only" access. Shouldn't this work?
1 voteThe reason was a new line character in scope value.
-
API changes in 5.4 (action may be required before July 6th)
In Version 5.4, which was just released on June 15th, Wild Apricot has made changes to the authentication process https://help.wildapricot.com/display/DOC/API+V2+authentication for its API. We have moved from account-based authentication to the more secure application-based authorization. Instead of generating a single API key that provides complete access to your entire Wild Apricot account, you authorize individual applications, each of which are assigned separate credentials. If you've previously generated an API key for your account – prior to the 5.4 release – it will automatically be converted to an authorized application called Legacy API key.
If you are currently using an API…0 votes -
Creating Bundles with API
All was going very well with the API V2 until I wanted to set up Bundles with the membership. I can create contacts and assign a membership level. But when I try to assign a create a Bundle Administrator or Bundle Member, nothing seems to take. The API says only a Bundle ID and NOT an email address like the Import can use. To automate this process, I don't/can't use the Import process.
Has anyone been successful in using the API to create a Bundle? (Administrator and/or Member)
Any help is greatly appreciated. Our trial is almost over and this…
2 votesNow it is possible.
Step by step:
1. Create bundle admin
2. As a result of POST operation you will get a json of new contact.
So find a record in FieldValues with “FieldName”: “Bundle ID” and take “Value” from that record.
3. Create a bundle member
4. Check we have a bundle and it contains members we expectHere is a complete description with requests you should send: https://gist.github.com/DmitriySmirnov/8b29429d75e9b66eef9c88d4a647a3e8
-
API V2 help creating or updating fields
I am evaluating Wild Apricot for a small non-profit. We are all volunteers who will be administering it, so I am investigating using the API to automate our workflow due to the fact that WA does not create a Contact for Guest registrations.
My question is related to the Create Contact or Update Contact operations. I can create a contact with the FirstName, LastName and Email fields and I can update those fields. However, I have been unsuccessful adding or creating additional fields, even the Phone built in field.
Can anyone help by sending me an example of the syntax…
1 vote -
API V2 authentication and sample routines in Python
Hi,
I'm trying to integrate my Wild Apricot database into a standing Python program. If somebody has already written the V2 API authentication and some routines in Python, can they share so I can leverage?
Thanks in advance.
0 votesSample python code on github: https://github.com/WildApricot/ApiSamples/tree/master/python
-
API call to create (POST) invoices
I would like to be able to create (POST) invoices via API.
This feature would help us when when we need to generate invoices for a many members. That payments can already be created via API is useful. The feature for Invoices that I am requesting would seem to complement the existing feature for Payments.
9 votesWe added this feature in 5.9 release
https://help.wildapricot.com/display/DOC/Invoices+API+V2+call -
API: Get list of contacts by saved search
Wanting to get some feedback if I am doing this correctly or there is a better way!
Goal: I have 13 SavedSearches and I want to create 13 separate Google SS (using Google Script) with the details of members (some custom fields I have created as well) returned by each SavedSearch.
Step 1: I use the api SavedSearch request to return the contactIds.
Step 2: Iterate through the returned list and make an api call to contacts using the contactId.
Here is the problem I am encountering. The limit on individual contact calls is 60 / minute. All my searches…
0 votesThe solution is to call
GET …/contacts?$filter=id in [1,2,34,85,…….] and instead of numbers add the ids you received from saved search call results (it returns them too). -
Contacts API v2 $select doesn't provide MembershipLevel
I found that when using $select on the contacts API call in V2, the MembershipLevel field is not available. It is available however if all fields are returned by not using $select
Is this by design, or an oversight?
I am using the sample PHP code.
0 votes -
Getting Support for the WA V2 API?
Hi - looking through recent posts in the forum regarding usage of the WA API V2 I get the impression that the API is basically unsupported by WA. e.g. two API issues I posted some days ago remain unanswered and a recent API V2 question from another user (GeePawHill) also remains without any replies.
So a basic question - do WA staff support the API through this forum? If not can anyone at WA advise what other avenues are available in order to get support for the API? e.g. should we be submitting API issues via the support channel? (email)…
0 votesThe Developers forum is a place where WA developers or other users can help you with API. We try to help you with API issues as much as possible, however the support does not include debugging code of client applications.
-
API - HTTP POST Error 500, an internal error has occured
Hi - I've spent hours trying to figure why the POST below (in Swift) fails. Status code is HTTP 500 which according to the doc means "Wild Apricot's server has encountered an error and cannot fulfill the request." API Key and authentication are all good since GET requests to the same API work fine.
The event is very simple defined to have only fields first and last name and email. The event is public. I've triple checked all the Id's - event, contact, reg type id etc.
Any ideas much appreciated..
Thanks
DavidPost URL is https://api.wildapricot.org/v2/accounts/{acctid}/EventRegistrations/
Post Body is…
0 votes -
Authenticating a Member or Contact (with iOS app)
Hi - I am writing a custom iOS app using the WA API and a requirement is that members sign into the mobile app with the same credentials that they use to access the WA site via a browser (i.e. email, password)
The "contacts" API returns the user's email but not the password (which would clearly be a security issue). So the iOS app cannot verify the members credentials itself.
Is there an API that the iOS app can call to verify the members password? If not, do you have any other suggestions on how this type of member sign…
0 votesLatest version of oAuth service allows to authenticate any contact from your contact database. Please follow the instructions here http://help.wildapricot.com/display/DOC/API+V2+authentication#APIV2authentication-UsingWildApricotusercredentials and use scope=auto.
-
Add extended Event API - add events, edit details, etc.
Hi - there is an API for listing events. However there appears to be no API to create a new event and yet this seems like it would be a relatively frequent request for a mobile client.
Am I missing it in the doc or is there no such event. If not - any plans to add such an API in the future? In the interim any suggestions for how a mobile app (native) could add an event?
Thanks
David
9 votesWe added event management via API in 5.9 release
https://help.wildapricot.com/display/DOC/Events+API+V2+call -
API V2 authorization "invalid_client" error
Hi, I'm trying to do v2 authorization (from Java), and getting an invalid client error.
My setup reads (edited for brevity):
HttpPost post = new HttpPost(AUTH_URL+"/auth/token");
post.addHeader("Content-Type","application/x-www-form-urlencoded");
post.addHeader("Authentication","Basic "+Base64.encodeBase64String("APIKEY:"+API_KEY));
List <NameValuePair> nvps = new ArrayList <NameValuePair>();
nvps.add(new BasicNameValuePair("granttype", "clientcredentials"));
nvps.add(new BasicNameValuePair("scope", "account"));
post.setEntity(new UrlEncodedFormEntity(nvps));This seems a perfect mirror of the php and c# samples, but in return, I'm getting the remarkably useful:{"error":"invalidclient","errordescription":null,"error_uri":null} Any ideas?Thanks,GeePawHill
0 votesThe problem was caused by invalid header name.
-
API PUT produces unexpected result
As part of our first operational use of the API, I need to update two fields dynamically. For trials, I am using php cUrl, modeled on your sample application. I have no problems with GET, but PUT leaves me baffled.
Each time I run the script, the target fields are not changed - but the membership of the target contact goes from "active" to "membership not allocated".
Clearly my code is doing this: but how/why? Can anyone give me a clue as to what is happening?
Also, my debugging script shows a result JSON containing all the target contact's data.…
0 votesFixed in v5.1.5
-
API Help
I’ve been following your API v2 guides and snagged the PHP sample listed here:
https://github.com/WildApricot/ApiSamples/blob/master/PHP/sampleApplication.php
I was able to properly implement the getAccountDetails function and I created a getContactIdFromEmail function that tweaked the getContactsList function to filter on an email address.
Now I’m trying to update the FirstName of the Contact that I received. Here’s the code:
function updatePasswordByContactId($contactId, $email)
{
global $waApiClient;
global $accountUrl;
$url = $accountUrl . "/Contacts/Contact/{$contactId}";
$data = array("FirstName" => "Chaz2");
$result = $waApiClient->makeRequest($url, "PUT", $data);
return true;
}
I analyzed the CURL parameters to see that it is calling the URL:
https://api.wildapricot.org/v2/Accounts/73659/Contacts/Contact/25710546 ALIDCONTACTID
…
0 votesThe help has been updated.
- Don't see your idea?