Tutorial: System.getAllApplications

System.getAllApplications

Retrieves an array of data for all applications.

Example

fin.System.getAllApplications().then(apps => console.log(apps)).catch(err => console.log(err));