getWidgets

Back to index

Summary

Retrieves all dashboard widgets for dashboard.
projectName
Stringrequired
The name for the project that must be unique among all projects.
dashboardName
Stringrequired
Unique 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`

Examples

Perl

$cmdr->getWidgets("Default", "Weekly Overview");

ectool

ectool getWidgets Default "Weekly Overview"