---
title: "Get parameter by id"
method: GET
path: "/api/parameters/{id}"
tags: ["Parameters"]
---

# Get parameter by id

`GET /api/parameters/{id}`

Returns a parameter with the specified id.

## Path parameters

- `id` string, required

## Response `200`

OK

- Parameter
  - `id` string, nullable — The identifier of the parameter.
  - `type` string, nullable — The type of the parameter. Available values are `String`, `Number`, `Boolean`, `Credential`, `Resource`, `Integer` and `Object`.
  - `organizationId` string, uuid — The identifier of the organization.
  - `createdAt` string, date-time — The time the parameter was created.
  - `createdBy` string, uuid — The user that created the parameter.
  - `updatedAt` string, date-time — The time the parameter was last updated.
  - `updatedBy` string, uuid — The user that last updated the parameter.
  - `value` ParameterValue
    - `id` string, nullable
    - `organizationId` string, uuid
    - `type` string, nullable
    - `value` unknown
  - `overrides` ParameterOverride[], nullable
    - `id` string, nullable — The identifier of the parameter.
    - `type` string, nullable — The type of the parameter. Available values are `String`, `Number`, `Boolean`, `Credential`, `Resource`, `Integer` and `Object`.
    - `organizationId` string, uuid — The identifier of the organization.
    - `createdAt` string, date-time — The time the parameter was created.
    - `createdBy` string, uuid — The user that created the parameter.
    - `updatedAt` string, date-time — The time the parameter was last updated.
    - `updatedBy` string, uuid — The user that last updated the parameter.
    - `value` ParameterValue
      - `id` string, nullable
      - `organizationId` string, uuid
      - `type` string, nullable
      - `value` unknown
    - `edgeNodeId` string, uuid — The identifier of the node.
  - `nrOfOverrides` integer — The number of overrides for the parameter.
  - `nrOfFlowDefinitions` integer — The number of flow definitions that uses the parameter.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `503` — Service Unavailable

---

[API](https://skmtc.net/crosser/apis/edge-director-api.md) · [All operations](https://skmtc.net/crosser/apis/edge-director-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crosser/edge-director-api/versions/746b3f44e69d/schema)
