projects / #67
- orgId
-
Prohaska - Wiza
- teamId
- teams/73
- name
- Payment Gateway
- slug
- prohaska-wiza-payment-gateway
- description
- Atqui spectaculum denuo crastinus veniam debeo.
- status
- archived
- startDate
- 2025-12-11
- dueDate
- —
- ownerUserId
- 37
- createdAt
- updatedAt
Component variants
Related
References
Referenced by
curl -sS \
"https://example-data.com/api/v1/projects/67" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/projects/67"
);
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/67"
);
const project = (await res.json()) as Project;import requests
res = requests.get(
"https://example-data.com/api/v1/projects/67"
)
project = res.json() {
"id": 67,
"orgId": 23,
"teamId": 73,
"name": "Payment Gateway",
"slug": "prohaska-wiza-payment-gateway",
"description": "Atqui spectaculum denuo crastinus veniam debeo.",
"status": "archived",
"startDate": "2025-12-11",
"dueDate": null,
"ownerUserId": 37,
"createdAt": "2026-05-01T22:12:35.653Z",
"updatedAt": "2026-05-11T20:06:45.673Z"
}