Page 2 of 2
Users list
Posted: Mon Feb 17, 2014 7:42 pm
by Alex Paret
How do I do that? I don't need to do it for the other services I have created. This is the error:
"status":"401 Unauthorized",
"url":"https://api.appery.io/rest/1/db/users",
"response":{
"code":"DBUQ001",
"description":"unauthorized"
Users list
Posted: Mon Feb 17, 2014 10:05 pm
by Primož Rejec
Hello. I have the same problem as Alex. I was able to make an login. It navigated to page 2.
But i am stuck to retrieve information of users from database.
Please make a few screenshots if possible like ones in tutorials.
Users list
Posted: Mon Feb 17, 2014 10:06 pm
by Maryna Brodina
Hello! Working on it. I'll update.
Users list
Posted: Mon Feb 17, 2014 11:23 pm
by Alena Prykhodko
Users list
Posted: Mon Feb 17, 2014 11:51 pm
by Alex Paret
Where are you getting the session token id from?
Users list
Posted: Tue Feb 18, 2014 1:37 pm
by Kateryna Grynko
Users list
Posted: Tue Feb 18, 2014 1:41 pm
by Alex Paret
So why did she hard code it in her example? And it is more helpful to just give the code for something that to keep sending us to the docs where we then have to go thru it to find it.
This is a very basic simple request that is taken days to do. If this is the case then I can only imagine what something more difficult will be like.
Users list
Posted: Tue Feb 18, 2014 5:46 pm
by Alex Paret
How do you get the session token? What I am doing doesn't seem to work. I am attempt to save it to a local variable.
Users list
Posted: Tue Feb 18, 2014 6:14 pm
by Alex Paret
Ok, to get this to work I had to store the session token in a local variable then pass that local variable to the service. Thanks