{ "opencollection": "1.0.0", "info": { "name": "Fixxbook.Bearer.Api.V1 AfterHours DashboardSettings API", "version": "bearer.v1" }, "items": [ { "info": { "name": "DashboardSettings", "type": "folder" }, "items": [ { "info": { "name": "Get Feedback Setup", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboardsettings/feedbacksetup/:setupId", "params": [ { "name": "setupId", "value": "", "type": "path", "description": "The numeric identifier of the Dashboard Setup Id." } ] }, "docs": "Returns a Feedback Setup for Dashboard" }, { "info": { "name": "Get Dashboard Service Request Setup", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboardsettings/requestsetup/:setupId", "params": [ { "name": "setupId", "value": "", "type": "path", "description": "The numeric identifier of the Dashboard Setup Id." } ] }, "docs": "Returns a Service Request Setup for Dashboard" }, { "info": { "name": "Get List Of Dashboard Service Request Setup", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/dashboardsettings/requestsetup" }, "docs": "Returns a List of Service Request Setup for Dashboard" }, { "info": { "name": "Get Dashboard Service Request Confirmation Setup", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboardsettings/requestsetupconfirm/:setupId", "params": [ { "name": "setupId", "value": "", "type": "path", "description": "The numeric identifier of the Dashboard Setup Id." } ] }, "docs": "Returns a Service Request Confirmation Setup for Dashboard" }, { "info": { "name": "Get List Of Dashboard Service Request Confirmation Setup", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/dashboardsettings/requestsetupconfirm" }, "docs": "Returns a List of Service Request Confirmation Setup for Dashboard" }, { "info": { "name": "Get Dashboard Setup General", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboardsettings/setupgeneral/:subscriberId/:setupId", "params": [ { "name": "subscriberId", "value": "", "type": "path", "description": "Subscriber identifier." }, { "name": "setupId", "value": "", "type": "path", "description": "The identifier of the Dashboard Setup." } ] }, "docs": "Returns Setup General for Dashboard" }, { "info": { "name": "Get Dashboard Note Setup", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboardsettings/notesetup/:setupId", "params": [ { "name": "setupId", "value": "", "type": "path", "description": "The numeric identifier of the Dashboard Setup Id." } ] }, "docs": "Returns a Note Setup for Dashboard" }, { "info": { "name": "Get Dashboard SM Setup", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboardsettings/pmsummarysetup/:setupId", "params": [ { "name": "setupId", "value": "", "type": "path", "description": "The numeric identifier of the Dashboard Setup Id." } ] }, "docs": "Returns a Dashboard SM Setup" }, { "info": { "name": "Get Dashboard SC Intelligence Setup", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboardsettings/scintelligencesetup/:setupId", "params": [ { "name": "setupId", "value": "", "type": "path", "description": "The numeric identifier of the Dashboard Setup Id." } ] }, "docs": "Returns a Dashboard SC Intelligence Setup" } ] } ], "bundled": true }