Get Device Info
Note:
See the API documentation for this endpoint (opens in a new tab)
for more information.
For general webmate API usage, see REST API
.
Returns the device for the provided device id.
| Endpoint | /device/devices/{deviceId} |
| Method | GET |
| deviceId | ID of the device that is to be released |
| return schema | JSON with device properties |
| return example | {"id": "1018b7b9-6572-4908-b18b-d462d5343d76", ... } |
You can use this endpoint the following way:
You need an authenticated webmateSession to call this function, see this article
how to set up and authenticate with the SDK.
| Parameter | |
|---|---|
| deviceId | webmate device id of the device |
| |
You need an authenticated webmateSession to call this function, see this article
how to set up and authenticate with the SDK.
| Parameter | |
|---|---|
| deviceId | webmate device id of the device |
| |