Is there any way to return a feature from a published service layer using solely the GlobalID? I understand that the GlobalID is universally unique across a workspace, and what I'd like to do is return a feature from an ArcGIS Portal without providing a service or layer in my query to the ArcGIS REST API.
From what I can tell, there is no way to query for a feature at the server level in the ArcGIS REST API (it looks like a layer in a service must be provided), but maybe I am missing something. Any insight would be appreciated!