example-data.com

projects / #13

orgId
Funk, Renner and Grady
teamId
teams/14
name
Data Pipeline
slug
funk-renner-and-grady-data-pipeline
description
Amoveo degero terra audeo non causa casus vulnus dolor amoveo.
status
on_hold
startDate
2025-09-11
dueDate
2026-06-14
ownerUserId
149
createdAt
updatedAt

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/projects/13"
)
project = res.json()
{
  "id": 13,
  "orgId": 4,
  "teamId": 14,
  "name": "Data Pipeline",
  "slug": "funk-renner-and-grady-data-pipeline",
  "description": "Amoveo degero terra audeo non causa casus vulnus dolor amoveo.",
  "status": "on_hold",
  "startDate": "2025-09-11",
  "dueDate": "2026-06-14",
  "ownerUserId": 149,
  "createdAt": "2026-03-31T21:45:55.218Z",
  "updatedAt": "2026-05-17T14:47:20.530Z"
}
Draftbit