Back to index
Summary
Retrieves all dashboard widgets for dashboard.projectNameStringrequiredThe name for the project that must be unique among all projects. dashboardNameStringrequiredUnique name of the dashboard within the project. |
Usage
Perl
$cmdr->getWidgets( "test-projectName", # projectName "test-dashboardName" # dashboardName );
ectool
ectool getWidgets \ "test-projectName" `# projectName` \ "test-dashboardName" `# dashboardName`