laravel-thingsboard
laravel-thingsboard copied to clipboard
Controller: Dashboard
-
[x] POST /api/customer/{customerId}/dashboard/{dashboardId} Assign the Dashboard (assignDashboardToCustomer)
-
[x] DELETE /api/customer/{customerId}/dashboard/{dashboardId} Unassign the Dashboard (unassignDashboardFromCustomer)
-
[x] GET /api/customer/{customerId}/dashboards{?mobile,page,pageSize,sortOrder,sortProperty,textSearch} Get Customer Dashboards (getCustomerDashboards)
-
[x] POST /api/customer/public/dashboard/{dashboardId} Assign the Dashboard to Public Customer (assignDashboardToPublicCustomer)
-
[x] DELETE /api/customer/public/dashboard/{dashboardId} Unassign the Dashboard from Public Customer (unassignDashboardFromPublicCustomer)
-
[x] POST /api/dashboard Create Or Update Dashboard (saveDashboard)
-
[x] GET /api/dashboard/{dashboardId} Get Dashboard (getDashboardById)
-
[x] DELETE /api/dashboard/{dashboardId} Delete the Dashboard (deleteDashboard)
-
[x] POST /api/dashboard/{dashboardId}/customers Update the Dashboard Customers (updateDashboardCustomers)
-
[ ] POST /api/dashboard/{dashboardId}/customers/add Adds the Dashboard Customers (addDashboardCustomers)
-
[ ] POST /api/dashboard/{dashboardId}/customers/remove Remove the Dashboard Customers (removeDashboardCustomers)
-
[ ] GET /api/dashboard/home Get Home Dashboard (getHomeDashboard)
-
[ ] GET /api/dashboard/home/info Get Home Dashboard Info (getHomeDashboardInfo)
-
[x] GET /api/dashboard/info/{dashboardId} Get Dashboard Info (getDashboardInfoById)
-
[ ] GET /api/dashboard/maxDatapointsLimit Get max data points limit (getMaxDatapointsLimit)
-
[x] GET /api/dashboard/serverTime Get server time (getServerTime)
-
[ ] POST /api/edge/{edgeId}/dashboard/{dashboardId} Assign dashboard to edge (assignDashboardToEdge)
-
[ ] DELETE /api/edge/{edgeId}/dashboard/{dashboardId} Unassign dashboard from edge (unassignDashboardFromEdge)
-
[ ] GET /api/edge/{edgeId}/dashboards{?page,pageSize,sortOrder,sortProperty,textSearch} Get Edge Dashboards (getEdgeDashboards)
-
[x] GET /api/tenant/{tenantId}/dashboards{?page,pageSize,sortOrder,sortProperty,textSearch} Get Tenant Dashboards by System Administrator (getTenantDashboards)
-
[ ] GET /api/tenant/dashboard/home/info Get Tenant Home Dashboard Info (getTenantHomeDashboardInfo)
-
[ ] POST /api/tenant/dashboard/home/info Update Tenant Home Dashboard Info (getTenantHomeDashboardInfo)
-
[x] GET /api/tenant/dashboards{?mobile,page,pageSize,sortOrder,sortProperty,textSearch} Get Tenant Dashboards (getTenantDashboards) -> (getDashboards)