Hi
I have one collection which has a column called 'NAME', I want to run a query service to this collection and get the response ("NAME") in an array.
pls help!!
Hi
I have one collection which has a column called 'NAME', I want to run a query service to this collection and get the response ("NAME") in an array.
pls help!!
Hello! This link should help http://docs.appery.io/documentation/b...
I am getting below error
"status":"400 Bad Request",
"url":"https://api.appery.io/rest/1/db/colle...",
"response":{
"code":"BCXX002",
"description":"Cannot consume content type"
}
Ok I understood why this error was coming..
Now I am getting collections values, but now how to put them in an array?
Hi - please take a look here :: http://docs.appery.io/documentation/u...
Asif, how did you solve the problem?
Hi Dirk,
Can we help you?
I'm sorry for the late response, but haven't been here for a long time.
I have a problem with getting the value of a response object from REST. I made a service in which I get the value of a JSON object from an external website. I mapped this response to a javascript and now I want to get the value of this response in javascript code. What is the code for this? I've tried ['responseobject'].val but it doesn't work. Do you have a solution for this?
how was it solved?