{ "opencollection": "1.0.0", "info": { "name": "Fixxbook.Bearer.Api.V1 AfterHours IssueList API", "version": "bearer.v1" }, "items": [ { "info": { "name": "IssueList", "type": "folder" }, "items": [ { "info": { "name": "The get.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/subscribers/:subscriberId/storedashboards/:dashboardId/issuelist", "params": [ { "name": "subscriberId", "value": "", "type": "path", "description": "The subscriber id." }, { "name": "dashboardId", "value": "", "type": "path", "description": "The dashboard id." } ] }, "docs": "The get." }, { "info": { "name": "The post.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/subscribers/:subscriberId/issuelists", "params": [ { "name": "subscriberId", "value": "", "type": "path", "description": "The subscriber Id." }, { "name": "keyword", "value": "", "type": "query" }, { "name": "pageIndex", "value": "", "type": "query", "description": "The page index." }, { "name": "pageSize", "value": "", "type": "query", "description": "The page size." } ] }, "docs": "The post." }, { "info": { "name": "The post.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/subscribers/:subscriberId/issuelists", "params": [ { "name": "subscriberId", "value": "", "type": "path" } ] }, "docs": "The post." }, { "info": { "name": "The get issue list history.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/subscribers/:subscriberId/issuelists/history", "params": [ { "name": "subscriberId", "value": "", "type": "path", "description": "The subscriber id." }, { "name": "pageIndex", "value": "", "type": "query", "description": "The page index." }, { "name": "pageSize", "value": "", "type": "query", "description": "The page size." } ] }, "docs": "The get issue list history." }, { "info": { "name": "The set issue list for dashboard.", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/subscribers/:subscriberId/storedashboards/:dashboardId/issuelist/:issueListId", "params": [ { "name": "subscriberId", "value": "", "type": "path" }, { "name": "dashboardId", "value": "", "type": "path" }, { "name": "issueListId", "value": "", "type": "path" } ] }, "docs": "The set issue list for dashboard." }, { "info": { "name": "The get global fields.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/subscribers/:subscriberId/storedashboards/:dashboardId/issuelist/fields", "params": [ { "name": "subscriberId", "value": "", "type": "path", "description": "The subscriber id." }, { "name": "dashboardId", "value": "", "type": "path", "description": "The dashboard id." } ] }, "docs": "The get global fields." }, { "info": { "name": "The get global fields. Authorized version of 'storedashboards/{dashboardId:int}/issuelist/fields'", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/issuelist/globalfields", "params": [ { "name": "locationId", "value": "", "type": "query" }, { "name": "subscriberId", "value": "", "type": "query" }, { "name": "setupId", "value": "", "type": "query" } ] }, "docs": "The get global fields. Authorized version of 'storedashboards/{dashboardId:int}/issuelist/fields'" }, { "info": { "name": "The get global fields. Authorized version of 'storedashboards/{dashboardId:int}/issuelist/fields'", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/current/subscribers/:subscriberId/applicationissuelist/globalfields", "params": [ { "name": "subscriberId", "value": "", "type": "path", "description": "The subscriber id is required." }, { "name": "locationId", "value": "", "type": "query", "description": "Numeric id of location." } ] }, "docs": "The get global fields. Authorized version of 'storedashboards/{dashboardId:int}/issuelist/fields'" }, { "info": { "name": "The get problem types.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/subscribers/:subscriberId/storedashboards/:dashboardId/issuelist/areas/:areaId/problemtypes", "params": [ { "name": "subscriberId", "value": "", "type": "path", "description": "The subscriber id." }, { "name": "dashboardId", "value": "", "type": "path", "description": "The dashboard id." }, { "name": "areaId", "value": "", "type": "path", "description": "The area id." } ] }, "docs": "The get problem types." }, { "info": { "name": "Get Problem types", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscribers/current/storedashboards/current/issuelist/areas/:areaId/problemtypes", "params": [ { "name": "areaId", "value": "", "type": "path", "description": "Numeric id of the Location Area." }, { "name": "locationId", "value": "", "type": "query", "description": "Numeric id of location." }, { "name": "setupId", "value": "", "type": "query", "description": "Numeric id of the Store Dashboard setup." }, { "name": "subscriberId", "value": "", "type": "query", "description": "Numeric id of subscriber." } ] }, "docs": "List Problem types. Returns Problem types for successful request." }, { "info": { "name": "Get Problem types", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/current/applicationissuelist/areas/:areaId/problemtypes", "params": [ { "name": "areaId", "value": "", "type": "path", "description": "Numeric id of the Location Area." }, { "name": "locationId", "value": "", "type": "query", "description": "Numeric id of location." }, { "name": "setupId", "value": "", "type": "query", "description": "Numeric id of the Store Dashboard setup." }, { "name": "subscriberId", "value": "", "type": "query", "description": "Numeric id of subscriber." } ] }, "docs": "List Problem types. Returns Problem types for successful request." }, { "info": { "name": "Get Problem types", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/issuelist/problemtypes", "params": [ { "name": "areaId", "value": "", "type": "query", "description": "Numeric id of the Location Area." }, { "name": "locationId", "value": "", "type": "query", "description": "Numeric id of location." }, { "name": "setupId", "value": "", "type": "query", "description": "Numeric id of the Store Dashboard setup." }, { "name": "subscriberId", "value": "", "type": "query", "description": "Numeric id of subscriber." } ] }, "docs": "List Problem types. Returns Problem types for successful request." }, { "info": { "name": "The get items filtered by area type and location.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/subscribers/:subscriberId/storedashboards/:dashboardId/issuelist/areas/:areaId/items", "params": [ { "name": "subscriberId", "value": "", "type": "path", "description": "The subsriber id." }, { "name": "dashboardId", "value": "", "type": "path", "description": "The dashboard id." }, { "name": "areaId", "value": "", "type": "path", "description": "The area Id." }, { "name": "problemType", "value": "", "type": "query", "description": "The problem type." }, { "name": "locationId", "value": "", "type": "query", "description": "The location id." } ] }, "docs": "The get items filtered by area type and location." }, { "info": { "name": "GETv3_api_subscribers_{subscriberId}_issuelist_headers", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/subscribers/:subscriberId/issuelist/headers", "params": [ { "name": "subscriberId", "value": "", "type": "path" } ] } }, { "info": { "name": "The get problems filtered by area type and location.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/subscribers/:subscriberId/storedashboards/:dashboardId/issuelist/areas/:areaId/problems", "params": [ { "name": "subscriberId", "value": "", "type": "path", "description": "The subsriber id." }, { "name": "dashboardId", "value": "", "type": "path", "description": "The dashboard id." }, { "name": "areaId", "value": "", "type": "path", "description": "The area id." }, { "name": "problemType", "value": "", "type": "query", "description": "The problem type." }, { "name": "item", "value": "", "type": "query", "description": "The item." } ] }, "docs": "The get problems filtered by area type and location." }, { "info": { "name": "The get issue choice.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/subscribers/:subscriberId/storedashboards/:dashboardId/issuelist/issuechoice", "params": [ { "name": "subscriberId", "value": "", "type": "path" }, { "name": "dashboardId", "value": "", "type": "path" } ] }, "docs": "The get issue choice." }, { "info": { "name": "Find issue choice.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/subscribers/:subscriberId/storedashboards/:dashboardId/issuelist/issuechoice", "params": [ { "name": "subscriberId", "value": "", "type": "path" }, { "name": "dashboardId", "value": "", "type": "path" } ] }, "docs": "Find issue choice." }, { "info": { "name": "GETv3_subscribers_current_storedashboards_current_issuelist_issuechoice?problemType={problemType}&equipmentType={equipmentType}&problemCode={problemCode}&locationId={locationId}&setupId={setupId}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscribers/current/storedashboards/current/issuelist/issuechoice", "params": [ { "name": "problemType", "value": "", "type": "query" }, { "name": "equipmentType", "value": "", "type": "query" }, { "name": "problemCode", "value": "", "type": "query" }, { "name": "locationId", "value": "", "type": "query" }, { "name": "setupId", "value": "", "type": "query" } ] } }, { "info": { "name": "GETv3_issuelist_issuechoice?problemType={problemType}&equipmentType={equipmentType}&problemCode={problemCode}&locationId={locationId}&setupId={setupId}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/issuelist/issuechoice", "params": [ { "name": "problemType", "value": "", "type": "query" }, { "name": "equipmentType", "value": "", "type": "query" }, { "name": "problemCode", "value": "", "type": "query" }, { "name": "locationId", "value": "", "type": "query" }, { "name": "setupId", "value": "", "type": "query" } ] } }, { "info": { "name": "Get specific issue choice", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscribers/current/storedashboards/current/issuelist/specific/issuechoice", "params": [ { "name": "subscriberId", "value": "", "type": "query" }, { "name": "dashboardSetupId", "value": "", "type": "query" }, { "name": "trade", "value": "", "type": "query" }, { "name": "priority", "value": "", "type": "query" }, { "name": "category", "value": "", "type": "query" } ] }, "docs": "Get specific issue choice" }, { "info": { "name": "The get issue choice fiels.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/subscribers/:subscriberId/storedashboards/:dashboardId/issuelist/issuechoice/fields", "params": [ { "name": "subscriberId", "value": "", "type": "path", "description": "The subscriber id." }, { "name": "dashboardId", "value": "", "type": "path", "description": "The dashboard id." }, { "name": "problemType", "value": "", "type": "query", "description": "The problem type." }, { "name": "item", "value": "", "type": "query", "description": "The item." }, { "name": "problem", "value": "", "type": "query", "description": "The problem." } ] }, "docs": "The get issue choice fiels." }, { "info": { "name": "Get Areas", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscribers/current/storedashboards/current/issuelist/areas", "params": [ { "name": "locationId", "value": "", "type": "query", "description": "selected locationId." }, { "name": "setupId", "value": "", "type": "query", "description": "Numeric id of the Store Dashboard setup." } ] }, "docs": "List Issue Areas. Returns Issue Areas for successful request.\r\n

Available for subscriber usage." }, { "info": { "name": "Get Areas", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/issuelist/areas", "params": [ { "name": "locationId", "value": "", "type": "query", "description": "selected locationId." }, { "name": "setupId", "value": "", "type": "query", "description": "Numeric id of the Store Dashboard setup." } ] }, "docs": "List Issue Areas. Returns Issue Areas for successful request.\r\n

Available for subscriber usage." }, { "info": { "name": "Get Areas", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/current/subscribers/:subscriberId/applicationissuelist/areas", "params": [ { "name": "subscriberId", "value": "", "type": "path", "description": "The subscriber id is required." }, { "name": "locationId", "value": "", "type": "query", "description": "Numeric id of location." } ] }, "docs": "List Issue Areas. Returns Issue Areas for successful request.\r\n

Available for provider usage." }, { "info": { "name": "GETv3_providers_current_subscriber_{subscriberId}_location_{locationId}_applicationissuelist_problemtypes", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/current/subscriber/:subscriberId/location/:locationId/applicationissuelist/problemtypes", "params": [ { "name": "subscriberId", "value": "", "type": "path" }, { "name": "locationId", "value": "", "type": "path" } ] } }, { "info": { "name": "Get Equipment items", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscribers/current/storedashboards/current/issuelist/areas/:areaId/equipmenttypes", "params": [ { "name": "locationId", "value": "", "type": "query", "description": "Numeric id of the Location." }, { "name": "areaId", "value": "", "type": "path", "description": "Numeric id of the Location Area." }, { "name": "problemType", "value": "", "type": "query", "description": "Problem type." }, { "name": "setupId", "value": "", "type": "query", "description": "Numeric id of the Store Dashboard setup." } ] }, "docs": "List equipment items.\r\n

Available for subscriber usage." }, { "info": { "name": "Get Equipment items", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/issuelist/items", "params": [ { "name": "locationId", "value": "", "type": "query", "description": "Numeric id of the Location." }, { "name": "areaId", "value": "", "type": "query", "description": "Numeric id of the Location Area." }, { "name": "problemType", "value": "", "type": "query", "description": "Problem type." }, { "name": "setupId", "value": "", "type": "query", "description": "Numeric id of the Store Dashboard setup." } ] }, "docs": "List equipment items.\r\n

Available for subscriber usage." }, { "info": { "name": "Get Equipment items not filtered by location.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscribers/current/dashboard/:setupId/issuelist/equipmenttypes", "params": [ { "name": "setupId", "value": "", "type": "path", "description": "Numeric id of the Store Dashboard setup." }, { "name": "areaId", "value": "", "type": "query", "description": "Numeric id of the Location Area." }, { "name": "problemType", "value": "", "type": "query", "description": "Problem type." } ] }, "docs": "List equipment items not filtered by location.\r\n

Available for subscriber usage." }, { "info": { "name": "Get Equipment items", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/current/subscribers/:subscriberId/applicationissuelist/items", "params": [ { "name": "subscriberId", "value": "", "type": "path", "description": "This parameter is required." }, { "name": "locationId", "value": "", "type": "query", "description": "Numeric id of the Location." }, { "name": "areaId", "value": "", "type": "query", "description": "Numeric id of the Location Area." }, { "name": "problemType", "value": "", "type": "query", "description": "Problem type." } ] }, "docs": "List equipment items.\r\n

Available for provider usage." }, { "info": { "name": "Get Problem codes", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscribers/current/storedashboards/current/issuelist/areas/:areaId/problemcodes", "params": [ { "name": "areaId", "value": "", "type": "path", "description": "Numeric id of the Location Area." }, { "name": "problemType", "value": "", "type": "query", "description": "Problem type." }, { "name": "equipmentType", "value": "", "type": "query", "description": "Equipment type." }, { "name": "locationId", "value": "", "type": "query", "description": "selected locationId." }, { "name": "setupId", "value": "", "type": "query", "description": "Numeric id of the Store Dashboard setup." } ] }, "docs": "List problem codes.\r\n

Available for subscriber usage." }, { "info": { "name": "Get Problem codes", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/issuelist/problems", "params": [ { "name": "areaId", "value": "", "type": "query", "description": "Numeric id of the Location Area." }, { "name": "problemType", "value": "", "type": "query", "description": "Problem type." }, { "name": "equipmentType", "value": "", "type": "query", "description": "Equipment type." }, { "name": "locationId", "value": "", "type": "query", "description": "selected locationId." }, { "name": "setupId", "value": "", "type": "query", "description": "Numeric id of the Store Dashboard setup." } ] }, "docs": "List problem codes.\r\n

