# DeviceListResponseSchema

**object**

## @odata.nextLink
**string** Optional  
URL if the page length and number of items match.

## supplemental
**object** [ListResponseSupplementalSchema](https://docs.mediakind.com/api-reference/fleets-api/schemas/listresponsesupplementalschema) Required  
Supplemental info

### Properties

- **count** **integer** Required  
  Number of items returned
- **kind** **string** Required  
  Type of items in the list
- **operation** **string** Required  
  Operation type. Should always say 'list'
- **pagination** **object** [PaginationInfoSchema](https://docs.mediakind.com/api-reference/fleets-api/schemas/paginationinfoschema) Required  
  Pagination info

#### Pagination Properties

- **end** **integer** Required  
  Position of the last item in the list
- **records** **integer** Required  
  Total number of items returned in the list
- **start** **integer** Required  
  Position of the first item in the list
- **total** **integer** Required  
  Total number of items in the project

### subscription
**object** [ProjectInfoSchema](https://docs.mediakind.com/api-reference/fleets-api/schemas/projectinfoschema) Optional  
Project info

#### Subscription Properties

- **id** **string** Required  
  Project ID
- **name** **string** Required  
  Project name

### valuelist of objects  
**[DeviceGetSchema](https://docs.mediakind.com/api-reference/fleets-api/schemas/devicegetschema)** Required  
A list of devices.

#### Device Properties

- **kind** **string** Required  
  The kind of record.
- **metadata** **object** [MetadataSchema](https://docs.mediakind.com/api-reference/fleets-api/schemas/metadataschema) Required  
  Device metadata.

##### Metadata Properties

- **created** **string** Optional format: date-time  
  The time when the resource was created
- **createdBy** **string** Optional format: uuid  
  ID of the user who created the resource
- **createdByEmail** **string** Optional  
  Email of the user who created the resource
- **displayName** **string** Optional  
  The display name of the resource
- **id** **string** Required format: uuid  
  The ID of the resource
- **labels** **map from strings to string** Optional  
  A dictionary of labels associated with the resource
- **name** **string** Optional  
  The name of the resource
- **updated** **string** Optional format: date-time  
  The time when the resource was last updated
- **updatedBy** **string** Optional format: uuid  
  ID of the user who last updated the resource
- **updatedByEmail** **string** Optional  
  Email of the user who last updated the resource

### spec
**object** [DeviceBodySpec](https://docs.mediakind.com/api-reference/fleets-api/schemas/devicebodyspec) Required  
Device specification.

#### Specification Properties

- **autoPreloadLatestSoftware** **boolean** Optional Defaults to false  
  Whether the device should automatically preload the latest available software version.
- **availableNetworks** **list of objects** [AvailableNetworkFragment](https://docs.mediakind.com/api-reference/fleets-api/schemas/availablenetworkfragment) Required  
  The list of networks available to the device.

### Geolocation Data

- **geolocation** **object** [GeolocationFragment](https://docs.mediakind.com/api-reference/fleets-api/schemas/geolocationfragment) Optional  
  Optional geolocation data for the device.

#### Geolocation Properties

- **coordinates** **list of doubles** Required  
  Co-ordinates that describe the geolocation (ISO 6709).

### status
**object** [DeviceStatusGetSchema](https://docs.mediakind.com/api-reference/fleets-api/schemas/devicestatusgetschema) Required  
Device status.

#### Status Properties

- **alarmSeverity** **enum** Optional  
  The most severe alarm level last reported by the device.
- **assignedFlows** **list of objects** [AssignedFlowGetSchema](https://docs.mediakind.com/api-reference/fleets-api/schemas/assignedflowgetschema) Optional  
  A list of the flow names assigned to the device.

### beamHA
**object** [BeamHASchema](https://docs.mediakind.com/api-reference/fleets-api/schemas/beamhaschema) Optional  
Information about the beamHA the device is connected to.

### capabilities
**object** [DeviceCapabilitiesSchema](https://docs.mediakind.com/api-reference/fleets-api/schemas/devicecapabilitiesschema) Optional  
Device capabilities based on software version and hardware.
