{ "opencollection": "1.0.0", "info": { "name": "Mux Animated Images Filters API", "version": "v1" }, "items": [ { "info": { "name": "Filters", "type": "folder" }, "items": [ { "info": { "name": "List Filters", "type": "http" }, "http": { "method": "GET", "url": "https://api.mux.com/data/v1/filters", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "The API has been replaced by the list-dimensions API call.\n\nLists all the filters broken out into basic and advanced.\n" }, { "info": { "name": "Lists Values for a Specific Filter", "type": "http" }, "http": { "method": "GET", "url": "https://api.mux.com/data/v1/filters/:FILTER_ID", "params": [ { "name": "FILTER_ID", "value": "abcd1234", "type": "path", "description": "ID of the Filter" }, { "name": "limit", "value": "", "type": "query", "description": "Number of items to include in the response" }, { "name": "page", "value": "", "type": "query", "description": "Offset by this many pages, of the size of `limit`" }, { "name": "filters[]", "value": "", "type": "query", "description": "Filter results using key:value pairs. Must be provided as an array query string parameter.\n\n**Basic filtering:**\n* `filters[]=dimension:value` - Include rows where dimension equals value\n* `filters[]=!dimension:value` - Exclude rows where dimension equals value\n\n**For trace dimensions (like video_cdn_trace):**\n* `filters[]=+dimension:value` - Include rows where trace contains value\n* `filters[]=-dimension:value` - Exclude rows where trace contains value\n* `filters[]=dimension:[value1,value2]` - Exact trace match\n\n**Examples:**\n* `filters[]=country:US` - US views only\n* `filters[]=+video_cdn_trace:fastly` - Views using Fastly CDN\n" }, { "name": "timeframe[]", "value": "", "type": "query", "description": "Timeframe window to limit results by. Must be provided as an array query string parameter (e.g. timeframe[]=).\n\nAccepted formats are...\n\n * array of epoch timestamps e.g. `timeframe[]=1498867200&timeframe[]=1498953600`\n * duration string e.g. `timeframe[]=24:hours or timeframe[]=7:days`\n" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "The API has been replaced by the list-dimension-values API call.\n\nLists the values for a filter along with a total count of related views.\n" } ] } ], "bundled": true }