Page 1 of 2
API Request Parameter's
Posted: Wed Dec 04, 2013 5:03 am
by Robert Larsen
API Request Parameter's
Posted: Wed Dec 04, 2013 5:13 am
by Robert Larsen
Update: the publishers of the api sent me an email and told me there was a typo in there documentation and (tag_id) should be (tag) but it still yields unwanted results.
API Request Parameter's
Posted: Wed Dec 04, 2013 5:49 am
by maxkatz
Try running the request directly from the browser address bar, with key and tag parameters included.
API Request Parameter's
Posted: Wed Dec 04, 2013 5:57 am
by Robert Larsen
Update: I figured out my problem now, thanks for the help Max. On this particular call I needed my service method as (post).
API Request Parameter's
Posted: Thu Dec 05, 2013 4:44 am
by Robert Larsen
One last thing, when mapping my array. I get a single seperate array for each character. The array response's returned are different for each tag_id I input to the service. The single arrays are not under a larger column or array, but I want to post each array without having to update the mapping ever time a character is added to a group. So how do I map all of the arrays listed, is there away to add a column for these arrays, or what is the best way.
API Request Parameter's
Posted: Thu Dec 05, 2013 5:15 am
by maxkatz
If I understand the question correctly, you can edit the response parameters of a service by hand.
API Request Parameter's
Posted: Thu Dec 05, 2013 6:01 am
by Robert Larsen
But would that work? The api changes the response fields when you add a new member? Wouldn't they have to add a level on the actual server because we could only add known sub levels, to our created level? The way I need it mapped is to map it without actually mapping to accommodate for a list change so if a member was removed from a group there array in the response field wouldn't show but also when a member was added their array would be shown instead of actually launching the builder to map their array to a label, it would be populated when the service was invoked.
API Request Parameter's
Posted: Thu Dec 05, 2013 6:02 am
by Robert Larsen
Does that make sense, im not sure if im describing this properly.
API Request Parameter's
Posted: Thu Dec 05, 2013 8:53 am
by Maryna Brodina
Hello! Looks like it's not possible to map result you get. The workaround is to use generic service where you can process response you recieve (before mapping) and create array you'll be able to map.
API Request Parameter's
Posted: Fri Dec 06, 2013 1:20 am
by Robert Larsen
How do I do that what is a generic service?