Hi,
In my database i have some data.i want to display data in database on a page based on user_id.
User_id creates when user login.
how to get list of items based on userid.
for this which service may i use?
Hi,
In my database i have some data.i want to display data in database on a page based on user_id.
User_id creates when user login.
how to get list of items based on userid.
for this which service may i use?
Hello,
You will need to do a GET service query http://docs.appery.io/documentation/b...
http://docs.appery.io/documentation/r...
Hi,
https://www.youtube.com/watch?v=r7bSYu...
In this tutorial list is displaying contains all items in data base.
but i want only data list which is under sam login.
for that in list service how to add object_id parameter?
i am not too clear which you provided links.when i am trying to create rest service it gives me error.
i just use database services till now.
Navya,
You should use request parameter 'where':
http://docs.appery.io/documentation/b...