Developers
Mostly about Wild Apricot API. Feel free to share examples of your code!
2 results found
-
file attachment API
Now that WA can save file attachments, can we get an API, similar to /photos that can retrieve the attachment by Id?
8 votesWe already started working on it.
-
Event registration types created via API cannot be edited in the web interface
It is no longer possible to edit an event registration type in the web UI if it was created via an API call. Attempting to load these registration types causes Uncaught Error: Invalid cancellationBehavior to be thrown in the console and the page spins forever without loading.
Unfortunately due to the asinine piecemeal implementation of the API it is only possible to set this field through the web interface. See the issue? Yet another reason why you should use your own dang API; you could catch these issues before they break your customers' workflow and piss them off.
Console log…
1 voteAn ability to setup cancellation options will be added to the API in the next release – approximately at the end of the month. It’ll fix this issue also.
Currently, we fixed all broken registration types (the cancellation option was set to “not allow”) but unfortunately new ones will be created with the same problem for now.
- Don't see your idea?