projects / #43
- orgId
-
Reichel - Kling
- teamId
- —
- name
- Design System
- slug
- reichel-kling-design-system
- description
- Pax labore decumbo stillicidium atque nulla admoneo aer.
- status
- archived
- startDate
- 2026-02-09
- dueDate
- 2026-09-08
- ownerUserId
- 213
- createdAt
- updatedAt
Component variants
Related
References
Referenced by
curl -sS \
"https://example-data.com/api/v1/projects/43" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/projects/43"
);
const project = await res.json();import type { Project } from "https://example-data.com/types/projects.d.ts";
const res = await fetch(
"https://example-data.com/api/v1/projects/43"
);
const project = (await res.json()) as Project;import requests
res = requests.get(
"https://example-data.com/api/v1/projects/43"
)
project = res.json() {
"id": 43,
"orgId": 14,
"teamId": null,
"name": "Design System",
"slug": "reichel-kling-design-system",
"description": "Pax labore decumbo stillicidium atque nulla admoneo aer.",
"status": "archived",
"startDate": "2026-02-09",
"dueDate": "2026-09-08",
"ownerUserId": 213,
"createdAt": "2025-06-14T21:28:12.103Z",
"updatedAt": "2025-07-03T08:32:29.006Z"
}