Repository for the Walters Art Museum collections API. This API provides images and data about objects in the collection of the Walters Art Museum in Baltimore, Maryland.
new endpoints to get objects by museum location display name and room (GET v1/museum/locations/{dispayCurrentLocation}/objects and GET v1/museum/locations/{room}/objects #63
These two new endpoints would be helpful for returning groups of objects that may be in a museum location. Currently, the museum location and it's primary key (locationid) corresponds to a single Site:Room:UnitType where as it is very useful to return objects at a higher level: Site:Room or Site:DisplayCurrentLocation (note these two will return different groupings so they are both useful!).
These two new endpoints would be helpful for returning groups of objects that may be in a museum location. Currently, the museum location and it's primary key (locationid) corresponds to a single Site:Room:UnitType where as it is very useful to return objects at a higher level: Site:Room or Site:DisplayCurrentLocation (note these two will return different groupings so they are both useful!).
@johnbabb