Retrieve agent configuration
Required Permission: mdm.android.policy.get
Retrieves the MDM agent configuration settings derived from the policy for device deployment.
Request
authorization
Authorization: Bearer <token>
Responses
application/json
{
"status": true,
"data": {
"config": {
"checkInterval": 0
},
"android": {
"locationRefreshInterval": 0,
"locationQueueLength": 0,
"location": {
"active": true,
"refreshInterval": 0,
"queueLength": 0
},
"applicationsTime": {
"active": true,
"queueLength": 0,
"reportLimit": 0,
"refreshInterval": 0
},
"applicationsTransfer": {
"active": true,
"queueLength": 0,
"reportLimit": 0,
"refreshInterval": 0
},
"networkStatus": {
"active": true,
"queueLength": 0,
"refreshInterval": 0
}
}
}
}
application/json
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}
application/json
{
"status": false,
"error": {
"code": 3001,
"message": "Entity not found"
}
}