Get a list of possible value types
  • 07 Feb 2025
  • 1 Minute to read
  • Dark
    Light

Get a list of possible value types

  • Dark
    Light

Article summary

Get
/api/v1/realestateobjects/common/propertyvaluations

[PREVIEW] Get a list of existing value types.

Description

A real estate object can have several different types of values. Examples are the sales value or the rent value. This is a standard list, however it can be edited by the user in the Bloxs application (it is not possible through the API).

The response provides the full list of available value types as an array.

Use Case

In a connected application the user wants to add a sales value to a certain property. From the dropdown menu the user needs to select which value is relevant. In order to show the available values in the dropdown this operation can be used.

Response fields

The response contains the field in the table below. For every value type this property will be shown separately. 

FieldDescription
valueTypeNameThe value type. Examples are the sales value or the rent value.
Security
HTTP
Type Bearer

Please enter a valid token

Responses
200

OK

Array of object
object
valueTypeName
string
Min length1
Max length30