{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Reporting API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Reporting", "type": "folder" }, "items": [ { "info": { "name": "Get all Wireless Detail Records (WDRs) Reports", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/wireless/detail_records_reports", "params": [ { "name": "page[number]", "value": "", "type": "query", "description": "The page number to load." }, { "name": "page[size]", "value": "", "type": "query", "description": "The size of the page." } ] }, "docs": "Returns the WDR Reports that match the given parameters." }, { "info": { "name": "Create a Wireless Detail Records (WDRs) Report", "type": "http" }, "http": { "method": "POST", "url": "https://api.telnyx.com/v2/wireless/detail_records_reports", "body": { "type": "json", "data": "{}" } }, "docs": "Asynchronously create a report containing Wireless Detail Records (WDRs) for the SIM cards that consumed wireless data in the given time period.\n" }, { "info": { "name": "Get a Wireless Detail Record (WDR) Report", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/wireless/detail_records_reports/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ] }, "docs": "Returns one specific WDR report" }, { "info": { "name": "Delete a Wireless Detail Record (WDR) Report", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/wireless/detail_records_reports/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Identifies the resource." } ] }, "docs": "Deletes one specific WDR report." } ] } ], "bundled": true }