GetMobilePlatformAppsAsync

Returns ()

Find all Mobile Platform Apps in the designated Mobile App.

Name Description
mobileApp The mobile app to get platform apps from

Get Mobile Platform Apps Async

Example in C#

// Returns: IEnumerable<MobilePlatformAppInfo>
var mobilePlatformAppInfo = await client.GetMobilePlatformAppsAsync(MobileAppInfo mobileApp);

Example in CURL



           curl -X GET \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/apps/APP.KEY/mobileplatformapps \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'