Skip to main content

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

Schema

  • Array [

  • ID stringrequired
    MAC string
    IP string
    OS string
    serialNumber string
    possibleBandwidth string
    availableStorage string
  • ]

Loading...