Get all devices using component of the projectId
GET/api/v1/project/devices/project/:projectId
Get all devices using component of the projectId
Request
Path Parameters
projectId numberrequired
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
ID stringrequired
MAC string
IP string
OS string
serialNumber string
possibleBandwidth string
availableStorage string
[
{
"ID": "string",
"MAC": "string",
"IP": "string",
"OS": "string",
"serialNumber": "string",
"possibleBandwidth": "string",
"availableStorage": "string"
}
]
Loading...