projects / #73
- orgId
-
Maggio and Sons
- teamId
- teams/80
- name
- CI/CD Pipeline
- slug
- maggio-and-sons-ci-cd-pipeline
- description
- Taedium curo non crebro voluntarius.
- status
- on_hold
- startDate
- 2026-01-27
- dueDate
- —
- ownerUserId
- 54
- createdAt
- updatedAt
Component variants
Related
References
Referenced by
curl -sS \
"https://example-data.com/api/v1/projects/73" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/projects/73"
);
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/73"
);
const project = (await res.json()) as Project;import requests
res = requests.get(
"https://example-data.com/api/v1/projects/73"
)
project = res.json() {
"id": 73,
"orgId": 25,
"teamId": 80,
"name": "CI/CD Pipeline",
"slug": "maggio-and-sons-ci-cd-pipeline",
"description": "Taedium curo non crebro voluntarius.",
"status": "on_hold",
"startDate": "2026-01-27",
"dueDate": null,
"ownerUserId": 54,
"createdAt": "2026-02-06T11:53:24.594Z",
"updatedAt": "2026-03-13T13:00:46.374Z"
}