{ "opencollection": "1.0.0", "info": { "name": "Thermo Fisher NanoDrop Ultra Web Authentication Export API", "version": "1.0.0" }, "items": [ { "info": { "name": "Export", "type": "folder" }, "items": [ { "info": { "name": "Export Measurements", "type": "http" }, "http": { "method": "POST", "url": "http://{instrument-ip}:{port}/api/export", "body": { "type": "json", "data": "{}" } }, "docs": "Exports measurement data in the specified format (CSV, JSON, XML) for integration with LIMS or other laboratory informatics systems." } ] } ], "bundled": true }