---
title: "Get a list of categories"
slug: "get-a-list-of-categories-1"
updated: 2026-02-10T10:57:17Z
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 categories

Get/api/v1/realestateobjects/complexes/categories

Get a list of existing categories.

		
			

**Description**

Categories can be assigned to RealEstateObjects (property 'categoryName'). The category describes what type of object it concerns and gives an indication of what the purpose of the real estate object is. Examples are: House, office or shop. However, in order to add the correct category the Bloxs user needs to know which categories are available in the application. This endpoint can be used to retrieve the available categories. This is a standard list, however it can be edited by the user in the Bloxs application (not possible through the API).

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

**Use Case**

By using the [Complexes/PUT](https://www.bloxs.io/apidocs/update-an-existing-complex) the user wants to edit a complex. For this the user wants to change the categoryName of the complex. However, the user does not know which options are available as categories. Therefore, the user can use this endpoint to retrieve all available categories.

		
		
SecurityHTTPType Bearer

Please enter a valid token

Responses200

OK

<select class='api-response-data' aria-label='Media type'><option value='60968fed-7f5a-4ea4-b780-6c913f87f742'>application/json</option>
</select>Array of object   object  categorystring   | null  
useSectionsboolean
