Request selective device information refresh.
Required Permission: mdm.windows.device.info
Commands the device to update specific data categories such as hardware or applications without performing a full synchronization cycle, execution.
Request
authorization
Authorization: Bearer <token>
application/json
{
"info": [
"hardware",
"applications",
"certificates"
]
}
Responses
application/json
{
"status": true,
"data": {
"status": true
}
}
application/json
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}
application/json
{
"status": false,
"error": {
"code": 3001,
"message": "Entity not found"
}
}