projects / #8
- orgId
-
Cremin - Kautzer
- teamId
- teams/6
- name
- Reporting Module
- slug
- cremin-kautzer-reporting-module
- description
- Venustas verecundia peior depopulo earum auditor terror animus audentia.
- status
- completed
- startDate
- 2025-12-01
- dueDate
- 2026-09-25
- ownerUserId
- 226
- createdAt
- updatedAt
Component variants
Related
References
Referenced by
curl -sS \
"https://example-data.com/api/v1/projects/8" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/projects/8"
);
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/8"
);
const project = (await res.json()) as Project;import requests
res = requests.get(
"https://example-data.com/api/v1/projects/8"
)
project = res.json() {
"id": 8,
"orgId": 2,
"teamId": 6,
"name": "Reporting Module",
"slug": "cremin-kautzer-reporting-module",
"description": "Venustas verecundia peior depopulo earum auditor terror animus audentia.",
"status": "completed",
"startDate": "2025-12-01",
"dueDate": "2026-09-25",
"ownerUserId": 226,
"createdAt": "2025-05-22T02:28:19.043Z",
"updatedAt": "2025-10-18T10:03:06.341Z"
}