projects / #81
- orgId
-
Thompson Group
- teamId
- teams/86
- name
- Search Integration
- slug
- thompson-group-search-integration
- description
- Arbitro consequatur vapulus taceo patior comminor toties.
- status
- archived
- startDate
- 2025-09-08
- dueDate
- 2026-07-22
- ownerUserId
- 62
- createdAt
- updatedAt
Component variants
Related
References
Referenced by
curl -sS \
"https://example-data.com/api/v1/projects/81" \
-H "Accept: application/json"const res = await fetch(
"https://example-data.com/api/v1/projects/81"
);
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/81"
);
const project = (await res.json()) as Project;import requests
res = requests.get(
"https://example-data.com/api/v1/projects/81"
)
project = res.json() {
"id": 81,
"orgId": 28,
"teamId": 86,
"name": "Search Integration",
"slug": "thompson-group-search-integration",
"description": "Arbitro consequatur vapulus taceo patior comminor toties.",
"status": "archived",
"startDate": "2025-09-08",
"dueDate": "2026-07-22",
"ownerUserId": 62,
"createdAt": "2025-10-10T19:14:43.250Z",
"updatedAt": "2025-12-12T07:27:59.263Z"
}