Get devices associated with a batch
GET/platform/solutions/orgs/{orgId}/batches/{batchId}/devices
Retrieve the list of device IDs associated with a specific batch.
Usage
GET /batches/{batchId}/devices
Parameters
batchId(Guid, required): the ID of the batch.
Responses
200 OK: returns a list of device IDs (List<string>).404 Not Found: batch not found.
Security
This API requires authentication.
Request
Responses
- 200
OK