getApplications

Back to index

Summary

Retrieves the specified applications in a project.
projectName
Stringrequired
The name for the project that must be unique among all projects.
applicationType
Stringoptional
The type of the application.
Possible values: "external", "microservice", "traditional"
includeEntityRevisions
Booleanoptional
Include the revisions of application the search results.
referenceComponentName
Stringoptional
Name of the master component.
referenceComponentProject
Stringoptional
Project name of the master component.

Usage

Perl

$cmdr->getApplications( "test-projectName" # projectName # optionals );

ectool

ectool getApplications \ "test-projectName" `# projectName` \ # optionals

Examples

Perl

$cmdr->getApplications("Default", {referenceComponentProject => "Financial Summaries"});

ectool

ectool getApplications "Default" --referenceComponentProject "Financial Summaries"