Page 1 of 2

how to get a particular column value of a collection in response using JS

Posted: Mon Sep 16, 2013 8:33 pm
by Asif

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!!


how to get a particular column value of a collection in response using JS

Posted: Mon Sep 16, 2013 8:41 pm
by Maryna Brodina

Hello! This link should help http://docs.appery.io/documentation/b...


how to get a particular column value of a collection in response using JS

Posted: Mon Sep 16, 2013 9:07 pm
by Asif

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"
}


how to get a particular column value of a collection in response using JS

Posted: Mon Sep 16, 2013 9:14 pm
by Asif

Ok I understood why this error was coming..
Now I am getting collections values, but now how to put them in an array?


how to get a particular column value of a collection in response using JS

Posted: Tue Sep 17, 2013 12:25 am
by Illya Stepanov

Hi - please take a look here :: http://docs.appery.io/documentation/u...


how to get a particular column value of a collection in response using JS

Posted: Sat Oct 12, 2013 4:18 pm
by Dirk Gissing

Asif, how did you solve the problem?


how to get a particular column value of a collection in response using JS

Posted: Mon Oct 14, 2013 2:17 pm
by Kateryna Grynko

Hi Dirk,

Can we help you?


how to get a particular column value of a collection in response using JS

Posted: Sat Nov 23, 2013 5:17 pm
by Dirk Gissing

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 to get a particular column value of a collection in response using JS

Posted: Sat Nov 23, 2013 6:11 pm
by Dirk Gissing

Problem solved!!


how to get a particular column value of a collection in response using JS

Posted: Sun Dec 29, 2013 12:17 am
by Gabriel Bizcarra

how was it solved?