example-data.com

tasks

tasks

Page 7 of 10.

projectId
projects/19
assigneeUserId
245
title
Deploy email notifications
description
Acer sum talio usus viriliter beatae.
status
blocked
priority
low
dueDate
createdAt
updatedAt
projectId
projects/19
assigneeUserId
55
title
Migrate UI component
description
Usitas ut deputo velut.
status
done
priority
normal
dueDate
createdAt
updatedAt
projectId
projects/20
assigneeUserId
148
title
Configure API endpoint
description
Celo adicio denuo maiores aiunt spiritus crinis.
status
done
priority
normal
dueDate
2026-04-27
createdAt
updatedAt
projectId
projects/20
assigneeUserId
title
Optimize UI component
description
Bibo pauper congregatio accusantium torrens harum.
status
done
priority
high
dueDate
2026-05-07
createdAt
updatedAt
projectId
projects/20
assigneeUserId
184
title
Deploy webhook handler
description
Alii eligendi reiciendis stultus torrens patior nulla sperno aer corrupti.
status
in_review
priority
high
dueDate
2026-06-05
createdAt
updatedAt
projectId
projects/20
assigneeUserId
130
title
Refactor dashboard widget
description
Sursum benevolentia tantillus cribro vilitas antepono cribro depraedor admoneo ex.
status
in_review
priority
high
dueDate
createdAt
updatedAt

Showing first 6 of 24 on this page.

curl -sS \
  "https://example-data.com/api/v1/tasks?limit=25"
const res = await fetch(
  "https://example-data.com/api/v1/tasks?limit=25"
);
const { data, meta } = await res.json();
import type { Task, ListEnvelope } from "https://example-data.com/types/tasks.d.ts";

const res = await fetch(
  "https://example-data.com/api/v1/tasks?limit=25"
);
const { data, meta } = (await res.json()) as ListEnvelope<Task>;
import requests

res = requests.get(
    "https://example-data.com/api/v1/tasks",
    params={"limit": 25},
)
data = res.json()
{
  "data": [
    {
      "id": 145,
      "projectId": 19,
      "assigneeUserId": 245,
      "title": "Deploy email notifications",
      "description": "Acer sum talio usus viriliter beatae.",
      "status": "blocked",
      "priority": "low",
      "dueDate": null,
      "createdAt": "2026-02-24T01:23:08.822Z",
      "updatedAt": "2026-04-04T16:09:47.272Z"
    },
    {
      "id": 146,
      "projectId": 19,
      "assigneeUserId": 55,
      "title": "Migrate UI component",
      "description": "Usitas ut deputo velut.",
      "status": "done",
      "priority": "normal",
      "dueDate": null,
      "createdAt": "2025-12-20T15:58:10.229Z",
      "updatedAt": "2026-01-13T20:51:04.475Z"
    },
    {
      "id": 147,
      "projectId": 20,
      "assigneeUserId": 148,
      "title": "Configure API endpoint",
      "description": "Celo adicio denuo maiores aiunt spiritus crinis.",
      "status": "done",
      "priority": "normal",
      "dueDate": "2026-04-27",
      "createdAt": "2025-05-30T20:44:33.316Z",
      "updatedAt": "2025-08-06T16:12:11.630Z"
    }
  ],
  "meta": {
    "page": 7,
    "limit": 24,
    "total": 723,
    "totalPages": 31
  },
  "links": {
    "self": "/api/v1/tasks?page=7",
    "next": "/api/v1/tasks?page=8",
    "prev": "/api/v1/tasks?page=6"
  }
}
Draftbit