{ "opencollection": "1.0.0", "info": { "name": "7shifts Availability Reporting API", "version": "2.0" }, "items": [ { "info": { "name": "Reporting", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Daily Sales And Labor", "type": "http" }, "http": { "method": "GET", "url": "https://api.7shifts.com/v2/company/:company_id/reports/daily_sales_and_labor", "params": [ { "name": "company_id", "value": "", "type": "path", "description": "Company identifier." }, { "name": "location_id", "value": "", "type": "query", "description": "Filter by location." }, { "name": "start_date", "value": "", "type": "query", "description": "Start date (YYYY-MM-DD)." }, { "name": "end_date", "value": "", "type": "query", "description": "End date (YYYY-MM-DD)." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve Daily Sales And Labor" } ] } ], "bundled": true }