Back to index
Summary
Retrieves a report by name.projectNameStringrequiredThe name for the project that must be unique among all projects. reportNameStringrequiredThe name of the report. |
Usage
Perl
$cmdr->getReport( "test-projectName", # projectName "test-reportName" # reportName );
ectool
ectool getReport \ "test-projectName" `# projectName` \ "test-reportName" `# reportName`