Skip to content

Show Testimony

Returns detailed information about a single testimony.

HTTP Request

GET /api/v1/testimonies/:testimonyId

Response

200 OK

json
{
  "data": {
    "id": "9dc6f0f8-f7d7-4676-8c07-13a1f0865681",
    "state": "cancelled",
    "purpose": "mortgage",
    "price": null,
    "client": {
      "emailVerified": false,
      "newsletterSubscribed": true,
      "email": "pavol@gmail.com",
      "phone": "+4219112345659",
      "firstName": "Pavol",
      "lastName": "Paška",
      "role": "client",
      "billingAddress": null,
      "shippingAddress": null,
      "company": null,
      "bankAccount": null,
      "regions": null
    },
    "expert": null,
    "realEstate": {
      "type": "house",
      "region": null,
      "properties": {
        "parcelCount": 2,
        "storeyCount": 1,
        "otherBuildingCount": 0,
        "detachedGarageCount": 1
      },
      "address": {
        "line1": "Tríbečská",
        "line2": "5",
        "city": "Nitra",
        "postalCode": "949 01",
        "parcelNumber": "121212",
        "cadastralArea": "123455"
      },
      "addressCoords": {
        "lat": -5.656353,
        "lng": 59.71275
      },
      "userCoords": null
    },
    "notes": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
    "cancellationReason": null,
    "acceptedOffer": null,
    "offers": [],
    "createdAt": "2024-12-21T10:41:59+00:00"
  }
}