Read user from database
Hello!
I have created a signup_service that works perfectly, but how can i read out the users from the Predefined collections?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello!
I have created a signup_service that works perfectly, but how can i read out the users from the Predefined collections?
Hi Nicklas -
Please check out our Database API documentation here: https://devcenter.appery.io/documenta...
I have seen that but I want to Read the whole ROW when i type in username. Not the _ID
Is it: {database_url}/users/user_username
I found it ou with the help of this one: https://getsatisfaction.com/apperyio/...
I needed the session-token to!
Thanks for the update!
When I have done this, what do I have to do to get a "value" from the database in javascript?
Eks:
codeif (//Value from a Column in the users is 0)
{
//then do something...
}/code
I see now that this was a bad explanation from me.
Something happen for every user with the value 0 in a column (name of column: one)
Hello,
Can you provide more details, screenshots or exact steps to reproduce this problem?