{ "opencollection": "1.0.0", "info": { "name": "Johnson & Johnson LifeScan Devices Glucose Readings API", "version": "1.0" }, "items": [ { "info": { "name": "Glucose Readings", "type": "folder" }, "items": [ { "info": { "name": "List glucose readings", "type": "http" }, "http": { "method": "GET", "url": "https://api.lifescan.com/glucose-readings", "params": [ { "name": "patientId", "value": "", "type": "query", "description": "The unique identifier of the patient." }, { "name": "startDate", "value": "", "type": "query", "description": "Filter readings from this date (ISO 8601)." }, { "name": "endDate", "value": "", "type": "query", "description": "Filter readings up to this date (ISO 8601)." } ] }, "docs": "Retrieves a list of blood glucose readings for a specified patient, with optional filtering by date range and reading type." } ] } ], "bundled": true }