Skip to main content

Get Applications (Many)

Get Knox Configure Applications

To Get the applications of KnoxConfigure, use the following methods.

Example

import { KnoxInstance } from '@redredgroup/samsungknox-api';
const instance = new KnoxInstance({
region: 'YOUR_KNOX_REGION',
knoxAccessToken: 'YOUR_JWT_TOKEN',
});

const kcGetApplication = await instance.kcContentManagementApplication.getApplications({
args: {}, // <- other optional param
});

console.log(kcGetApplication);

Input parameters:

Output:

  • All the details about the application are displayed.