Verizon · JSON Structure

Thingspace Connectivity Device List Response Structure

Response containing list of devices

Type: object Properties: 3
WirelessTelecommunicationsIoT5GEnterpriseNetwork APIsFortune 100

DeviceListResponse is a JSON Structure definition published by Verizon, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

devices hasMoreData lastSeenDeviceId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/verizon/refs/heads/main/json-structure/thingspace-connectivity-device-list-response-structure.json",
  "description": "Response containing list of devices",
  "type": "object",
  "properties": {
    "devices": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DeviceInformation"
      }
    },
    "hasMoreData": {
      "type": "boolean",
      "description": "Whether there are more devices to retrieve",
      "example": false
    },
    "lastSeenDeviceId": {
      "type": "string",
      "description": "ID of the last device returned for pagination",
      "example": "990013907835573"
    }
  },
  "name": "DeviceListResponse"
}