Back to index
Summary
Retrieves an application by name.projectNameStringrequiredThe name for the project that must be unique among all projects. applicationNameStringrequiredThe name of the application. applicationEntityRevisionIdUUIDoptionalThe revision ID of the versioned object. validateBooleanoptionalIf passed 1, then all validations check if the definition is complete and valid. |
Usage
Perl
$cmdr->getApplication( "test-projectName", # projectName "test-applicationName" # applicationName # optionals );
ectool
ectool getApplication \ "test-projectName" `# projectName` \ "test-applicationName" `# applicationName` \ # optionals