---
title: "Fetch elevator stop"
method: GET
path: "/elevator_stops/{id}"
tags: ["Elevator stops"]
---

# Fetch elevator stop

`GET /elevator_stops/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- object
  - `id` integer, required — The ID of the elevator stop
  - `resource_type` 'ElevatorStop', required — The resource type of the elevator stop
  - `created_at` string, date-time, required — When the elevator stop was created
  - `updated_at` string, date-time, required — When the elevator stop was updated
  - `name` string, required — The name of the elevator stop
  - `locked_down` boolean, required — Whether the elevator stop is currently locked down. When locked down the elevator stop is locked for everyone
  - `locked_down_since` string, date-time, nullable, required — Since when the elevator stop has been locked down
  - `on_scheduled_permit` boolean, required — If the elevator stop is on a scheduled unlock
  - `permitted` boolean, required — Whether the elevator stop is currently permitted
  - `time_restriction_enabled` boolean, nullable, required — Whether the elevator stop is time restricted. Time restriction enforces that users may only permit at specific hours
  - `elevator_id` integer, required — The elevator ID of the elevator stop
  - `elevator` object, required — The elevator of the elevator stop
    - `id` integer, required — The ID of the elevator
    - `resource_type` 'Elevator', required — The resource type of the elevator
    - `name` string, required — The name of the elevator
  - `floor_id` integer, required — The floor ID of the elevator stop
  - `floor` object, required — The floor of the elevator stop
    - `id` integer, required — The ID of the floor
    - `resource_type` 'Floor', required — The resource type of the floor
    - `name` string, required — The name of the floor
    - `number` integer, required — The number of the floor
  - `place_id` integer, required — The place ID of the elevator stop
  - `place` object, required — The place of the elevator stop
    - `id` integer, required — The ID of the place
    - `resource_type` 'Place', required — The resource type of the place
    - `name` string, required — The name of the place

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/kisi/apis/kisi-api.md) · [All operations](https://skmtc.dev/kisi/apis/kisi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kisi/kisi-api/revisions/998700ffff5a/schema)
