nexigon_api.devices.QueryDevicesOutput
Output of querying the devices of the instance.
devices object[]required
Array [
deviceIdnexigon_api.devices.DeviceId (string)required
Unique ID of a device.
projectIdnexigon_api.projects.ProjectId (string)required
Unique ID of a project.
]
nexigon_api.devices.QueryDevicesOutput
{
"devices": [
{
"deviceId": "string",
"projectId": "string"
}
]
}