projects / #44
- orgId
-
Lowe and Sons
- teamId
- teams/43
- name
- Design System
- slug
- lowe-and-sons-design-system
- description
- Deporto tergeo tendo annus vir vere denique.
- status
- active
- startDate
- 2025-10-08
- dueDate
- 2026-06-29
- ownerUserId
- 199
- createdAt
- updatedAt
Component variants
Related
References
Referenced by
curl -sS \
"https://example-data.com/api/v1/projects/44" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/projects/44"
);
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/44"
);
const project = (await res.json()) as Project;import requests
res = requests.get(
"https://example-data.com/api/v1/projects/44"
)
project = res.json() {
"id": 44,
"orgId": 15,
"teamId": 43,
"name": "Design System",
"slug": "lowe-and-sons-design-system",
"description": "Deporto tergeo tendo annus vir vere denique.",
"status": "active",
"startDate": "2025-10-08",
"dueDate": "2026-06-29",
"ownerUserId": 199,
"createdAt": "2025-11-09T11:22:43.993Z",
"updatedAt": "2026-01-16T14:56:45.002Z"
}