---
title: "Get all devices"
method: GET
path: "/rest/device?iDisplayLength={displayLength}&iDisplayStart={displayStart}"
---

# Get all devices

`GET /rest/device?iDisplayLength={displayLength}&iDisplayStart={displayStart}`

## Path parameters

- `displayLength` integer, required
- `displayStart` integer, required

## Response `200`

200

- object
  - `iTotalRecords` integer
  - `iTotalDisplayRecords` integer
  - `sEcho` unknown
  - `aaData` object[]
    - `id` integer
    - `deviceId` string
    - `fullDeviceId` string
    - `tenantId` integer
    - `model` string
    - `manufacturer` string
    - `managed` boolean
    - `inUse` boolean
    - `os` string
    - `protocolRealm` object[]

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404

---

[API](https://skmtc.dev/iotcreators/apis/iot-creators-scs-api.md) · [All operations](https://skmtc.dev/iotcreators/apis/iot-creators-scs-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iotcreators/iot-creators-scs-api/revisions/56410fabfdec/schema)
