{ "opencollection": "1.0.0", "info": { "name": "Atomicwork Public accessManagement businessHourConfig API", "version": "1.0.0" }, "items": [ { "info": { "name": "businessHourConfig", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Business Hour Configurations", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.atomicwork.com/api/v1/workspaces/:workspace_id/business-hour-config", "headers": [ { "name": "X-Api-Key", "value": "" }, { "name": "X-Workspace-Id", "value": "" } ], "params": [ { "name": "workspace_id", "value": "", "type": "path", "description": "The workspace ID" }, { "name": "search_key", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query", "description": "Automation entity type (see allowed values in the enum schema)." } ] }, "docs": "Retrieve Business Hour Configurations" }, { "info": { "name": "Retrieve Business Hour Configurations", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.atomicwork.com/api/v1/workspaces/:workspace_id/business-hour-config/:id", "headers": [ { "name": "X-Api-Key", "value": "" }, { "name": "X-Workspace-Id", "value": "" } ], "params": [ { "name": "workspace_id", "value": "", "type": "path", "description": "The workspace ID" }, { "name": "id", "value": "", "type": "path", "description": "The business hour configuration ID" } ] }, "docs": "Retrieve Business Hour Configurations" } ] } ], "bundled": true }