GET
/api/external/v3/structure/levels
Get all available space levels.
Request Information
Filter, counting, sort and pagagination feature enabledPermissions
The user must be authorized and must have at least one of these operations to access this api method.
Operation (significant name) | Description |
---|---|
Access external API (acc_extapi) | Gives the user access to the external API. |
Embeded Resource Parameters
None
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of space leves
Collection of ExtUGTypeDtoName | Description | Type | Additional information |
---|---|---|---|
TypeName |
The name of the type |
string |
None. |
UIType |
The ui type. Used in UI to determine if the type is a building, real estate or something else |
string |
None. |
Ordinal |
The ordinal number. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "typeName": "sample string 1", "uiType": "sample string 2", "ordinal": 3 }, { "typeName": "sample string 1", "uiType": "sample string 2", "ordinal": 3 } ]