List Testimony Purposes
Returns a list of possible testimony purposes.
HTTP Request
GET /api/v1/testimonies/purposes
Response
200 OK
json
{
"data": [
{
"key": "mortgage",
"label": "Mortgage loan"
},
{
"key": "inheritance",
"label": "Inheritance proceedings"
},
{
"key": "construction",
"label": "Registration of under construction buildings in the Land Registry"
},
{
"key": "settlement",
"label": "Settlement of the community of property of the spouses"
},
{
"key": "coownership",
"label": "Calculation of co-ownership shares"
},
{
"key": "noncash",
"label": "Non-cash real estate contributions"
},
{
"key": "enforcement",
"label": "Enforcement proceedings"
},
{
"key": "auction",
"label": "Auctions, acquisitions, mergers"
},
{
"key": "transfer",
"label": "Transfers of real estate rights (price negotiations)"
},
{
"key": "business",
"label": "Valuation of business assets"
},
{
"key": "easement",
"label": "Valuation of easements"
}
]
}