projects / #85
- orgId
-
Gleason - Kertzmann
- teamId
- —
- name
- CI/CD Pipeline
- slug
- gleason-kertzmann-ci-cd-pipeline
- description
- Pectus claudeo decimus adsuesco recusandae textus conspergo tantillus.
- status
- planning
- startDate
- 2025-12-10
- dueDate
- —
- ownerUserId
- 147
- createdAt
- updatedAt
Component variants
Related
References
Referenced by
curl -sS \
"https://example-data.com/api/v1/projects/85" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/projects/85"
);
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/85"
);
const project = (await res.json()) as Project;import requests
res = requests.get(
"https://example-data.com/api/v1/projects/85"
)
project = res.json() {
"id": 85,
"orgId": 30,
"teamId": null,
"name": "CI/CD Pipeline",
"slug": "gleason-kertzmann-ci-cd-pipeline",
"description": "Pectus claudeo decimus adsuesco recusandae textus conspergo tantillus.",
"status": "planning",
"startDate": "2025-12-10",
"dueDate": null,
"ownerUserId": 147,
"createdAt": "2025-12-31T21:54:17.659Z",
"updatedAt": "2026-04-03T08:33:42.726Z"
}