Entities
List all entities
entities.list(EntityListParams**kwargs) -> SyncCursorPagination[Entity]
GET/entities
ModelsExpand Collapse
class Entity: …
class Entity: …
in_estate_status: Literal["in_estate", "out_of_estate", "none"]Whether the entity is in or out of the estate
in_estate_status: Literal["in_estate", "out_of_estate", "none"]
Whether the entity is in or out of the estate
class EntityList: …
class EntityList: …
in_estate_status: Literal["in_estate", "out_of_estate", "none"]Whether the entity is in or out of the estate
in_estate_status: Literal["in_estate", "out_of_estate", "none"]
Whether the entity is in or out of the estate
EntitiesValuation
Get the current valuation for an entity
entities.valuation.retrieve(strid) -> Valuation
GET/entities/{id}/valuation
Create a new valuation for an entity
entities.valuation.create(strid, ValuationCreateParams**kwargs) -> Valuation
POST/entities/{id}/valuation