---
title: "Gets all device concentrators."
method: GET
path: "/api/lorawan/concentrators"
tags: ["LoRa WAN"]
---

# Gets all device concentrators.

`GET /api/lorawan/concentrators`

## Query parameters

- `searchText` string
- `status` boolean
- `state` boolean
- `pageNumber` integer
- `pageSize` integer
- `orderBy` string[]

## Response `200`

Success

- ConcentratorDtoPaginationResult — Class representing the page results.
  - `items` ConcentratorDto[], nullable — The current page items.
    - `deviceId` string, required — The device identifier.
    - `deviceName` string, required — The name of the device.
    - `loraRegion` string, required — The lora region.
    - `deviceType` string, nullable — The type of the device.
    - `clientThumbprint` string, nullable — The client certificate thumbprint.
    - `isConnected` boolean — `true` if this instance is connected; otherwise, `false`.
    - `isEnabled` boolean — `true` if this instance is enabled; otherwise, `false`.
    - `alreadyLoggedInOnce` boolean — `true` if [already logged in once]; otherwise, `false`.
    - `routerConfig` RouterConfig — Router configuration.
      - `NetID` integer[], nullable — The network identifier.
      - `JoinEui` array[], nullable — The join eui.
        - string[]
      - `region` string, nullable — The region.
      - `hwspec` string, nullable — The hardware specifications.
      - `freq_range` integer[], nullable — The frequency range.
      - `DRs` array[], nullable — The DRs.
        - integer[]
      - `sx1301_conf` object[], nullable — The SX1301 conf.
      - `nocca` boolean — `true` if nocca; otherwise, `false`.
      - `nodc` boolean — `true` if nodc; otherwise, `false`.
      - `nodwell` boolean — `true` if nodwell; otherwise, `false`.
  - `totalItems` integer — The total number of items.
  - `nextPage` string, nullable — The query next page Url.

---

[API](https://skmtc.net/cgi-fr/apis/azure-iot-hub-portal-api.md) · [All operations](https://skmtc.net/cgi-fr/apis/azure-iot-hub-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cgi-fr/azure-iot-hub-portal-api/versions/ce058568b9f0/schema)
