example-data.com

showings / #91

listingId
Townhouse in Demariostad · Demariostad
prospectUserId
127
scheduledAt
status
scheduled
notes
Modi amicitia tergeo nulla ago supra derelinquo stips explicabo.
createdAt

Component variants

Related

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

const res = await fetch(
  "https://example-data.com/api/v1/showings/91"
);
const showing = (await res.json()) as Showing;
import requests

res = requests.get(
    "https://example-data.com/api/v1/showings/91"
)
showing = res.json()
{
  "id": 91,
  "listingId": 32,
  "prospectUserId": 127,
  "scheduledAt": "2026-02-24T03:46:30.479Z",
  "status": "scheduled",
  "notes": "Modi amicitia tergeo nulla ago supra derelinquo stips explicabo.",
  "createdAt": "2026-02-17T02:23:39.228Z"
}
Draftbit