Available for subscriber usage." }, { "info": { "name": "Get Problem codes", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/current/subscribers/:subscriberId/applicationissuelist/problems", "params": [ { "name": "subscriberId", "value": "", "type": "path", "description": "This parametr is required." }, { "name": "areaId", "value": "", "type": "query", "description": "Numeric id of the Location Area." }, { "name": "problemType", "value": "", "type": "query", "description": "Problem type." }, { "name": "equipmentType", "value": "", "type": "query", "description": "Equipment type." }, { "name": "locationId", "value": "", "type": "query", "description": "Numeric id of location." } ] }, "docs": "List problem codes.\r\n

Available for provider usage." }, { "info": { "name": "GETv3_providers_current_applicationissuelist_issueitems?subscriberId={subscriberId}&locationId={locationId}&areaId={areaId}&trade={trade}&problemType={problemType}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/current/applicationissuelist/issueitems", "params": [ { "name": "subscriberId", "value": "", "type": "query" }, { "name": "locationId", "value": "", "type": "query" }, { "name": "areaId", "value": "", "type": "query" }, { "name": "trade", "value": "", "type": "query" }, { "name": "problemType", "value": "", "type": "query" } ] } }, { "info": { "name": "GETv3_subscribers_current_storedashboards_current_issuelist_field?id={id}&setupId={setupId}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscribers/current/storedashboards/current/issuelist/field", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "setupId", "value": "", "type": "query" } ] } }, { "info": { "name": "GETv3_issuelist_field?id={id}&setupId={setupId}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/issuelist/field", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "setupId", "value": "", "type": "query" } ] } }, { "info": { "name": "The get.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/subscribers/:subscriberId/storedashboards/issuelist/items", "params": [ { "name": "subscriberId", "value": "", "type": "path", "description": "The subscriber id." }, { "name": "equipmentType", "value": "", "type": "query", "description": "The Equipment Type." }, { "name": "assetTypeId", "value": "", "type": "query" }, { "name": "locationId", "value": "", "type": "query", "description": "The location id." }, { "name": "setupId", "value": "", "type": "query" } ] }, "docs": "The get." }, { "info": { "name": "Retrieves the issue list for a FTM provider", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/providers/current/subscribers/:subscriberId/issuelist", "params": [ { "name": "subscriberId", "value": "", "type": "path" }, { "name": "assetId", "value": "", "type": "query", "description": "Optional asset ID" }, { "name": "locationId", "value": "", "type": "query", "description": "Optional location ID" } ] }, "docs": "Retrieves the issue list for a FTM provider" }, { "info": { "name": "The get issue choice info.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/issuelist/issuechoiceinfo/:trackingNumber", "params": [ { "name": "trackingNumber", "value": "", "type": "path", "description": "The Tracking Number." } ] }, "docs": "The get issue choice info." } ] } ], "bundled": true }