How to get a single value using REST API?
I want the sys_id from a single row from the user table using the REST API. I don't want to go through the effort of creating a java object, creating the object (Json -> java), then retrieving the value. Is there a way to query so that I only get the...