GetMobilePlatformAppsAsync

Returns ()

Find all Mobile Platform Apps in the designated Mobile App.

Name Description
mobileApp

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://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/apps/APP.KEY/mobileplatformapps \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'