API Guide

Table Of Contents
Mobile
/api/AlertService/MobileSubscriptions
This URI returns all mobile subscriptions.
GET method for MobileSubscriptions
This method returns all the mobile subscriptions.
Description Returns all the mobile subscriptions.
Privilege VIEW
HTTP response
codes
200
Example
Response Body
{
"@odata.context": "$metadata#Collection(AlertService.MobileSubscription)",
"@odata.count": 1,
"value": [
{
"@odata.id": "/api/AlertService/MobileSubscriptions('7cb19d45-cae5-4eesdf6-
sdfsaaasd02daf-asd8a5fcefsdf00a85')",
"IdDevice": "7cb19d45-cae5-4eesdf6-sdfsaaasd02daf-asd8a5fcefsdf00a85",
"IdSubscriberService": 1,
"Status": 1,
"UserName": "danl",
"Enabled": true,
"AlertPolicyId": 414,
"AlertPolicyName": "Default Profile Update Policy",
"Token":
"APA91bF944FuE2F5wIJQFEX6Uz1N29OvOXvASzGPtfCtOg3sZEPuFezjerOYuBaykTtXl0WWnAcItLYKHvE5E8QZEFm-
Ek9_BvS1TGFEVbIPr37DCGCbNUQBrE3Op8yGNwSZx8JYrI7f",
"Description": "Samsung Quasi-Stellar Object",
"LastConnection": "2017-09-18 14:24:51.997",
"Created": "2017-09-18 14:24:51.997",
"LastError": "1970-01-01 00:00:00.0",
"LastPush": "1970-01-01 00:00:00.0",
"NewAlertCount": 0,
"StatusMessage": "OK"
}
]
}
/api/AlertService/SubscriptionNotificationService
This URI represents the subscription service details.
GET method for SubscriptionNotificationService
This method returns subscription service details.
Description
Returns subscription service details.
Privilege VIEW
HTTP response
codes
200
540 APIs specific to OpenManage Enterprise