Hi All.
Please help. I am currently evaluating appery.io to use with our Azure Mobile Services and banging my head with one issue. If I don't get this to work we probably wont use appery.io as our development tool
I am trying to call a REST service exposed by WAMS using a filter.
What does work in appery:
Using a standard URI I get response results e.g.
http://mysite.azure-mobile.net/tables... --- returns all the content of the table and does populate a list on a appery.io page.
I am trying to filter on a Col in WAMS called assignedto
When try it in the appery.io - Service\Settings\URL and using the TEST function of the service:
http://mysite.azure-mobile.net/tables... eq 'Dave'
I get a response for all records assigned to Dave --- this is what I want
However it wont populate the list component and the seems to hang when loading a page.
I have also tried using a Request Parameter {assignedto} and used this in the URI
http://mysite.azure-mobile.net/tables... eq {assignedto}
You response will be greatly appreciated.
Dave