widgets-bundle-controller
Get Widget Bundle (getWidgetsBundleById)
Get the Widget Bundle based on the provided Widget Bundle Id. Widget Bundle represents a group(bundle) of widgets. Widgets are grouped into bundle by type or use case.
Available for any authorized user.
get/api/widgetsBundle/{widgetsBundleId}
Path parameters
widgetsBundleIdstring required
A string value representing the widget bundle id. For example, '784f394c-42b6-435a-983c-b7beff2784f9'
Query parameters
inlineImagesboolean
Inline images as a data URL (Base64)
Response
OK
Example response
{
"id": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "WIDGETS_BUNDLE"
},
"createdTime": 1609459200000,
"tenantId": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "TENANT"
}
}