---
title: "Details about a development constraint"
method: GET
path: "/development_constraints/{development_constraints_id}"
tags: ["Development Constraints"]
---

# Details about a development constraint

`GET /development_constraints/{development_constraints_id}`

Given a development constraints ID, get details about a development constraint

## Path parameters

- `development_constraints_id` string, uuid, required — A development constraints ID in the form of a UUID.

## Response `200`

Details about a development constraint

- DevelopmentConstraintFeature
  - `id` string, uuid
  - `name` string, nullable
  - `type` string
  - `attributes` object[] — Attributes containing any additional details about the feature
    - `key` string
    - `value` string
  - `data` object
    - `feature` DevelopmentConstraintFeatureItem
      - `id` string, uuid — A development constraints ID in the form of a UUID.
      - `type` string
      - `name` string
      - `attributes` unknown

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.net/land/apis/landtech-api.md) · [All operations](https://skmtc.net/land/apis/landtech-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/land/landtech-api/versions/4608786ac394/schema)
