example-data.com

messages / #96

Message #96

· 7/7/2025

Compello subseco ascisco aetas. Tui vehemens rem nisi adfero.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/messages/96"
)
message = res.json()
{
  "id": 96,
  "conversationId": 7,
  "userId": 183,
  "body": "Compello subseco ascisco aetas. Tui vehemens rem nisi adfero.",
  "isEdited": false,
  "createdAt": "2025-07-07T23:26:37.139Z",
  "updatedAt": "2025-07-07T23:26:37.139Z"
}
Draftbit