projects / #54
- orgId
-
Ratke - Kub
- teamId
- teams/53
- name
- Mobile App v2
- slug
- ratke-kub-mobile-app-v2
- description
- Cernuus deorsum sollers ut callide ventus creber amplexus.
- status
- completed
- startDate
- 2025-09-06
- dueDate
- —
- ownerUserId
- 64
- createdAt
- updatedAt
Component variants
Related
References
Referenced by
curl -sS \
"https://example-data.com/api/v1/projects/54" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/projects/54"
);
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/54"
);
const project = (await res.json()) as Project;import requests
res = requests.get(
"https://example-data.com/api/v1/projects/54"
)
project = res.json() {
"id": 54,
"orgId": 18,
"teamId": 53,
"name": "Mobile App v2",
"slug": "ratke-kub-mobile-app-v2",
"description": "Cernuus deorsum sollers ut callide ventus creber amplexus.",
"status": "completed",
"startDate": "2025-09-06",
"dueDate": null,
"ownerUserId": 64,
"createdAt": "2025-12-06T01:58:42.403Z",
"updatedAt": "2026-04-05T14:24:17.501Z"
}