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
Thanks everyone for the feedback and support of this idea.
After some consideration, we decided to start with the system push notifications for the Member App and address these scenarios:
- New event is published and open for registration
- Event reminder the day before and on the day of the event, including a notice if the registration is unpaid
- Updates about changes in event location or event date/time
Members will be able to manage notification settings in the app for each scenario.
At this moment we are not considering custom push notifications, but I'm going to split this thread and continue the conversation. Happy to hear your thoughts.
Thanks!
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.