laravel-thingsboard
laravel-thingsboard copied to clipboard
Controller: Customer
-
[x] POST /api/customer Create or update Customer (saveCustomer)
-
[x] GET /api/customer/{customerId} Get Customer (getCustomerById)
-
[x] DELETE /api/customer/{customerId} Delete Customer (deleteCustomer)
-
[ ] GET /api/customer/{customerId}/shortInfo Get short Customer info (getShortCustomerInfoById)
-
[ ] GET /api/customer/{customerId}/title Get Customer Title (getCustomerTitleById)
-
[x] GET /api/customers{?page,pageSize,sortOrder,sortProperty,textSearch} Get Tenant Customers (getCustomers)
-
[ ] GET /api/tenant/customers{?customerTitle} Get Tenant Customer by Customer title (getTenantCustomer)