Retrieve associated collections by MMS ID
In the Alma API there should be an end point to input an mms id number and return all collection ids associated with that ID number.
This functionality already exists for e-collections (GET /almaws/v1/bibs/{mms_id}/e-collections) but no such functionality exists for regular collections.
-
Steven Baker commented
There is an internal API for it: https://{alma root}/internal/airapi/general-titles/991001661579709266/collections/query?_=1773758490973
-
Steven Baker commented
Definitely agree that this should be available. In addition, if the Collection ID pid was returned in the bib endpoint we could then make a call to the collection endpoint, but I can't see it.Steven