Query Products

List product fields

List the fields that can be queried for products.

Example

Curl


Response

JSON


Query products

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

Curl


Logical operator example

Curl


Custom operator example

The custom operator $ifcType allows you to match entities that are equal to an IFC type or its subtypes.

Curl




Updated 11 Jun 2024
Did this page help you?