projects / #37
- orgId
-
Swift - Lakin
- teamId
- teams/31
- name
- Legacy Migration
- slug
- swift-lakin-legacy-migration
- description
- Sed advoco nisi assumenda sustineo carcer necessitatibus territo sustineo socius.
- status
- completed
- startDate
- 2025-09-20
- dueDate
- —
- ownerUserId
- 179
- createdAt
- updatedAt
Component variants
Related
References
Referenced by
curl -sS \
"https://example-data.com/api/v1/projects/37" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/projects/37"
);
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/37"
);
const project = (await res.json()) as Project;import requests
res = requests.get(
"https://example-data.com/api/v1/projects/37"
)
project = res.json() {
"id": 37,
"orgId": 12,
"teamId": 31,
"name": "Legacy Migration",
"slug": "swift-lakin-legacy-migration",
"description": "Sed advoco nisi assumenda sustineo carcer necessitatibus territo sustineo socius.",
"status": "completed",
"startDate": "2025-09-20",
"dueDate": null,
"ownerUserId": 179,
"createdAt": "2025-11-02T08:42:59.706Z",
"updatedAt": "2026-03-03T09:53:40.816Z"
}