{ "opencollection": "1.0.0", "info": { "name": "Spotio 2.0 Filters API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Filters", "type": "folder" }, "items": [ { "info": { "name": "Retrieve all my filters", "type": "http" }, "http": { "method": "GET", "url": "https://api.spotio2.com/api/Filters", "params": [ { "name": "dashboardFilters", "value": "", "type": "query", "description": "Set to true to include filters for the dashboard only. Otherwise, all filters will be returned." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieves all saved filters for the current user." }, { "info": { "name": "Deletes a filter by ID", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.spotio2.com/api/Filters/:filterId", "params": [ { "name": "filterId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Deletes a filter by the specified ID." }, { "info": { "name": "Deletes a filter by ID", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.spotio2.com/api/dashboard/filters/:filterId", "params": [ { "name": "filterId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Deletes a filter by the specified ID." }, { "info": { "name": "Reorders a filter list", "type": "http" }, "http": { "method": "PUT", "url": "https://api.spotio2.com/api/Filters/reorder/:filterType", "params": [ { "name": "filterType", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Reorders a filter list" }, { "info": { "name": "Reorders a filter list", "type": "http" }, "http": { "method": "PUT", "url": "https://api.spotio2.com/api/Filters/reorder", "params": [ { "name": "filterType", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Reorders a filter list" }, { "info": { "name": "Change the title of a filter", "type": "http" }, "http": { "method": "PUT", "url": "https://api.spotio2.com/api/Filters/changeFilterTitle/:filterId", "params": [ { "name": "filterId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates the title of the specified filter." }, { "info": { "name": "Change the title and sharing options of a filter", "type": "http" }, "http": { "method": "PUT", "url": "https://api.spotio2.com/api/Filters/changeFilter/:filterId", "params": [ { "name": "filterId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates the title and sharing options of the specified filter." } ] } ], "bundled": true }