GetAppsAsync

Get all the Apps defined in a specific folder (or parent folder) Returns (Task<IEnumerable>.)

Find all Apps in the designated Folder.

Name Description
folder The folder.

Get Apps Async

Example in C#

// Returns: IEnumerable<AppInfo>
var appInfo = await client.GetAppsAsync(FolderInfo folder);

Example in CURL



           curl -X GET \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/apps \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'