Query Options - Intergraph Smart 3D Web API - Update 2 - Customization & Programming - Hexagon

Intergraph Smart 3D Plant Web API Programmers Reference

ft:locale
en-US
Product
Intergraph Smart 3D Web API
Subproduct
Smart 3D Web APIs
Search by Category
Customization & Programming
Smart 3D Version
14

The following OData system query functions are supported:

  • $filter

    • String

      • contains

      • endswith

      • startswith

      $filter applied on String properties is case-insensitive. 'CRouteYTest_PipeRun_4' is considered the same as ‘crouteytest_piperun_4'. The same is true for all comparison operators (eq, ne, gt, ge, lt, le) and functions (contains, endswith, startswith).

    • Comparison

      • eq

      • ne

      • gt

      • ge

      • lt

      • le

      • and

      • or

      • not