projects / #71
- orgId
-
Maggio and Sons
- teamId
- —
- name
- Reporting Module
- slug
- maggio-and-sons-reporting-module
- description
- Consuasor torqueo adopto aurum sui admitto tam asper alienus.
- status
- active
- startDate
- 2026-02-18
- dueDate
- 2026-07-03
- ownerUserId
- 57
- createdAt
- updatedAt
Component variants
Related
References
Referenced by
curl -sS \
"https://example-data.com/api/v1/projects/71" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/projects/71"
);
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/71"
);
const project = (await res.json()) as Project;import requests
res = requests.get(
"https://example-data.com/api/v1/projects/71"
)
project = res.json() {
"id": 71,
"orgId": 25,
"teamId": null,
"name": "Reporting Module",
"slug": "maggio-and-sons-reporting-module",
"description": "Consuasor torqueo adopto aurum sui admitto tam asper alienus.",
"status": "active",
"startDate": "2026-02-18",
"dueDate": "2026-07-03",
"ownerUserId": 57,
"createdAt": "2026-02-05T06:13:14.355Z",
"updatedAt": "2026-03-14T17:42:04.583Z"
}