Some API functions require passing a domain identifier as a string parameter.
Refer to the following table for the correct identifier for each domain.
Multiple domains can be passed either by a concatenated string using a semicolon as separator, e.g. "geometry;activities", or as an array, e.g. ["geometry", "activities"].
As a convenient shortcut for all domains, you can also use "all".
| Domain Name | Identifier String |
| Geometry | geometry |
| Activities | activities |
| Building Structure | building |
| Bill of Quantities | boq |
| Types | type |
| Process Components | pc |
| Documents | documents |
| Model Check | qa |
| Clash Detection | cd |
| Issues | issues |
| All Domains | all |