Get the properties of a class
bsdd_get_class_propertiesRetrieve the properties of a buildingSMART class, including data types, units, allowed values, and property sets.
Instructions
List the properties assigned to a class, with their data type, units, allowed values and property set. Use this instead of the deprecated IncludeClassProperties option of bsdd_get_class.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (1-1000). Defaults to 50. | |
| offset | No | Zero-based offset of the first item returned. Default 0. | |
| classUri | Yes | Class URI, e.g. "https://identifier.buildingsmart.org/uri/buildingsmart/ifc/4.3/class/IfcWall". Use bsdd_search_classes to find one. | |
| searchText | No | Optional filter on property name, description or code. Cannot be combined with propertySet/propertyCode. | |
| propertySet | No | Optional filter on property set name. | |
| languageCode | No | Language code, case sensitive (e.g. "EN", "nl-NL"). Falls back to the dictionary default language. | |
| propertyCode | No | Optional filter on property code. |