Page 1 of 1

Problems Getting User info from User Collection

Posted: Tue Sep 24, 2013 1:32 pm
by Deon

Hi

I created a rest service to pull Name, Surname etc from the User collection. I get the following error when I test the service.....

{
"status":"401 Unauthorized",
"url":"https://api.appery.io/rest/1/db/users",
"response":{
"code":"DBUQ001",
"description":"unauthorized"
}
}

This are my service components. Is there something I am missing?

Image


Problems Getting User info from User Collection

Posted: Tue Sep 24, 2013 2:08 pm
by Maryna Brodina

Hello! You have to specify Session Token parameter value.


Problems Getting User info from User Collection

Posted: Tue Sep 24, 2013 2:13 pm
by Maryna Brodina

Problems Getting User info from User Collection

Posted: Tue Sep 24, 2013 3:23 pm
by Deon

Perfect. Thank you very much.