getAllUserAssetsByDeviceId
Get all asset of a device that are in the database, ID only.
Path Parameters |
---|
deviceId string — REQUIRED |
Responses | ||
---|---|---|
200
|
Get all asset of a device that are in the database, ID only.
Path Parameters |
---|
deviceId string — REQUIRED |
Responses | ||
---|---|---|
200
|
getAllUserAssetsByDeviceId
GET /asset/device/:deviceId
/api
curl -L '/api/asset/device/:deviceId' \
-H 'Accept: application/json'