Get all Widget types for specified Bundle (getBundleWidgetTypesByBundleAlias) (Deprecated)
Returns an array of Widget Type objects that belong to specified Widget Bundle.Widget Type represents the template for widget creation. Widget Type and Widget are similar to class and object in OOP theory.
Available for users with 'SYS_ADMIN' or 'TENANT_ADMIN' authority.
Query parameters
Widget Bundle Id
Maximum amount of entities in a one page
Sequence number of page starting from 0
The case insensitive 'substring' filter based on the widget type name.
Property of entity to sort by
Sort order. ASC (ASCENDING) or DESC (DESCENDING)
Optional boolean parameter indicating whether only tenant widget types should be returned
Optional boolean parameter indicating whether search widgets by description not only by name
Optional string parameter indicating whether to include deprecated widgets
A list of string values separated by comma ',' representing one of the widget type value
Optional boolean parameter indicating whether to fetch SCADA symbol widgets first
System or Tenant
Widget Bundle alias
Response
OK
Example response
{
"data": [
{
"id": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "WIDGET_TYPE"
},
"createdTime": 1609459200000,
"tenantId": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "TENANT"
},
"deprecated": true,
"scada": true,
"bundles": [
{
"id": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "DEVICE"
}
}
]
}
]
}