Get a list of existing categories.
Get a list of categories
This endpoint retrieves the list of categories available for sections.
A category describes the type of a section and indicates its purpose. For example ground floor, first floor, apartments, parking spaces.
Integrators call this endpoint before inserting or updating a section, to know which category values are currently configured, since the list is managed in the Bloxs application and can change over time.
Request Fields
This endpoint takes no request parameters.
Response Fields
Field | Type | Required | Description |
|---|---|---|---|
(array item) | string | No | Name of the category, for example house, office, or shop. Category values are configurable in the Bloxs application and cannot be managed through the API. Unlike buildings and complexes, the section categories endpoint returns a plain array of category names, with no associated divisibility flags. |
OK