feat: add per-entity CSV export for all data types (Closes #148) (#154)
This commit was merged in pull request #154.
This commit is contained in:
@@ -83,6 +83,10 @@ return [
|
||||
['name' => 'export#fees', 'url' => '/api/v1/export/fees', 'verb' => 'GET'],
|
||||
['name' => 'export#birthdays', 'url' => '/api/v1/export/birthdays', 'verb' => 'GET'],
|
||||
|
||||
// ── Per-entity export (Issue #148) ─────────────────────────
|
||||
['name' => 'export#entityTypes', 'url' => '/api/v1/export/entity-types', 'verb' => 'GET'],
|
||||
['name' => 'export#entity', 'url' => '/api/v1/export/entity/{type}', 'verb' => 'GET'],
|
||||
|
||||
// ── Encrypted Export (password-protected ZIP) ───────────────
|
||||
['name' => 'export#membersEncrypted', 'url' => '/api/v1/export/members/encrypted', 'verb' => 'POST'],
|
||||
['name' => 'export#feesEncrypted', 'url' => '/api/v1/export/fees/encrypted', 'verb' => 'POST'],
|
||||
|
||||
Reference in New Issue
Block a user