projects / #58
- orgId
-
Ziemann LLC
- teamId
- teams/61
- name
- Notification Service
- slug
- ziemann-llc-notification-service
- description
- Color somniculosus amissio administratio solium uterque nisi currus suadeo sursum.
- status
- archived
- startDate
- 2025-07-27
- dueDate
- 2026-06-23
- ownerUserId
- 28
- createdAt
- updatedAt
Component variants
Related
References
Referenced by
curl -sS \
"https://example-data.com/api/v1/projects/58" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/projects/58"
);
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/58"
);
const project = (await res.json()) as Project;import requests
res = requests.get(
"https://example-data.com/api/v1/projects/58"
)
project = res.json() {
"id": 58,
"orgId": 20,
"teamId": 61,
"name": "Notification Service",
"slug": "ziemann-llc-notification-service",
"description": "Color somniculosus amissio administratio solium uterque nisi currus suadeo sursum.",
"status": "archived",
"startDate": "2025-07-27",
"dueDate": "2026-06-23",
"ownerUserId": 28,
"createdAt": "2026-01-09T09:05:16.535Z",
"updatedAt": "2026-02-26T02:56:37.222Z"
}