Filters

When using the custom query:

    (
        $[type = "PutFilterTypesHere"].{ 
                "id":id,
                "type":type,
                "name":name,
            }
    )

Filter types

Below is a list of types you can use as a filter.

  • Model
  • Family
  • Annotation
  • FamilySymbol
  • FamilyInstance
  • Level
  • Material
  • ProjectSurveyPoint
  • ProjectBasePoint
  • ProjectInfo
  • BasePoints
  • Parameter
  • ViewSheet
  • Workset

FamilySymbol

    (
        $[type = "FamilySymbol"].{ 
                "id":id,
                "type":type,
                "name":name,
            }
    )