{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Orgs Asset Filters API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Orgs Asset Filters", "type": "folder" }, "items": [ { "info": { "name": "listOrgAssetFilters", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/assetfilters", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "Get List of Org BLE asset filters. \nEach 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." }, { "info": { "name": "createOrgAssetFilter", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/assetfilters", "params": [ { "name": "org_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Asset Filter\n\nCreates a single BLE asset filter for the given site. Any subset of filter properties can be included in the filter. A matching asset must meet the conditions of all given filter properties (logical ‘AND’)." }, { "info": { "name": "getOrgAssetFilter", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/assetfilters/:assetfilter_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "assetfilter_id", "value": "", "type": "path" } ] }, "docs": "Get Org Asset Filter Details" }, { "info": { "name": "updateOrgAssetFilter", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mist.com/api/v1/orgs/:org_id/assetfilters/:assetfilter_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "assetfilter_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing BLE asset filter for the given site." }, { "info": { "name": "deleteOrgAssetFilter", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/orgs/:org_id/assetfilters/:assetfilter_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "assetfilter_id", "value": "", "type": "path" } ] }, "docs": "Deletes an existing BLE asset filter for the given site." } ] } ], "bundled": true }