action mist_get_org_asset_filters { label: "getOrgAssetFilters" description: "Get the list of all BLE asset filters for the given site. Each asset filter in the list operates independently. For a filter object to match an asset, all of the filter properties must match (logical ‘AND’ of each filter property). For example, the “Visitor Tags” filter below will match an asset when both the “ibeacon\\_uuid” and “ibeacon_major” properties match the asset. All non-matching assets are ignored." provider: mist method: GET path: "/api/v1/orgs/{org_id}/assetfilters" encoding: json output: { type: "object" additionalProperties: true } }