Bug 34701 - Add x-koha-embed biblio and item to checkouts API route
Summary: Add x-koha-embed biblio and item to checkouts API route
Status: RESOLVED DUPLICATE of bug 37809
Alias: None
Product: Koha
Classification: Unclassified
Component: REST API (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-04 07:34 UTC by Katrin Fischer
Modified: 2024-09-03 19:41 UTC (History)
1 user (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***