Back to index
Summary
Retrieves the specified applications in a project.projectNameStringrequiredThe name for the project that must be unique among all projects. applicationTypeStringoptionalThe type of the application. Possible values: "external" , "microservice" , "traditional" includeEntityRevisionsBooleanoptionalInclude the revisions of application the search results. referenceComponentNameStringoptionalName of the master component. referenceComponentProjectStringoptionalProject name of the master component. |
Usage
Perl
$cmdr->getApplications( "test-projectName" # projectName # optionals );
ectool
ectool getApplications \ "test-projectName" `# projectName` \ # optionals