Get Device IDs for Project
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 a list of all IDs of devices (running, queued, scheduled, and releasing) in the project with the project ID specified.
| Endpoint | /projects/{projectId}/device/devices |
| Method | GET |
| projectId | ID of the project for which the device ids should be fetched |
| return schema | List of device ids strings |
| return example | ["9ba86fd4-5f5f-4120-95ff-85ac67a530fc"] |
You can use this endpoint the following way:
You need an authenticated webmateSession to call this function, see this article
on how to set up and authenticate with the SDK.
| Parameter | |
|---|---|
| projectId | webmate project id of the project for which the device ids should be fetched |
| |
You need an authenticated webmateSession to call this function, see this article
on how to set up and authenticate with the SDK.
| Parameter | |
|---|---|
| projectId | webmate project id of the project for which the device ids should be fetched |
| |