Retrieves an array of data for all applications.
Example
fin.System.getAllApplications().then(apps => console.log(apps)).catch(err => console.log(err));
Retrieves an array of data for all applications.
fin.System.getAllApplications().then(apps => console.log(apps)).catch(err => console.log(err));