Bug 38996

Summary: Add API endpoint for export tool
Product: Koha Reporter: David Cook <dcook>
Component: ToolsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26791
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

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.)