{ "opencollection": "1.0.0", "info": { "name": "TD SYNNEX StreamOne Ion Authentication Reports API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "List Reports", "type": "http" }, "http": { "method": "GET", "url": "https://ion.tdsynnex.com/api/v3/accounts/:accountId/reports", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The reseller account identifier." } ] }, "docs": "Retrieve all available reports for the account." }, { "info": { "name": "Get Reports Metadata", "type": "http" }, "http": { "method": "GET", "url": "https://ion.tdsynnex.com/api/v3/accounts/:accountId/reports/metadata", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The reseller account identifier." } ] }, "docs": "Retrieve metadata about all available reports including schema and filters." }, { "info": { "name": "Get Report", "type": "http" }, "http": { "method": "GET", "url": "https://ion.tdsynnex.com/api/v3/accounts/:accountId/reports/:reportId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The reseller account identifier." }, { "name": "reportId", "value": "", "type": "path", "description": "The report identifier." } ] }, "docs": "Retrieve details for a specific report." }, { "info": { "name": "Get Report Data", "type": "http" }, "http": { "method": "GET", "url": "https://ion.tdsynnex.com/api/v3/accounts/:accountId/reports/:reportId/data", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The reseller account identifier." }, { "name": "reportId", "value": "", "type": "path", "description": "The report identifier." }, { "name": "startDate", "value": "", "type": "query", "description": "Filter data by start date (YYYY-MM-DD)." }, { "name": "endDate", "value": "", "type": "query", "description": "Filter data by end date (YYYY-MM-DD)." }, { "name": "page", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "Retrieve data records for a specific report." }, { "info": { "name": "Export Report Data as CSV", "type": "http" }, "http": { "method": "GET", "url": "https://ion.tdsynnex.com/api/v3/accounts/:accountId/reports/:reportId/data/csv", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The reseller account identifier." }, { "name": "reportId", "value": "", "type": "path", "description": "The report identifier." }, { "name": "startDate", "value": "", "type": "query" }, { "name": "endDate", "value": "", "type": "query" } ] }, "docs": "Export report data as a CSV file download." } ] } ], "bundled": true }