AdminVassily Kholopov
(Admin, Wild Apricot by Personify)
My feedback
3 results found
-
1 vote
An error occurred while saving the comment -
1 vote
An error occurred while saving the comment Remove please "application/pdf;base64," from Data field
-
1 vote
An error occurred while saving the comment Hello!
the correct date format should include time zone offset.
try to use
"StartDate": "2022-10-15 AM -6:00",
Hello! Member API allows own profile editing via PUT: /accounts/{accountId}/contacts/me
And latest API Swagger versions are:
https://app.swaggerhub.com/apis-docs/WildApricot/wild-apricot_api_for_non_administrative_access/9.1.0
and https://app.swaggerhub.com/apis-docs/WildApricot/wild-apricot_public_api/9.1.0-oas3
The main difference between these two is security side. For instance Admin API provides full Contact information, including values hidden by privacy settings. So, if you are going to provide this information to Members then you have to implement your own security filter.
And yes, there are functional differences between APIs. Some functions were implemented only in one because of Mobile Application needs.