Describes all Device Group attributes that have filters.
| Filter Attribute | Filter Type | Available Filters | Reference |
|---|---|---|---|
| id | Id | exact, in | Field Filter Id |
| label | String | exact (case sensitive), iexact (case insensitive), contains, icontains (case insensitive), startswith, istartswith (case sensitive), endswith, iendswith (case insensitive), in (case sensitive), isnull | Field Filter String |
| name | String | exact (case sensitive), iexact (case insensitive), contains, icontains (case insensitive), startswith, istartswith (case sensitive), endswith, iendswith (case insensitive), in (case sensitive), isnull | Field Filter String |
| createdAt | Date | exact (=), date, year, quarter, month, week, day, hour, minute, second, isnull | Field Filter Date |
| variables | Object | contains, contained_by, has_key, has_any_keys, has_keys, isnull | Field Filter Object |
| description | String | exact (case sensitive), iexact (case insensitive), contains, icontains (case insensitive), startswith, istartswith (case sensitive), endswith, iendswith (case insensitive), in (case sensitive), isnull | Field Filter String |
| properties | Object | contains, contained_by, has_key, has_any_keys, has_keys, isnull | Field Filter Object |
| tasks | Object | contains, contained_by, has_key, has_any_keys, has_keys, isnull | Field Filter Object |
| deviceColor | String | exact (case sensitive), iexact (case insensitive), contains, icontains (case insensitive), startswith, istartswith (case sensitive), endswith, iendswith (case insensitive), in (case sensitive), isnull | Field Filter String |
| deviceIcon | String | exact (case sensitive), iexact (case insensitive), contains, icontains (case insensitive), startswith, istartswith (case sensitive), endswith, iendswith (case insensitive), in (case sensitive), isnull | Field Filter String |
| variableColor | String | exact (case sensitive), iexact (case insensitive), contains, icontains (case insensitive), startswith, istartswith (case sensitive), endswith, iendswith (case insensitive), in (case sensitive), isnull | Field Filter String |
| syntheticVariableColor | String | exact (case sensitive), iexact (case insensitive), contains, icontains (case insensitive), startswith, istartswith (case sensitive), endswith, iendswith (case insensitive), in (case sensitive), isnull | Field Filter String |
