system.kanoa.dashboard.exportWidget(widgetId)
Exports widgets
Parameters
widgetId Integer: Id of widget to export
Returns
exportInfo Dictionary Dictionary containing the full widget definition
message String None if success
Example
widgetId = 4
exprotInfo, msg = system.kanoa.dashboard.exportWidget(widgetId)