WaltersArtMuseum / api-thewalters-org

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.
https://api.thewalters.org/
46 stars 4 forks source link

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

Closed kateblanch closed 1 year ago

kateblanch commented 10 years ago

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

kateblanch commented 10 years ago

Or, alternate solution after discussion with @johnbabb .... add displayCurrentLocation and Room parameters to GET v1/objects.