S
Sheba ISP ERPDOCS
Reference

URL Route Directory

Master table of backend API routes and frontend page URLs.

URL Route Directory

IMPLEMENTED

Quick cross-reference between frontend routes and backend REST endpoints.

Frontend PagePath in frontend/Backend REST EndpointViewSet Controller
Dashboardsrc/app/page.tsxGET /api/v1/reports/dashboard/DashboardAnalyticsView
Customerssrc/app/customers/page.tsxGET/POST /api/v1/customers/CustomerViewSet
Billing & Invoicessrc/app/billing/page.tsxGET/POST /api/v1/invoices/InvoiceViewSet
Invoice Linessrc/app/billing/page.tsxGET /api/v1/invoice-lines/InvoiceLineViewSet
Rechargessrc/app/billing/page.tsxPOST /api/v1/recharges/RechargeViewSet
Routerssrc/app/routers/page.tsxGET/POST /api/v1/routers/RouterViewSet
OLTsrc/app/olt/page.tsxGET/POST /api/v1/olts/, /onus/OLTViewSet, ONUViewSet
Paymentssrc/app/payments/page.tsxGET/POST /api/v1/payments/events/InboundPaymentEventViewSet
Supportsrc/app/support/page.tsxGET/POST /api/v1/tickets/TicketViewSet
Taskssrc/app/tasks/page.tsxGET/POST /api/v1/tasks/TaskViewSet
Staffsrc/app/staff/page.tsxGET/POST /api/v1/staff/, /roles/StaffProfileViewSet
Storesrc/app/store/page.tsxGET/POST /api/v1/store-items/StoreItemViewSet
HRsrc/app/hr/page.tsxGET/POST /api/v1/employees/EmployeeViewSet
SaaS Adminsrc/app/saas-admin/page.tsxGET/POST /api/v1/saas/tenants/SaaSTenantViewSet

On this page