projects / #48
- orgId
-
Pouros, Nikolaus and Donnelly
- teamId
- teams/47
- name
- Legacy Migration
- slug
- pouros-nikolaus-and-donnelly-legacy-migration
- description
- Debilito demum curto socius cuius baiulus denuo.
- status
- on_hold
- startDate
- 2025-06-16
- dueDate
- 2026-10-05
- ownerUserId
- 193
- createdAt
- updatedAt
Component variants
Related
References
Referenced by
curl -sS \
"https://example-data.com/api/v1/projects/48" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/projects/48"
);
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/48"
);
const project = (await res.json()) as Project;import requests
res = requests.get(
"https://example-data.com/api/v1/projects/48"
)
project = res.json() {
"id": 48,
"orgId": 16,
"teamId": 47,
"name": "Legacy Migration",
"slug": "pouros-nikolaus-and-donnelly-legacy-migration",
"description": "Debilito demum curto socius cuius baiulus denuo.",
"status": "on_hold",
"startDate": "2025-06-16",
"dueDate": "2026-10-05",
"ownerUserId": 193,
"createdAt": "2025-11-24T17:23:59.694Z",
"updatedAt": "2026-02-25T17:04:48.567Z"
}