Dashboards¶
Manage dashboards in account.
listDashboard¶
Retrieves a list with all dashboards from the account.
Parameters:
queryObj: QueryDefault query parameters for retrieving the list of dashboards.Returns:
result: list[DashboardInfo]List of dashboard information.
create¶
Gets information about the dashboard
Parameters:
dashboardObj: DashboardCreateInfoDashboard object
edit¶
Modify any property of the dashboards
Parameters:
dashboardID: GenericID: strDashboard identificationdashboardObj: DashboardCreateInfoDashboard Object with data to be replaced
delete¶
Deletes an dashboard from the account
Parameters:
dashboardID: GenericID: strDashboard identification
info¶
Gets information about the dashboard
Parameters:
dashboardID: GenericID: strDashboard identification
duplicate¶
Duplicate the dashboard to your own account
Parameters:
dashboardID: GenericID: strDashboard identificationdashboardObj: { “setup”: Optional[any], “new_label”: Optional[str] }Dashboard Object with data of the duplicate dashboard
getPublicKey¶
Generate a new public token for the dashboard
Parameters:
dashboardID: GenericID: strDashboard identificationexpireTime: ExpireTimeOption = “never”Time when token will expire