MobileApplications
Returns the list of mobile applications set up in the account, which are used to send push notifications and in-app messages to users.
Columns
| Name | Type | References | Description |
| ApplicationId [KEY] | String | Unique identifier for the mobile push application. | |
| Name | String | Name assigned to the mobile push application. | |
| Description | String | The description of the mobile push app. | |
| CreatedDate | Datetime | The date time indicating when the mobile push application was created. | |
| ModifiedDate | Datetime | The date time indicating when the mobile push application was modified. | |
| Keys | String | An array of key:value pairs that correspond to customer values defined in MobilePush. | |
| ApnsCertificateExpiration | Datetime | Expiration date time of the APNs certificate for the mobile push application. | |
| ApnsEnabled | Boolean | Indicates whether Apple Push Notification Service (APNs) is enabled for the application. | |
| GcmEnabled | Boolean | Indicates whether Google Cloud Messaging (GCM) is enabled for the application. |