Skip to main content

system.kanoa.dashboard.getDashboards

This function is part of the kanoaCore module

Description

Gets dashboards based on the passed in parameters

Syntax

getDashboards(paramsDict)
  • Parameters
      paramsDict dict
      - userId (int): returns dashboards that are public or private for a specific user.
      - dashboardId (int)
      - folderId (int)
      - enabled (boolean)
  • Returns
      dataset
  • Code Examples

    # Example usage
    dashboardId = 4
    dashboards = system.kanoa.dashboard.getDashboards({'dashboardId': dashboardId})
    print dashboards
    > <PyDataset rows:1 cols:17>