laravel-thingsboard
laravel-thingsboard copied to clipboard
Controller: Widget Type
-
[ ] POST /api/widgetType Create Or Update Widget Type (saveWidgetType)
-
[x] GET /api/widgetType{?alias,bundleAlias,isSystem} Get Widget Type (getWidgetType)
-
[x] GET /api/widgetType/{widgetTypeId} Get Widget Type Details (getWidgetTypeById)
-
[ ] DELETE /api/widgetType/{widgetTypeId} Delete widget type (deleteWidgetType)
-
[x] GET /api/widgetTypes{?bundleAlias,isSystem} Get all Widget types for specified Bundle (getBundleWidgetTypes)
-
[x] GET /api/widgetTypesDetails{?bundleAlias,isSystem} Get all Widget types details for specified Bundle (getBundleWidgetTypes) -> (getBundleWidgetTypeDetails)
-
[x] GET /api/widgetTypesInfos{?bundleAlias,isSystem} Get Widget Type Info objects (getBundleWidgetTypesInfos)