projects / #27
- orgId
-
Predovic, Prosacco and O'Hara
- teamId
- —
- name
- Dashboard Overhaul
- slug
- predovic-prosacco-and-o-hara-dashboard-overhaul
- description
- Tenus virtus coruscus odit advoco confido vicissitudo depraedor dedecor vitium.
- status
- active
- startDate
- 2025-12-24
- dueDate
- 2026-07-12
- ownerUserId
- 249
- createdAt
- updatedAt
Component variants
Related
References
Referenced by
curl -sS \
"https://example-data.com/api/v1/projects/27" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/projects/27"
);
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/27"
);
const project = (await res.json()) as Project;import requests
res = requests.get(
"https://example-data.com/api/v1/projects/27"
)
project = res.json() {
"id": 27,
"orgId": 9,
"teamId": null,
"name": "Dashboard Overhaul",
"slug": "predovic-prosacco-and-o-hara-dashboard-overhaul",
"description": "Tenus virtus coruscus odit advoco confido vicissitudo depraedor dedecor vitium.",
"status": "active",
"startDate": "2025-12-24",
"dueDate": "2026-07-12",
"ownerUserId": 249,
"createdAt": "2025-10-28T02:44:54.864Z",
"updatedAt": "2026-02-10T00:04:50.481Z"
}