device
Get Device
get/v1/projects/{projectOrProductUID}/devices/{deviceUID}
Response
Successful operation
Example response
{
"dfu": {
"card": {
"began": 1617181920,
"crc32": 67890,
"errors": 2,
"length": 4096,
"read": 1024,
"retry": 1,
"updated": 1617181930
},
"user": {
"began": 1617181920,
"crc32": 67890,
"errors": 2,
"length": 4096,
"read": 1024,
"retry": 1,
"updated": 1617181930
}
}
}