example-data.com

projects / #39

orgId
Swift - Lakin
teamId
teams/31
name
Reporting Module
slug
swift-lakin-reporting-module
description
Decet creta temeritas.
status
archived
startDate
2026-03-25
dueDate
2026-09-19
ownerUserId
107
createdAt
updatedAt

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/projects/39"
)
project = res.json()
{
  "id": 39,
  "orgId": 12,
  "teamId": 31,
  "name": "Reporting Module",
  "slug": "swift-lakin-reporting-module",
  "description": "Decet creta temeritas.",
  "status": "archived",
  "startDate": "2026-03-25",
  "dueDate": "2026-09-19",
  "ownerUserId": 107,
  "createdAt": "2025-05-31T15:43:04.756Z",
  "updatedAt": "2026-01-11T03:45:44.652Z"
}
Draftbit