Bug 38996 - Add API endpoint for export tool
Summary: Add API endpoint for export tool
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Tools (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-30 01:26 UTC by David Cook
Modified: 2025-01-30 01:27 UTC (History)
0 users

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 David Cook 2025-01-30 01:26:56 UTC
I'm proposing adding an API endpoint for the export tool.

This would allow API consumers to export bib records, auth records, DB backups, and conf backups - if appropriately configured.
Comment 1 David Cook 2025-01-30 01:27:30 UTC
(A goal would be to have the export.pl webpage use the API endpoint as well, which would allow us to stop running it in CGI mode and negate the need for bug 26791.)