{ "opencollection": "1.0.0", "info": { "name": "Arista MD Specialty API", "version": "1.0.0" }, "items": [ { "info": { "name": "Specialty", "type": "folder" }, "items": [ { "info": { "name": "Retrieves a Specialty", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/specialties/:specialtyId", "params": [ { "name": "specialtyId", "value": "", "type": "path", "description": "ID of specialty to return" } ] }, "docs": "Finds Specialty by ID" } ] } ], "bundled": true }