Bug 32948 - Add REST API endpoint to list a patron's return claims
Summary: Add REST API endpoint to list a patron's return claims
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: REST API (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Tomás Cohen Arazi
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-13 13:40 UTC by Lucas Gass
Modified: 2023-02-23 20:25 UTC (History)
1 user (show)

See Also:
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 Lucas Gass 2023-02-13 13:40:58 UTC
There is a POST route ( /api/v1/return_claims ) to add return claims. It would be handy to also have a GET route to list a patron's return claims.