Get Device meta data
GET/api/v1/device/:deviceId
This service message allow to get device meta data and properties
Request
Path Parameters
deviceId stringrequired
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
id stringrequired
lastUpdatedDate date-time
lastConnectionDate date-time
name string
OS string
availableStorage string
power number
bandwidth number
operativeState boolean
groupName string
groupId number
uid number
formations string[]
platformName string
deviceTypeName string
devices string[]
deviceParentId string
deviceParentName string
deviceParentUid number
{
"id": "string",
"lastUpdatedDate": "2026-01-01T11:09:06.661Z",
"lastConnectionDate": "2026-01-01T11:09:06.661Z",
"name": "string",
"OS": "string",
"availableStorage": "string",
"power": 0,
"bandwidth": 0,
"operativeState": true,
"groupName": "string",
"groupId": 0,
"uid": 0,
"formations": [
"string"
],
"platformName": "string",
"deviceTypeName": "string",
"devices": [
"string"
],
"deviceParentId": "string",
"deviceParentName": "string",
"deviceParentUid": 0
}
Loading...