Bug 34701

Summary: Add x-koha-embed biblio and item to checkouts API route
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: REST APIAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact:
Severity: enhancement    
Priority: P5 - low CC: tomascohen
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Katrin Fischer 2023-09-04 07:34:15 UTC
When using the REST API to display the patron's account information in another application, it would be excellent if we had an easy way to get the title information with the list of checkouts.
Comment 1 Katrin Fischer 2024-07-01 15:08:03 UTC
At the moment the checkouts endpoint doesn't return the biblio_id or item information. Both woudl be very useful to avoid many additional look ups when building a readable list of checkouts.
Comment 2 Tomás Cohen Arazi (tcohen) 2024-09-03 19:41:38 UTC
I've added a follow-up on bug 37809 for the 'biblio' part of this request, as someone testing the other bug can easily just add the other embed. Closing as duplicate.

*** This bug has been marked as a duplicate of bug 37809 ***