Get Widget Type Info objects (getBundleWidgetTypesInfosByBundleAlias) (Deprecated)
Get the Widget Type Info objects based on the provided parameters. Widget Type Info is a lightweight object that represents Widget Type but does not contain the heavyweight widget descriptor JSON
Available for any authorized user.
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 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
System or Tenant
Widget Bundle alias
Response
OK
Example response
[
{
"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"
}
}
]
}
]