---
title: "Get a list of possible value types"
slug: "get-a-list-of-possible-value-types"
updated: 2026-02-10T10:58:22Z
published: 2026-02-10T10:59:05Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://www.bloxs.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Get a list of possible value types

Get/api/v1/realestateobjects/common/propertyvaluations

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.

| Field | Description |
| --- | --- |
| valueTypeName | The value type. Examples are the sales value or the rent value. |

		
		
SecurityHTTPType Bearer

Please enter a valid token

Responses200

OK

<select class='api-response-data' aria-label='Media type'><option value='48ed0f0c-9b60-4c57-b170-85c4a4670606'>application/json</option>
</select>Array of object   object  valueTypeNamestring    Min length1Max length30
