example-data.com

messages / #212

Message #212

· 4/5/2026

Admoveo abduco audax acquiro pectus arguo. Summopere iste bardus acsi coniecto clam cultura molestias. Cras comes carmen aeger.

Component variants

Related

curl -sS \
  "https://example-data.com/api/v1/messages/212" \
  -H "Accept: application/json"
const res = await fetch(
  "https://example-data.com/api/v1/messages/212"
);
const message = await res.json();
import type { Message } from "https://example-data.com/types/messages.d.ts";

const res = await fetch(
  "https://example-data.com/api/v1/messages/212"
);
const message = (await res.json()) as Message;
import requests

res = requests.get(
    "https://example-data.com/api/v1/messages/212"
)
message = res.json()
{
  "id": 212,
  "conversationId": 12,
  "userId": 194,
  "body": "Admoveo abduco audax acquiro pectus arguo. Summopere iste bardus acsi coniecto clam cultura molestias. Cras comes carmen aeger.",
  "isEdited": false,
  "createdAt": "2026-04-05T05:27:11.292Z",
  "updatedAt": "2026-04-05T05:27:11.292Z"
}
Draftbit