Query Products
List the fields that can be queried for products.
Example
Response
The product query endpoint allows you to query products. The query language is based on the MongoDB query language and supports the following operators.
- Comparison operators: $eq, $in
- Logical operators: $and
- Custom operators: $ifcType
Comparison operator example
Logical operator example
Custom operator example
The custom operator $ifcType allows you to match entities that are equal to an IFC type or its subtypes.