projects / #74
- orgId
-
Maggio and Sons
- teamId
- teams/80
- name
- Data Pipeline
- slug
- maggio-and-sons-data-pipeline
- description
- Coma vitae depulso alius calculus speculum alienus arcus comparo.
- status
- archived
- startDate
- 2025-10-29
- dueDate
- 2026-10-17
- ownerUserId
- 159
- createdAt
- updatedAt
Component variants
Related
References
Referenced by
curl -sS \
"https://example-data.com/api/v1/projects/74" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/projects/74"
);
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/74"
);
const project = (await res.json()) as Project;import requests
res = requests.get(
"https://example-data.com/api/v1/projects/74"
)
project = res.json() {
"id": 74,
"orgId": 25,
"teamId": 80,
"name": "Data Pipeline",
"slug": "maggio-and-sons-data-pipeline",
"description": "Coma vitae depulso alius calculus speculum alienus arcus comparo.",
"status": "archived",
"startDate": "2025-10-29",
"dueDate": "2026-10-17",
"ownerUserId": 159,
"createdAt": "2025-10-24T15:04:26.482Z",
"updatedAt": "2025-10-30T22:38:19.806Z"
}