{ "opencollection": "1.0.0", "info": { "name": "Opendock Nova API Documentation Appointments BOL API", "version": "v4.144.0 - 39b4253" }, "items": [ { "info": { "name": "BOL", "type": "folder" }, "items": [ { "info": { "name": "BolController_create", "type": "http" }, "http": { "method": "POST", "url": "https://neutron.opendock.com/bol", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "BolController_getByAppointmentId", "type": "http" }, "http": { "method": "GET", "url": "https://neutron.opendock.com/bol/appointment/:appointmentId", "params": [ { "name": "appointmentId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "BolController_get", "type": "http" }, "http": { "method": "GET", "url": "https://neutron.opendock.com/bol/:bolId", "params": [ { "name": "bolId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } } ] } ], "bundled": true }