AdminGrigory Smyslov (Admin, Wild Apricot by Personify)
My feedback
4 results found
-
2 votes
An error occurred while saving the comment -
1 vote
An error occurred while saving the comment You can use the GET https://api.wildapricot.org/v2.2/accounts/{account_id}/contacts/{contact_id} for getting a contact/membership data, GET https://api.wildapricot.org/v2.2/accounts/{account_id}/eventregistrations?contactId={contact_id} for getting all event registrations, GET https://api.wildapricot.org/v2.2/accounts/{account_id}/invoices?contactId={contact_ID} for getting all invoices, GET https://api.wildapricot.org/v2.2/accounts/{account_id}/payments?contactId={contact_ID} for getting all payments, GET https://api.wildapricot.org/v2.2/accounts/{account_id}/refunds?contactId={contact_ID} for getting all refunds. There is no API for retrieving email statistics for the person at the moment.
See more information about available API endpoints here: https://app.swaggerhub.com/apis-docs/WildApricot/wild-apricot_public_api/7.24.0#/ -
6 votes
An error occurred while saving the comment Hello Mike, I understand it's been 2 years since the topic was created but maybe it will help someone who will ask the same question. You can edit an event by using PUT /accounts/{accountId}/events/{event id} request. Pass the "RegistrationEnabled": false in the JSON model in order to close the registration. See our API docs for more information: https://app.swaggerhub.com/apis-docs/WildApricot/wild-apricot_public_api/7.6.0#/Events/UpdateEvent
-
1 vote
An error occurred while saving the comment Hello! Thanks for your feedback! We'll fix this error in the next release (8.6.0)
Hello Paul,
We've added the possibility to add registrants to a waitlist in the 8.8 release.
Now you can set the OnWaitlist=true during adding the new registration for this case. The waitlist should be turned on in the event and/or ticket type settings.