projects / #34
- orgId
-
Krajcik Group
- teamId
- —
- name
- Data Pipeline
- slug
- krajcik-group-data-pipeline
- description
- Clarus peior venio suadeo cauda pax aer admiratio cultellus blanditiis.
- status
- completed
- startDate
- 2025-09-01
- dueDate
- 2026-11-16
- ownerUserId
- 200
- createdAt
- updatedAt
Component variants
Related
References
Referenced by
curl -sS \
"https://example-data.com/api/v1/projects/34" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/projects/34"
);
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/34"
);
const project = (await res.json()) as Project;import requests
res = requests.get(
"https://example-data.com/api/v1/projects/34"
)
project = res.json() {
"id": 34,
"orgId": 11,
"teamId": null,
"name": "Data Pipeline",
"slug": "krajcik-group-data-pipeline",
"description": "Clarus peior venio suadeo cauda pax aer admiratio cultellus blanditiis.",
"status": "completed",
"startDate": "2025-09-01",
"dueDate": "2026-11-16",
"ownerUserId": 200,
"createdAt": "2025-09-17T19:36:55.946Z",
"updatedAt": "2025-09-19T14:32:02.718Z"
}