---
title: "Get stand details by id (admin)"
method: GET
path: "/admin/stands/{standId}"
---

# Get stand details by id (admin)

`GET /admin/stands/{standId}`

## Path parameters

- `standId` integer, required

## Response `200`

Success response envelope

- SuccessEnvelope
  - `data` unknown, required
  - `meta` ResponseMeta, required
    - `requestId` string, required
    - `timestamp` string, date-time, required

## Other responses

- `404` — Problem details response

## Changes

- **2026-06-01** `7e039877b813` — 2 info
  - added the optional property `code` to the response with the `404` status
  - added the optional property `params` to the response with the `404` status
- **2026-02-28** `832c7fc616ed` — 2 warning, 1 info
  - removed the optional property `code` from the response with the `404` status
  - removed the optional property `params` from the response with the `404` status
  - for the `path` request parameter `standId`, the type/format was generalized from `integer`/`` to `string`/``

[Change history](https://skmtc.dev/cyklokoalicia/apis/opensourcebikeshare-api/changes/admin/stands/:standId/get.md)

---

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