Skip to main content

system.mes.dashboard.getDashboardsForCurrentUser

Description

Retrieves all dashboards owned by the current authenticated user, plus all public dashboards.

Syntax

system.mes.dashboard.getDashboardsForCurrentUser()

Parameters

ParameterTypeNullableDescription
None--This method does not take any parameters.

Returns

Returns a list of JSON objects representing dashboards. See getDashboard for fields.

Code Examples

items = system.mes.dashboard.getDashboardsForCurrentUser()
print(items)