Devices
Dernière mise à jour
Dernière mise à jour
GET
/devices/{id}
Renvoie les détails d'un dispositif spécifique basé sur l'ID fourni.
Headers
Content-Type
application/json
Authorization
Bearer <token>
Response
GET
/devices/androidid/{androidid}
Renvoie les détails d'un dispositif spécifique basé sur l'androidId fourni.
Headers
Content-Type
application/json
Authorization
Bearer <token>
Response
{
"id": string,
"enrollmentToken": string,
"enterprise": Enterprise,
"macAddress": string,
"androidId": string, // nullable
"description": string, // nullable
"temporaryVerificationCode": TemporaryVerificationCode, // nullable
"settings": Settings,
"type": TypeDevice,
"isAvailable": boolean,
"mdmInfo": { "codeVersion": integer, "labelVersion": string, "isDeviceOwner": boolean } //nullable
}
{
"id": string,
"enrollmentToken": string,
"enterprise": Enterprise,
"macAddress": string,
"androidId": string, // nullable
"description": string, // nullable
"temporaryVerificationCode": TemporaryVerificationCode, // nullable
"settings": Settings,
"type": TypeDevice,
"isAvailable": boolean,
"mdmInfo": { "codeVersion": integer, "labelVersion": string, "isDeviceOwner": boolean } //nullable
}
{
"id": string,
"enrollmentToken": string,
"enterprise": Enterprise,
"macAddress": string,
"androidId": string, // nullable
"description": string, // nullable
"temporaryVerificationCode": TemporaryVerificationCode, // nullable
"settings": Settings,
"type": TypeDevice,
"isAvailable": boolean,
"mdmInfo": { "codeVersion": integer, "labelVersion": string, "isDeviceOwner": boolean } //nullable
}