{ "opencollection": "1.0.0", "info": { "name": "SpotOn Reserve Availability Employees API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Employees", "type": "folder" }, "items": [ { "info": { "name": "SpotOn List Employees", "type": "http" }, "http": { "method": "GET", "url": "https://api.seatninja.com/locations/:locationId/employees", "params": [ { "name": "locationId", "value": "", "type": "path", "description": "The unique identifier for the location." } ] }, "docs": "Retrieve all employees for a location, including the job positions each holds." }, { "info": { "name": "SpotOn Get Employee", "type": "http" }, "http": { "method": "GET", "url": "https://api.seatninja.com/locations/:locationId/employees/:employeeId", "params": [ { "name": "locationId", "value": "", "type": "path", "description": "The unique identifier for the location." }, { "name": "employeeId", "value": "", "type": "path", "description": "The unique identifier for the employee." } ] }, "docs": "Retrieve a single employee by its unique identifier for a location." } ] } ], "bundled": true }