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

Intergraph Smart 3D Web API Programmers Reference

Language
English
Product
Intergraph Smart 3D Web API
Subproduct
Smart 3D Web APIs
Search by Category
Customization & Programming
Smart 3D Version
12 (2018)

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

  • $expand

  • $select

  • $orderby

  • $top

  • $skip

  • $count

  • $value

The following OData system query functions are not supported:

  • $filter on dynamic properties

  • $orderby on dynamic properties