Tim Daniel
My feedback
10 results found
-
2 votes
An error occurred while saving the comment Tim Daniel supported this idea · -
32 votesTim Daniel supported this idea ·
-
4 votesTim Daniel supported this idea ·
-
87 votesDmitry Smirnov responded
We consider this as one of candidates for the next year.
Tim Daniel supported this idea · -
10 votesTim Daniel supported this idea ·
-
1 vote
An error occurred while saving the comment Tim Daniel commentedIf 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 votesTim Daniel supported this idea ·
-
1 voteTim Daniel shared this idea ·
-
3 votesTim Daniel supported this idea ·
-
25 votesTim 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.