[Koha-bugs] [Bug 32997] New: Add REST API endpoint to list authorised values for multiple given categories

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 17 16:12:31 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32997

            Bug ID: 32997
           Summary: Add REST API endpoint to list authorised values for
                    multiple given categories
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: ERM
          Assignee: jonathan.druart+koha at gmail.com
          Reporter: pedro.amorim at ptfs-europe.com
                CC: jonathan.druart+koha at gmail.com,
                    jonathan.field at ptfs-europe.com,
                    martin.renvoize at ptfs-europe.com,
                    pedro.amorim at ptfs-europe.com, tomascohen at gmail.com

Bug 32981 adds the possibility of retrieving AV's given a category in the api.
Currently, in ERM for example, 11 different AV categories are used, so 11
requests are necessary. Even if lazy-loaded, these are too many requests.

Would be cool to have an AV api endpoint that accepts a list of AV codes and
retrieves the values of the codes provided.

Essentially doing what 32981 does but for multiple codes.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list