Back to index
Summary
Retrieves all catalog items for a catalog.projectNameStringrequiredThe name for the project that must be unique among all projects. catalogNameStringrequiredThe name of the catalog. |
Usage
Perl
$cmdr->getCatalogItems( "test-projectName", # projectName "test-catalogName" # catalogName );
ectool
ectool getCatalogItems \ "test-projectName" `# projectName` \ "test-catalogName" `# catalogName`