Tim Daniel
My feedback
10 results found
-
2 votes
An error occurred while saving the comment Tim Daniel supported this idea ·
-
32 votes
Tim Daniel supported this idea ·
-
5 votes
Tim Daniel supported this idea ·
-
89 votes
Hello!
We’re glad to share that the first two system push notifications are now live in the Member App on both iOS and Android. Members will now receive updates when:
- New events are published and open for registration
- Event reminders — sent a day before and an hour before the event starts
These new tools are designed to boost member engagement and help attendees stay in the loop.
Members can manage these notifications anytime in their app settings.
Another system push — notifications about event changes — is coming in the next release. Stay tuned!
You can read more about these changes in our Help Center
Tim Daniel supported this idea ·
-
10 votes
Tim Daniel supported this idea ·
-
1 vote
An error occurred while saving the comment Tim Daniel commented
If you look at the API documentation you can see the data structure you need. Clicking the word "Model" beside "Example Value" gives you a bit more information about what information needs to be stored in each element of the associative array. Aside from that, given the lack of detailed documentation on the API with examples, it is a matter of experimentation.
-
5 votes
Tim Daniel supported this idea ·
-
1 vote
Tim Daniel shared this idea ·
-
3 votes
Tim Daniel supported this idea ·
-
25 votes
Tim Daniel supported this idea ·
Thanks for providing some insight to this Dmitry! I captured the URL from my latest of many unsuccessful attempts to get this to work. I hate to ask this, but I have really exhausted all the possibilities I can think of with different variations of the URL. I have checked the field names several times. Can you please tell me where the error is:
https://api.wildapricot.org/v2.1/Accounts/391511/contacts/?%24async=false&%24select=First+name%2C+Last+name
I also did this:
https://api.wildapricot.org/v2.1/Accounts/391511/contacts/?%24async=false&%24select=First+name&0=Last+name
In both cases, the API returned the entire list of contact fields.
I also tried different versions of the API, 2.1 vs 2.2 etc.
I'm pretty much at a loss. I have code that can produce just about any variation of the call, but I can't seem to get any variation to work.
Thank in advance for any help.