Skip to content

Testimony Object

Represents a single Testimony within the platform.

AttributeDescription
id string, uuidUnique testimony identifier.
state string, enumTestimony state. Valid values: pending, offered, cancelled, accepted, completed.
purpose string, enumPurpose of the testimony. Valid values: mortgage, inheritance, construction, settlement, coownership, noncash, enforcement, auction, transfer, business, easement.
price number, nullableThe price of the testimony.
client object, UserThe client who created the testimony.
expert object, User, nullableThe expert assigned to the testimony (if any).
realEstate object, RealEstateReal estate details associated with the testimony. See Real Estate Object.
notes string, nullableAdditional notes.
cancellationReason string, nullableReason for cancellation (if canceled).
acceptedOffer object, Offer, nullableThe accepted offer for the testimony (present when testimony is in accepted or completed state). See Offer Object.
offers array of objects, Offer, optionalList of all offers created for this testimony.
createdAt timestampTimestamp when the testimony was created.