Relationship URLs for Locations
Content
When retrieving a specific entity via its ID, I see that there are relationship URLs to convert ID numbers for locations into the actual name. So what I would do is get all requisitions, then for each requisition, look up the name of the location.
Is there a way to get all locations with one query, as apposed to making a query for each requisition, where the location ID number can be used to retrieve the location name from an array? I believe that would be a more efficient approach, but I'm not sure if locations can be retrieved that way.
0