{ "uuid": "5695ef14-8216-43a8-9177-1640d5eeb50e", "lastMigration": 29, "name": "Growth Services", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "3c079125-74f4-4025-a6e6-cd7d95dc8ab7", "documentation": "Get all organizations", "method": "get", "endpoint": "administration/entity", "responses": [ { "uuid": "1738c760-7287-458f-9374-8f2826831c2b", "body": "[\n {\n \"address\": \"\",\n \"dbConnection\": \"\",\n \"email\": \"\",\n \"id\": {{faker 'number.int' max=99999}},\n \"isActive\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"token\": \"{{faker 'string.uuid'}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3333353c-b712-4b29-9392-aa3bb8019047", "documentation": "Create organization", "method": "post", "endpoint": "administration/entity", "responses": [ { "uuid": "28f4b4c3-2c6b-4970-a77b-5248af32be7b", "body": "\"{{faker 'string.uuid'}}\"", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "57058ead-d5c0-4bba-bcdd-4cdd66fdafaf", "documentation": "Pause organization", "method": "put", "endpoint": "administration/entity", "responses": [ { "uuid": "ad740190-1284-4772-a216-1d4a4b9206a3", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3f5376ee-54ef-4341-b730-13ceb279ca6e", "documentation": "Delete organization", "method": "delete", "endpoint": "administration/entity/:id", "responses": [ { "uuid": "c3e8b8b7-75d3-4aaf-993d-87ce7ae8dfd3", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d6b94ce5-2419-4a15-8344-65fcb2992427", "documentation": "Delete planning level", "method": "delete", "endpoint": "administration/planning-level", "responses": [ { "uuid": "fd3aba3e-b0db-4958-940e-a45f3c94e9cd", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6d4a76fb-3d87-4939-9a57-e7909edd2ee9", "documentation": "Lock planning level", "method": "post", "endpoint": "administration/planning-level/lock", "responses": [ { "uuid": "19afa8d8-5743-4670-9eaa-c154190f2b3d", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2bde23cf-72ce-46f4-b7a9-1e3d0aacdbd7", "documentation": "Get all planning levels", "method": "get", "endpoint": "administration/planning-levels", "responses": [ { "uuid": "c824ee59-70e1-4f2a-848d-413f691e5994", "body": "[\n {\n \"action\": \"\",\n \"dateCreated\": \"{{faker 'date.recent' 365}}\",\n \"externalId\": \"\",\n \"filename\": \"\",\n \"hyperparameters\": {\n \"discardData\": {{faker 'datatype.boolean'}},\n \"errorType\": \"{{oneOf (array 'MeanAbsolutePercentageError' 'MeanSquaredError' 'MeanAbsoluteError' 'MedianAbsoluteDeviation' 'None')}}\",\n \"holdOutPeriod\": {{faker 'number.int' max=99999}},\n \"noFcst\": {{faker 'number.int' max=99999}},\n \"periodicity\": {{faker 'number.int' max=99999}}\n },\n \"id\": {{faker 'number.int' max=99999}},\n \"method\": \"\",\n \"noTimeseries\": {{faker 'number.int' max=99999}},\n \"status\": \"{{oneOf (array 'Unproccessed' 'Running' 'Complete' 'Failed')}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "65c273a4-0c75-41a0-b774-dfd74947fe18", "documentation": "Issue a token", "method": "post", "endpoint": "administration/token", "responses": [ { "uuid": "dee5b8bc-0c33-4629-bcb7-1abc5548f104", "body": "\"{{faker 'string.uuid'}}\"", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "72c3329a-433d-4188-ac78-9932ee43813b", "documentation": "Create user", "method": "post", "endpoint": "administration/user", "responses": [ { "uuid": "0d7b4556-0912-4472-b344-5eeab7769c65", "body": "\"{{faker 'string.uuid'}}\"", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "86a7af64-a62e-4090-801f-342dad4a782a", "documentation": "Update user", "method": "put", "endpoint": "administration/user", "responses": [ { "uuid": "fc1ed1fa-06d9-4413-8877-60e916cc9747", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "402d010b-c923-41fc-84e6-7b80eb1ebfcb", "documentation": "Lock user", "method": "put", "endpoint": "administration/user/lock", "responses": [ { "uuid": "67685a0c-b921-4359-8d8f-e1ed3a1b7949", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d88e3581-dddc-4cd7-b944-282aea0af702", "documentation": "Get all users", "method": "get", "endpoint": "administration/user/:entityId", "responses": [ { "uuid": "d3def300-3fdf-4b4c-b0d7-bb4bd7ee43b1", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "29aecac0-a94b-4a92-a0d3-373eae325a13", "documentation": "Delete user", "method": "delete", "endpoint": "administration/user/:entityId/:id", "responses": [ { "uuid": "1e54356b-cd9c-416f-9729-a24bbc1d349a", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "46a45944-675c-4a64-8c96-5688db582477", "documentation": "Forecasts only, for faster results", "method": "post", "endpoint": "forecast", "responses": [ { "uuid": "5b7ccdac-a589-45d5-8d32-d5af922855f2", "body": "{\n \"hyperparameters\": {\n \"discardData\": {{faker 'datatype.boolean'}},\n \"errorType\": \"{{oneOf (array 'MeanAbsolutePercentageError' 'MeanSquaredError' 'MeanAbsoluteError' 'MedianAbsoluteDeviation' 'None')}}\",\n \"holdOutPeriod\": 4,\n \"noFcst\": 18,\n \"periodicity\": 12\n },\n \"timeSeries\": [\n {\n \"error\": {{faker 'number.float'}},\n \"forecastData\": [\n {\n \"date\": \"\",\n \"value\": {{faker 'number.float'}}\n }\n ],\n \"method\": \"\",\n \"timeSeriesId\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7b8734f5-f076-4c77-b5ac-0780eb100fca", "documentation": "Forecast utilizing advanced machine learning models", "method": "post", "endpoint": "forecast/AI", "responses": [ { "uuid": "992b72c8-8e28-41c3-afea-08f34bd33598", "body": "{\n \"hyperparameters\": {\n \"discardData\": {{faker 'datatype.boolean'}},\n \"errorType\": \"{{oneOf (array 'MeanAbsolutePercentageError' 'MeanSquaredError' 'MeanAbsoluteError' 'MedianAbsoluteDeviation' 'None')}}\",\n \"holdOutPeriod\": 4,\n \"noFcst\": 18,\n \"periodicity\": 12\n },\n \"timeSeries\": [\n {\n \"error\": {{faker 'number.float'}},\n \"forecastData\": [\n {\n \"date\": \"\",\n \"value\": {{faker 'number.float'}}\n }\n ],\n \"method\": \"\",\n \"timeSeriesId\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1562d4dd-721b-470c-bc29-eb06b87184da", "documentation": "History and forecast utilizing advanced machine learning models", "method": "post", "endpoint": "forecast/AI/history-and-forecast", "responses": [ { "uuid": "f0b741f6-ba70-45f8-896c-5db659223d8c", "body": "{\n \"hyperparameters\": {\n \"discardData\": {{faker 'datatype.boolean'}},\n \"errorType\": \"{{oneOf (array 'MeanAbsolutePercentageError' 'MeanSquaredError' 'MeanAbsoluteError' 'MedianAbsoluteDeviation' 'None')}}\",\n \"holdOutPeriod\": 4,\n \"noFcst\": 18,\n \"periodicity\": 12\n },\n \"timeSeries\": [\n {\n \"error\": {{faker 'number.float'}},\n \"forecastData\": [\n {\n \"date\": \"\",\n \"value\": {{faker 'number.float'}}\n }\n ],\n \"historyData\": [\n {\n \"date\": \"\",\n \"value\": {{faker 'number.float'}}\n }\n ],\n \"method\": \"\",\n \"timeSeriesId\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c42a3a54-fc42-4692-a529-f6bc7a206082", "documentation": "Forecast from file", "method": "post", "endpoint": "forecast/file-to-forecast", "responses": [ { "uuid": "b7ce9ef1-894d-47cb-b824-7ed5f4f5c896", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "066c75db-4abe-4c46-ba73-8335a7265b05", "documentation": "Bottom up forecasting", "method": "post", "endpoint": "forecast/forecast-bottom-up", "responses": [ { "uuid": "1f3da786-9e33-4fc4-9ff8-3549230272e9", "body": "{\n \"forecastData\": [\n {\n \"date\": \"\",\n \"value\": {{faker 'number.float'}}\n }\n ],\n \"hyperparameters\": {\n \"discardData\": {{faker 'datatype.boolean'}},\n \"errorType\": \"{{oneOf (array 'MeanAbsolutePercentageError' 'MeanSquaredError' 'MeanAbsoluteError' 'MedianAbsoluteDeviation' 'None')}}\",\n \"holdOutPeriod\": 4,\n \"noFcst\": 18,\n \"periodicity\": 12\n }\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3a4a8dfc-5f79-4ee1-9f38-d008aad1cb04", "documentation": "Top down forecasting", "method": "post", "endpoint": "forecast/forecast-top-down", "responses": [ { "uuid": "e11a2288-28d8-4758-9c4e-3b824128d511", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d7ce591a-9261-4681-9fbc-18f5d38153d7", "documentation": "Full forecast result details, including error, trend seasonality and outlier", "method": "post", "endpoint": "forecast/full-detail", "responses": [ { "uuid": "81bec9ad-69ae-4afe-8444-05d3a82cac3a", "body": "{\n \"hyperparameters\": {\n \"discardData\": {{faker 'datatype.boolean'}},\n \"errorType\": \"{{oneOf (array 'MeanAbsolutePercentageError' 'MeanSquaredError' 'MeanAbsoluteError' 'MedianAbsoluteDeviation' 'None')}}\",\n \"holdOutPeriod\": 4,\n \"noFcst\": 18,\n \"periodicity\": 12\n },\n \"timeSeries\": [\n {\n \"error\": {{faker 'number.float'}},\n \"forecastData\": [\n {\n \"date\": \"\",\n \"value\": {{faker 'number.float'}}\n }\n ],\n \"historyData\": [\n {\n \"date\": \"\",\n \"value\": {{faker 'number.float'}}\n }\n ],\n \"method\": \"\",\n \"optimalParameters\": {\n \"alpha\": {{faker 'number.float'}},\n \"beta\": {{faker 'number.float'}},\n \"gamma\": {{faker 'number.float'}}\n },\n \"outliers\": [\n {\n \"index\": {{faker 'number.int' max=99999}},\n \"type\": \"{{oneOf (array 'Additive' 'LevelShift' 'TemporaryChange' 'Seasonal')}}\",\n \"value\": {{faker 'number.float'}}\n }\n ],\n \"timeSeriesId\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ed09147a-4f79-4d2a-9a35-ec914e5f38a4", "documentation": "History and forecast for fast timeseries view", "method": "post", "endpoint": "forecast/history-and-forecast", "responses": [ { "uuid": "111a681f-7cbd-4e67-b7c5-0782514d8d7c", "body": "{\n \"hyperparameters\": {\n \"discardData\": {{faker 'datatype.boolean'}},\n \"errorType\": \"{{oneOf (array 'MeanAbsolutePercentageError' 'MeanSquaredError' 'MeanAbsoluteError' 'MedianAbsoluteDeviation' 'None')}}\",\n \"holdOutPeriod\": 4,\n \"noFcst\": 18,\n \"periodicity\": 12\n },\n \"timeSeries\": [\n {\n \"error\": {{faker 'number.float'}},\n \"forecastData\": [\n {\n \"date\": \"\",\n \"value\": {{faker 'number.float'}}\n }\n ],\n \"historyData\": [\n {\n \"date\": \"\",\n \"value\": {{faker 'number.float'}}\n }\n ],\n \"method\": \"\",\n \"timeSeriesId\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "98084969-bded-457f-a5ab-41857cc632a2", "documentation": "Get optimal parameter per method", "method": "post", "endpoint": "forecast/optimal-parameter", "responses": [ { "uuid": "5dceb41d-deb2-414d-b11c-a4ef244cba92", "body": "{\n \"hyperparameters\": {\n \"discardData\": {{faker 'datatype.boolean'}},\n \"errorType\": \"{{oneOf (array 'MeanAbsolutePercentageError' 'MeanSquaredError' 'MeanAbsoluteError' 'MedianAbsoluteDeviation' 'None')}}\",\n \"holdOutPeriod\": 4,\n \"noFcst\": 18,\n \"periodicity\": 12\n },\n \"timeSeries\": [\n {\n \"method\": \"\",\n \"optimalParameters\": {\n \"alpha\": {{faker 'number.float'}},\n \"beta\": {{faker 'number.float'}},\n \"gamma\": {{faker 'number.float'}}\n },\n \"timeSeriesId\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f1908a82-03f1-4dbc-a33f-2c8b4de15f31", "documentation": "Rerun previously uploaded planning level", "method": "post", "endpoint": "forecast/rerun", "responses": [ { "uuid": "1b67d870-a30b-42eb-88b6-d0351d716d69", "body": "{\n \"hyperparameters\": {\n \"discardData\": {{faker 'datatype.boolean'}},\n \"errorType\": \"{{oneOf (array 'MeanAbsolutePercentageError' 'MeanSquaredError' 'MeanAbsoluteError' 'MedianAbsoluteDeviation' 'None')}}\",\n \"holdOutPeriod\": 4,\n \"noFcst\": 18,\n \"periodicity\": 12\n },\n \"timeSeries\": [\n {\n \"error\": {{faker 'number.float'}},\n \"forecastData\": [\n {\n \"date\": \"\",\n \"value\": {{faker 'number.float'}}\n }\n ],\n \"method\": \"\",\n \"timeSeriesId\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "95dd972f-98de-4fc5-b97a-8d9a735a9910", "documentation": "Forecast result", "method": "get", "endpoint": "forecast/result/:jobId", "responses": [ { "uuid": "522f7671-3b3c-497a-b457-ae39fd45896f", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d40f0c43-7f5e-4068-8b49-b73975ba8cd4", "documentation": "Forecast status", "method": "get", "endpoint": "forecast/status/:jobId", "responses": [ { "uuid": "e3014ddd-f4f1-458c-96da-77a4e4ef40ac", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b43405f3-0cfc-4180-9f9f-2dd7a18d98ab", "documentation": "Get hyperparameters", "method": "get", "endpoint": "hyperparameter", "responses": [ { "uuid": "44e0fd93-c073-4034-9723-00028ecbb3bf", "body": "{\n \"abcClassificationThresholdA\": 0.8,\n \"abcClassificationThresholdB\": 0.95,\n \"abcClassificationThresholdC\": 0.95,\n \"discardData\": {{faker 'datatype.boolean'}},\n \"errorType\": \"{{oneOf (array 'MeanAbsolutePercentageError' 'MeanSquaredError' 'MeanAbsoluteError' 'MedianAbsoluteDeviation' 'None')}}\",\n \"holdOutPeriod\": 4,\n \"noFcst\": 18,\n \"outlierDetection\": true,\n \"periodicity\": 12,\n \"xyzClassificationThresholdX\": 0.3,\n \"xyzClassificationThresholdY\": 0.6,\n \"xyzClassificationThresholdZ\": 0.6\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8bcf9fe8-a7a1-46e4-b12f-3f4182e0ad8f", "documentation": "Set hyperparameters", "method": "post", "endpoint": "hyperparameter", "responses": [ { "uuid": "6c68fa2d-70af-4f60-bbb0-4460597edc9c", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b075005c-32b0-4c30-9fca-630e55c69b5b", "documentation": "Calculate Amazon Inventory Performance Index (IPI)", "method": "post", "endpoint": "inventory/amazon-ipi", "responses": [ { "uuid": "2083ec7d-952c-4e83-b57f-f8f38a92fe61", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a98f7215-6a34-4ebb-8e45-b18faf9da019", "documentation": "Carrying Cost", "method": "post", "endpoint": "inventory/caryying-cost", "responses": [ { "uuid": "18a361de-a35f-4a42-8308-5e736153071e", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c22a970d-a5e3-4771-86c3-6002075d917b", "documentation": "Calculate economic order quantity", "method": "post", "endpoint": "inventory/eoq", "responses": [ { "uuid": "e18e28f7-d811-4ac3-9ebe-100b528604f2", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3271c24e-7cc2-4eda-8a33-feb8d9cea81d", "documentation": "Calculate fill rate", "method": "post", "endpoint": "inventory/fill-rate", "responses": [ { "uuid": "8e9ef313-f60d-47d6-93b7-8b861ba82773", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bb91bbc5-e7a4-4177-a5d9-82e88ccb23c2", "documentation": "Calculate financial impact of forecast accuracy", "method": "post", "endpoint": "inventory/financial-imapct-forecast-accuracy", "responses": [ { "uuid": "58016fa6-a330-493a-aa32-5b9103e20d48", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "44552730-53df-4101-96b5-11e0cb8e62db", "documentation": "Inventroy Turn-over", "method": "post", "endpoint": "inventory/inventory-turnover", "responses": [ { "uuid": "b6cec150-6f72-4da9-8f63-a05e4d985c7b", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cbd5341f-8050-4565-8ac5-4585ff1aa07f", "documentation": "Calculate lead time demand", "method": "post", "endpoint": "inventory/ltd", "responses": [ { "uuid": "f08118dd-7431-4915-a737-a4220e9c9f07", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e3b975e0-e814-4187-b7ba-d9cbc20ab6d6", "documentation": "Calculate minimum order quantity", "method": "post", "endpoint": "inventory/moq", "responses": [ { "uuid": "934de7f5-46d1-45a1-9a4b-7bf82aaf2d22", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f622e925-3d0d-4ccf-a2bf-c87bd8d29487", "documentation": "Calculate optimal service level", "method": "post", "endpoint": "inventory/optimal-service-level", "responses": [ { "uuid": "68987901-4b87-4d26-baf0-a134c01510ca", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e2685d0f-1117-435c-aff4-9eef0c87ca51", "documentation": "Re-order Point", "method": "post", "endpoint": "inventory/reorder-point", "responses": [ { "uuid": "3a19defc-998b-45d0-a4cc-4f2f0de5b0f7", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "14d0d034-2ad7-445f-a766-cc288038f800", "documentation": "Safety Stock", "method": "post", "endpoint": "inventory/safety-stock", "responses": [ { "uuid": "4ba83edd-008e-46b4-b5e4-e97615315da8", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "28b649c1-b9aa-4f27-b07f-7536180055fb", "documentation": "Calculate service level", "method": "post", "endpoint": "inventory/service-level", "responses": [ { "uuid": "1ff544b0-5a26-47d6-a806-2910f1376450", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "177681de-c1b8-4904-9c0e-728809058a80", "documentation": "Calculate inventory turns", "method": "post", "endpoint": "inventory/turns", "responses": [ { "uuid": "8837b5a3-0050-4ba2-8e72-925af75a9b6b", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "729594dc-7bff-4c28-94db-449b455cd75b", "documentation": "Map from old product to new product to create artifical history", "method": "post", "endpoint": "lifecycle/many-to-one", "responses": [ { "uuid": "108d2fc7-2984-4eb9-a107-bfe5b431f5d1", "body": "{\n \"historyValues\": [\n {{faker 'number.float'}}\n ],\n \"timeSeriesId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "64830ffc-e552-4cb4-ab44-ada124b65ba3", "documentation": "Map from old product to new product to create artifical history", "method": "post", "endpoint": "lifecycle/one-to-one", "responses": [ { "uuid": "c9d3b6d4-1495-4e8d-a869-300619ed7cd3", "body": "{\n \"historyValues\": [\n {{faker 'number.float'}}\n ],\n \"timeSeriesId\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cf1bd359-387e-40ba-b135-f7a8fc2704d4", "documentation": "Get outlier", "method": "post", "endpoint": "outlier", "responses": [ { "uuid": "dea4beb9-73d7-45f0-af76-44def229834e", "body": "[\n {\n \"outliers\": [\n {\n \"index\": {{faker 'number.int' max=99999}},\n \"type\": \"{{oneOf (array 'Additive' 'LevelShift' 'TemporaryChange' 'Seasonal')}}\",\n \"value\": {{faker 'number.float'}}\n }\n ],\n \"timeSeriesId\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "96e08165-47c0-40a8-b10b-15ef2fc69b6e", "documentation": "ABCxyz Analysis", "method": "post", "endpoint": "portfolio", "responses": [ { "uuid": "885564d7-b090-43e7-adf6-ec10ebb1191f", "body": "[\n {\n \"abc12\": \"\",\n \"abc12Value\": {{faker 'number.float'}},\n \"abc6\": \"\",\n \"abc6Value\": {{faker 'number.float'}},\n \"abc9\": \"\",\n \"abc9Value\": {{faker 'number.float'}},\n \"id\": \"\",\n \"thresholdA\": {{faker 'number.float'}},\n \"thresholdB\": {{faker 'number.float'}},\n \"thresholdC\": {{faker 'number.float'}},\n \"thresholdX\": {{faker 'number.float'}},\n \"thresholdY\": {{faker 'number.float'}},\n \"thresholdZ\": {{faker 'number.float'}},\n \"xyz12\": \"\",\n \"xyz12Value\": {{faker 'number.float'}},\n \"xyz6\": \"\",\n \"xyz6Value\": {{faker 'number.float'}},\n \"xyz9\": \"\",\n \"xyz9Value\": {{faker 'number.float'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1730188a-424c-4065-87cc-8df6fc2c2170", "documentation": "ABC Analysis", "method": "post", "endpoint": "portfolio/abc", "responses": [ { "uuid": "430a4c1f-d32c-4617-b165-54b0b5b0da7a", "body": "[\n {\n \"abc12\": \"\",\n \"abc12Value\": {{faker 'number.float'}},\n \"abc6\": \"\",\n \"abc6Value\": {{faker 'number.float'}},\n \"abc9\": \"\",\n \"abc9Value\": {{faker 'number.float'}},\n \"id\": \"\",\n \"thresholdA\": {{faker 'number.float'}},\n \"thresholdB\": {{faker 'number.float'}},\n \"thresholdC\": {{faker 'number.float'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5c779a47-0575-445e-8590-42412371581d", "documentation": "Planning level rewind to calculate and measure performance potential (internal versus iCUE).", "method": "post", "endpoint": "portfolio/forecast-performance-rewind", "responses": [ { "uuid": "3f2763a9-20fd-4b7d-abd9-5bccef6bfe03", "body": "{\n \"hyperparameters\": {\n \"costOfError\": 200,\n \"discardData\": {{faker 'datatype.boolean'}},\n \"errorType\": \"{{oneOf (array 'MeanAbsolutePercentageError' 'MeanSquaredError' 'MeanAbsoluteError' 'MedianAbsoluteDeviation' 'None')}}\",\n \"holdOutPeriod\": 4,\n \"noFcst\": 18,\n \"periodicity\": 12,\n \"rewindTimeFrame\": 12\n },\n \"timeSeries\": [\n {\n \"customerError\": {{faker 'number.float'}},\n \"errorDiff\": {{faker 'number.float'}},\n \"icueError\": {{faker 'number.float'}},\n \"timeSeries\": \"\",\n \"totalCost\": {{faker 'number.float'}},\n \"useIcue\": {{faker 'datatype.boolean'}}\n }\n ],\n \"totalCost\": {{faker 'number.float'}}\n}", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7a426098-36a5-43e1-8e54-7592a35a5370", "documentation": "xyz Analysis", "method": "post", "endpoint": "portfolio/xyz", "responses": [ { "uuid": "d590cec0-ea26-44e9-85b2-63678b63836f", "body": "[\n {\n \"id\": \"\",\n \"thresholdX\": {{faker 'number.float'}},\n \"thresholdY\": {{faker 'number.float'}},\n \"thresholdZ\": {{faker 'number.float'}},\n \"xyz12\": \"\",\n \"xyz12Value\": {{faker 'number.float'}},\n \"xyz6\": \"\",\n \"xyz6Value\": {{faker 'number.float'}},\n \"xyz9\": \"\",\n \"xyz9Value\": {{faker 'number.float'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "79dc4e69-497e-4760-ae35-592b036925f2", "documentation": "Bundle pricing", "method": "post", "endpoint": "pricing/bundle-pricing", "responses": [ { "uuid": "1e68d9ad-4a52-4848-a7de-25c460a3ee63", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8174dad0-84b3-4c15-a3f9-a4fb87c82788", "documentation": "", "method": "post", "endpoint": "pricing/competitive-pricing", "responses": [ { "uuid": "28b1f88c-07ef-4bb4-8dcc-b9c19c9d8bf5", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ee1aa242-441e-41be-aeac-e4664dc75c29", "documentation": "", "method": "post", "endpoint": "pricing/cost-plus-pricing", "responses": [ { "uuid": "4e1e4c60-ce68-4c94-85f6-dba3d7dd0566", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d8f245b0-176f-4195-8088-271ef0fbb93f", "documentation": "", "method": "post", "endpoint": "pricing/decoy-pricing", "responses": [ { "uuid": "5ec64e06-4763-4604-a27e-3d2e4f80b961", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ddde11ff-49a0-4d99-9a82-5abdb2c05c8c", "documentation": "", "method": "post", "endpoint": "pricing/odd-pricing", "responses": [ { "uuid": "cd7347e1-d9b9-4ba1-9c3f-dc2b3cc59a61", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "27da2e6c-72ef-4a5a-b19e-4baf6ad3400d", "documentation": "", "method": "post", "endpoint": "pricing/penetration-pricing", "responses": [ { "uuid": "70783478-ebf9-4a0b-968c-1229aee25792", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "743b3a5d-af47-44b2-8bdf-5fdaa3f0f4f3", "documentation": "", "method": "post", "endpoint": "pricing/price-elasticity-of-demand", "responses": [ { "uuid": "077b120a-a0c1-49b7-9bc2-1bf924a5a634", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "da4ff672-3bc3-4a03-8a79-2fdb99d3f246", "documentation": "SKU rationalization report", "method": "get", "endpoint": "report/performance/sku-rationalization/:planningLevelId", "responses": [ { "uuid": "5401a368-f52b-4bc9-8adb-2679dacbe3f2", "body": "[\n {\n \"abc12\": \"\",\n \"abc12Value\": {{faker 'number.float'}},\n \"abc6\": \"\",\n \"abc6Value\": {{faker 'number.float'}},\n \"abc9\": \"\",\n \"abc9Value\": {{faker 'number.float'}},\n \"id\": \"\",\n \"thresholdA\": {{faker 'number.float'}},\n \"thresholdB\": {{faker 'number.float'}},\n \"thresholdC\": {{faker 'number.float'}},\n \"thresholdX\": {{faker 'number.float'}},\n \"thresholdY\": {{faker 'number.float'}},\n \"thresholdZ\": {{faker 'number.float'}},\n \"xyz12\": \"\",\n \"xyz12Value\": {{faker 'number.float'}},\n \"xyz6\": \"\",\n \"xyz6Value\": {{faker 'number.float'}},\n \"xyz9\": \"\",\n \"xyz9Value\": {{faker 'number.float'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dbdc0d60-a7fb-4f91-80aa-98eb3f182475", "documentation": "Month over month performance per planning level", "method": "get", "endpoint": "report/performance/:planningLevelId", "responses": [ { "uuid": "dfaabd41-df59-4b2a-bca2-7e52819c6e98", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3379146e-61d2-4595-bf34-62d6c5dd9e81", "documentation": "Get list of plannign levels by organization", "method": "get", "endpoint": "report/planning-level/organization", "responses": [ { "uuid": "3c2b8d40-5529-4c61-bac6-ef8cfadfdc0f", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "63f56096-2d67-416f-b2be-202a2e2f7a7c", "documentation": "Get list of plannign levels by user", "method": "get", "endpoint": "report/planning-level/user", "responses": [ { "uuid": "11f2716c-36d6-47da-9886-a859774c6448", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "af18866a-9915-4d28-8d83-3b3f214f4b1f", "documentation": "Get usage statistics per user", "method": "get", "endpoint": "report/user", "responses": [ { "uuid": "a3357298-43cc-4d9a-bbed-0a92d4481a1f", "body": "", "latency": 0, "statusCode": 200, "label": "Success", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "3c079125-74f4-4025-a6e6-cd7d95dc8ab7" }, { "type": "route", "uuid": "3333353c-b712-4b29-9392-aa3bb8019047" }, { "type": "route", "uuid": "57058ead-d5c0-4bba-bcdd-4cdd66fdafaf" }, { "type": "route", "uuid": "3f5376ee-54ef-4341-b730-13ceb279ca6e" }, { "type": "route", "uuid": "d6b94ce5-2419-4a15-8344-65fcb2992427" }, { "type": "route", "uuid": "6d4a76fb-3d87-4939-9a57-e7909edd2ee9" }, { "type": "route", "uuid": "2bde23cf-72ce-46f4-b7a9-1e3d0aacdbd7" }, { "type": "route", "uuid": "65c273a4-0c75-41a0-b774-dfd74947fe18" }, { "type": "route", "uuid": "72c3329a-433d-4188-ac78-9932ee43813b" }, { "type": "route", "uuid": "86a7af64-a62e-4090-801f-342dad4a782a" }, { "type": "route", "uuid": "402d010b-c923-41fc-84e6-7b80eb1ebfcb" }, { "type": "route", "uuid": "d88e3581-dddc-4cd7-b944-282aea0af702" }, { "type": "route", "uuid": "29aecac0-a94b-4a92-a0d3-373eae325a13" }, { "type": "route", "uuid": "46a45944-675c-4a64-8c96-5688db582477" }, { "type": "route", "uuid": "7b8734f5-f076-4c77-b5ac-0780eb100fca" }, { "type": "route", "uuid": "1562d4dd-721b-470c-bc29-eb06b87184da" }, { "type": "route", "uuid": "c42a3a54-fc42-4692-a529-f6bc7a206082" }, { "type": "route", "uuid": "066c75db-4abe-4c46-ba73-8335a7265b05" }, { "type": "route", "uuid": "3a4a8dfc-5f79-4ee1-9f38-d008aad1cb04" }, { "type": "route", "uuid": "d7ce591a-9261-4681-9fbc-18f5d38153d7" }, { "type": "route", "uuid": "ed09147a-4f79-4d2a-9a35-ec914e5f38a4" }, { "type": "route", "uuid": "98084969-bded-457f-a5ab-41857cc632a2" }, { "type": "route", "uuid": "f1908a82-03f1-4dbc-a33f-2c8b4de15f31" }, { "type": "route", "uuid": "95dd972f-98de-4fc5-b97a-8d9a735a9910" }, { "type": "route", "uuid": "d40f0c43-7f5e-4068-8b49-b73975ba8cd4" }, { "type": "route", "uuid": "b43405f3-0cfc-4180-9f9f-2dd7a18d98ab" }, { "type": "route", "uuid": "8bcf9fe8-a7a1-46e4-b12f-3f4182e0ad8f" }, { "type": "route", "uuid": "b075005c-32b0-4c30-9fca-630e55c69b5b" }, { "type": "route", "uuid": "a98f7215-6a34-4ebb-8e45-b18faf9da019" }, { "type": "route", "uuid": "c22a970d-a5e3-4771-86c3-6002075d917b" }, { "type": "route", "uuid": "3271c24e-7cc2-4eda-8a33-feb8d9cea81d" }, { "type": "route", "uuid": "bb91bbc5-e7a4-4177-a5d9-82e88ccb23c2" }, { "type": "route", "uuid": "44552730-53df-4101-96b5-11e0cb8e62db" }, { "type": "route", "uuid": "cbd5341f-8050-4565-8ac5-4585ff1aa07f" }, { "type": "route", "uuid": "e3b975e0-e814-4187-b7ba-d9cbc20ab6d6" }, { "type": "route", "uuid": "f622e925-3d0d-4ccf-a2bf-c87bd8d29487" }, { "type": "route", "uuid": "e2685d0f-1117-435c-aff4-9eef0c87ca51" }, { "type": "route", "uuid": "14d0d034-2ad7-445f-a766-cc288038f800" }, { "type": "route", "uuid": "28b649c1-b9aa-4f27-b07f-7536180055fb" }, { "type": "route", "uuid": "177681de-c1b8-4904-9c0e-728809058a80" }, { "type": "route", "uuid": "729594dc-7bff-4c28-94db-449b455cd75b" }, { "type": "route", "uuid": "64830ffc-e552-4cb4-ab44-ada124b65ba3" }, { "type": "route", "uuid": "cf1bd359-387e-40ba-b135-f7a8fc2704d4" }, { "type": "route", "uuid": "96e08165-47c0-40a8-b10b-15ef2fc69b6e" }, { "type": "route", "uuid": "1730188a-424c-4065-87cc-8df6fc2c2170" }, { "type": "route", "uuid": "5c779a47-0575-445e-8590-42412371581d" }, { "type": "route", "uuid": "7a426098-36a5-43e1-8e54-7592a35a5370" }, { "type": "route", "uuid": "79dc4e69-497e-4760-ae35-592b036925f2" }, { "type": "route", "uuid": "8174dad0-84b3-4c15-a3f9-a4fb87c82788" }, { "type": "route", "uuid": "ee1aa242-441e-41be-aeac-e4664dc75c29" }, { "type": "route", "uuid": "d8f245b0-176f-4195-8088-271ef0fbb93f" }, { "type": "route", "uuid": "ddde11ff-49a0-4d99-9a82-5abdb2c05c8c" }, { "type": "route", "uuid": "27da2e6c-72ef-4a5a-b19e-4baf6ad3400d" }, { "type": "route", "uuid": "743b3a5d-af47-44b2-8bdf-5fdaa3f0f4f3" }, { "type": "route", "uuid": "da4ff672-3bc3-4a03-8a79-2fdb99d3f246" }, { "type": "route", "uuid": "dbdc0d60-a7fb-4f91-80aa-98eb3f182475" }, { "type": "route", "uuid": "3379146e-61d2-4595-bf34-62d6c5dd9e81" }, { "type": "route", "uuid": "63f56096-2d67-416f-b2be-202a2e2f7a7c" }, { "type": "route", "uuid": "af18866a-9915-4d28-8d83-3b3f214f4b1f" } ] }