projects / #18
- orgId
-
Herzog - Lowe
- teamId
- —
- name
- CI/CD Pipeline
- slug
- herzog-lowe-ci-cd-pipeline
- description
- Barba sumo depromo depopulo ago.
- status
- archived
- startDate
- 2025-11-06
- dueDate
- 2026-08-25
- ownerUserId
- 163
- createdAt
- updatedAt
Component variants
Related
References
Referenced by
curl -sS \
"https://example-data.com/api/v1/projects/18" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/projects/18"
);
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/18"
);
const project = (await res.json()) as Project;import requests
res = requests.get(
"https://example-data.com/api/v1/projects/18"
)
project = res.json() {
"id": 18,
"orgId": 6,
"teamId": null,
"name": "CI/CD Pipeline",
"slug": "herzog-lowe-ci-cd-pipeline",
"description": "Barba sumo depromo depopulo ago.",
"status": "archived",
"startDate": "2025-11-06",
"dueDate": "2026-08-25",
"ownerUserId": 163,
"createdAt": "2025-08-20T19:14:48.678Z",
"updatedAt": "2026-05-04T10:14:37.959Z"
}