Skip to main content

Database Migrations

Manual control over database schema and seeding.

  • GET /api/admin/Migration/run: Execute pending migrations.
  • GET /api/admin/Migration/seed-all: Run all data seeders.
  • POST /api/admin/Migration/seed-dynamic: Run specific dynamic seeders.
  • GET /api/admin/Migration/clearcache: Reset system cache.

Responses

Description: Success.


Feature Requests & Feedback

  • POST /api/FeatureRequest: Submit a new feature request.
  • GET /api/FeatureRequest/GetFeatureRequest: Retrieve submitted requests.

Responses

Description: Success.


Automation Workflows

  • GET /trigger-workflow: Manually trigger an automation workflow.

Responses

Description: Success.