General Overview
Explanation of Android Enterprise
Requirements and Installation
Requirements
General Settings
Account Overview
Account Information
Global Configuration
Privacy
Role Based Access
Apple Configuration
Android Configuration
Windows Configuration
ContentBox
LDAP Configuration
App Management
In-House App DB
App Settings
App Store Settings
Remote Control
Sim Card Management
Subscription Management
General Audit Log
Mobile Management
iOS Configuration
General
Device Log (only on device level)
Asset Management (only on device level)
Asset Management (only on device level)
Security Management
Anti Theft (only on device level)
Security Configuration
End of Life (only on device level)
Restriction Settings
BYOD
Connection Management
Web Management
App Management
Android Enterprise – Fully Managed Device Configuration
General
Device Log (only on device level)
Device Settings
Asset Management (only on device level)
Security Management
Anti Theft (only on device level)
Security Configuration
End of Life (only on device level)
Restriction Settings
Connection Management
PIM Management
App Management
Enterprise App Manager
Restrictions & Settings
Enterprise App Store
Enterprise Play Store
Kiosk Mode & Launcher
Remote Control
Content Management
Additional API
Samsung KNOX
Android Enterprise - Fully Managed Device with-Work Profile (COPE)
Android Enterprise – Container Configuration
General
Asset Management (only on device level)
Security Management
Anti Theft (only on device level)
Security Configuration
End of Life (only on device level)
Restriction Settings
Connection Management
PIM Management
App Management
Enterprise App Manager
Restrictions & Settings
Enterprise App Store
Enterprise Play Store
Content Management
Android Configuration
General
Device Log (only on device level)
Device Settings
Asset Management (only on device level)
Security Management
Anti Theft (only on device level)
Security Configuration
End of Life (only on device level)
Restriction Settings
BYOD Container
Connection Management
PIM Management
App Management
Enterprise App Manager
Restrictions & Settings
Kiosk Mode & Launcher
Remote Control
Content Management
Configuration Windows 10 PC
General
Device Log (only on device level)
Asset Management (only on device level)
Security Management
Anti Theft (only on device level)
Security Configuration
Restriction Settings
BitLocker
Certificate Management
Connection Management
PIM Management
App Management
Enterprise App Manager
MacOS Configuration
General
Asset Management (only on device level)
Update Management (only on device level)
Security Management
Anti Theft
Security Configuration
Restriction Settings
Connection Management
PIM Management
Dashboard & Reporting
Multitenant Management
Additional views
General Rules
- The REST API is available below the base URL:
/public/external/api
- All requests have to be send via POST.
- The REST API only supports requests via HTTPS.
- Requests must contain the following Headers:
Header Name | Header Value | Description |
Content-type | application/json | fixed |
auth | 123…xyz | API Key from the “API Access” Tab |
signature | Base64 encoded signature | Signature of the payload generated with the private Key from the “API Access” Tab |
- The request body must be a json encoded object which must contain the following values:
Field | Field Example Value | Description |
api | v2/device/listdevices | Name of the API |
time | 1529662725 | Unix Timestamp (UTC) of the client machine. The maximum allowed time difference between the client and the server is 30 minutes. |
- On success the API returns the requested data (see the Queries below) and an HTTP status code 200.
- If an error occurs, the HTTP status code will be between 4xx and 5xx depending on error and the response object will contain an array with the key “errors”, which contains a list of human readable error messages.
- If there is no matching data for a device an empty array will be returned.
- If a device Id does not exist it’s return data will be null.