example-data.com

projects / #66

orgId
Dach - Russel
teamId
teams/70
name
CI/CD Pipeline
slug
dach-russel-ci-cd-pipeline
description
Solio thermae ait valens coniecto contra aedificium validus sono.
status
completed
startDate
2025-11-30
dueDate
2026-10-15
ownerUserId
192
createdAt
updatedAt

Component variants

Related

curl -sS \
  "https://example-data.com/api/v1/projects/66" \
  -H "Accept: application/json"
const res = await fetch(
  "https://example-data.com/api/v1/projects/66"
);
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/66"
);
const project = (await res.json()) as Project;
import requests

res = requests.get(
    "https://example-data.com/api/v1/projects/66"
)
project = res.json()
{
  "id": 66,
  "orgId": 22,
  "teamId": 70,
  "name": "CI/CD Pipeline",
  "slug": "dach-russel-ci-cd-pipeline",
  "description": "Solio thermae ait valens coniecto contra aedificium validus sono.",
  "status": "completed",
  "startDate": "2025-11-30",
  "dueDate": "2026-10-15",
  "ownerUserId": 192,
  "createdAt": "2026-04-28T19:01:05.393Z",
  "updatedAt": "2026-05-12T13:25:43.428Z"
}
Draftbit