---
title: "Lists hot desking devices"
method: GET
path: "/hotdesking"
tags: ["Hot Desking"]
---

# Lists hot desking devices

`GET /hotdesking`

Retrieve a collection of hot desking.

## Query parameters

- `filter` string
- `search` string
- `orderby` string
- `skip` integer
- `top` integer

## Response `200`

OK

- object
  - `count` integer — Total number of resource.
  - `items` object[]
    - `id` string — The unique ID of the resource.
    - `model` string — The name of IP phone model.
    - `extension_number` string — The extension number.
    - `current_extension_number` string — The extension number.
    - `display_name` string — The display name of hot desking.

## Other responses

- `4XX` — Error

---

[API](https://skmtc.net/portsip/apis/portsip-pbx-rest-api.md) · [All operations](https://skmtc.net/portsip/apis/portsip-pbx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portsip/portsip-pbx-rest-api/revisions/577415d4a3d5/schema)
