I have the same service using it in another screen and it works perfectly fine, when I use it on another screen, mapping the data exactly in the same GRID structure, it executes successfully but the data won't show up(ie the success function executes my alert). I think it's returning just a blank string ... When I test it on the service 'page' it works fine as well and returns the json structure correctly.
I am trying to get details of a User object by passing the object ID (ie the user id). Does the sesstionToken has to do anything with this maybe? Does that user has to be logged in in order to receive that objects details?
I am basically trying to get the details of another User while logged in with a different user, if that makes sense.