Skip to:
Implement a POST /eholdings/resources/bulk-fetch endpoint to mod-kb-ebsco-java module to retrieve information about resources.
in POST body back-end expects to retrieve a list with ids in the following format or similar to
and in responce user will have to get a list of loaded entities and not loaded entities. As example
the mod-agreements are only interested in a few attributes, so the schema for this endpoint can be simplified.
Note: see additional information on Confluence page
Acceptance Criteria:Unit tests Api tests
cg - 03/12 - Created user story for HoldingsIQ team to add more fields to the holdings endpoint
[US615451](https://rally1.rallydev.com/#/detail/userstory/375479945392?fdp=true): Add more fields to
Implement a POST /eholdings/resources/bulk-fetch endpoint to mod-kb-ebsco-java module to retrieve information about resources.
in POST body back-end expects to retrieve a list with ids in the following format or similar to
and in responce user will have to get a list of loaded entities and not loaded entities. As example
the mod-agreements are only interested in a few attributes, so the schema for this endpoint can be simplified.
Note: see additional information on Confluence page
Acceptance Criteria:
Unit tests
Api tests