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

            Bug ID: 37032
           Summary: REST API: Unable to call item info via holds endpoint
 Change sponsored?: ---
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: REST API
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

I'm trying to fetch items barcode via holds endpoint with no luck. If I've
understood correctly, this should be possible by adding item as embed in
/api/v1/swagger/paths/holds.yaml and then adding it to enum option in kohaTable
function. However this only leads to following error: 

>Something went wrong when loading the table.
>400: Bad Request. 
>Not in enum list: cancellation_requested, biblio, pickup_library, item.
Documentation for endpoint shows that endpoint should produce item object and
Koha::Hold does have relation to item.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to