{ "_type": "export", "__export_format": 4, "__export_date": "2026-09-21T11:15:39.000Z", "__export_source": "veeroute.gen_insomnia:v1", "resources": [ { "_type": "workspace", "_id": "__WORKSPACE_ID__", "parentId": null, "name": "VRt.Monitor [MT] 7.43.3521", "description": "Programming interface for the Veeroute Monitor tool.\n\n# Description\n\nThe server side of Veeroute Monitor.\n\nMain responsibilities:\n\n* storage and processing of waves (input data for planning and trips with their execution results)\n* recalculation of trips during their execution\n* creation and storage of statistics on trip execution results\n* creation and storage of trip execution forecasts\n\n## Order status\n\nAn order consists of one or more requests.\nThe order status is derived from the requests received from the performer during the trip:\n\n| Status | Description | Expected Action |\n|:------------|:----------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------|\n| `FREE` | The order is not assigned to any trip, initial status | The order will be assigned to a trip |\n| `PLANNED` | The order is scheduled for a trip, awaiting execution | The performer will begin fulfilling the order's requests |\n| `EXECUTING` | The performer has started fulfilling the order (`DEMAND_START` fact) | The performer will fulfill all requests for the order |\n| `FINISHED` | All requests for the order have been fulfilled (`DEMAND_DONE` facts) or the `ORDER_DONE` fact has been received | This is the final status |\n| `CANCELED` | Order canceled (fact `ORDER_CANCELED`) | This is the final status |\n\nThe order facts `ORDER_DONE` (order completed) and `ORDER_CANCELED` (order canceled) complete the order and all its requisitions entirely and have **priority** over the requisition facts—conflicting requisition facts are ignored.\n\nStatus transition:\n\nPlanning: `FREE` -> `PLANNED`\n\nExecution: `PLANNED` -> `EXECUTING` -> `FINISHED` / `CANCELED`\n\n## Trip status\n\n| Status. | Description | Expected action |\n|:------------|:--------------------------------------------------------|:----------------------------------------------|\n| `FREE` | Trip created, crew not assigned | Operator will assign a crew |\n| `ASSIGNED` | Crew assigned | Operator will send the assignment to the crew |\n| `SENT` | Assignment sent to the crew | Crew will confirm receipt |\n| `RECEIVED` | Crew received the trip (fact `TRIP_RECEIVED`) | Crew will accept or reject the trip |\n| `CONFIRMED` | Crew agreed to perform the trip (fact `TRIP_CONFIRMED`) | Crew will start performing the trip |\n| `REJECTED` | Crew refused to perform the trip (fact `TRIP_REJECTED`) | Operator will assign a new crew or cancel |\n| `EXECUTING` | Crew is performing the trip (fact `TRIP_EXECUTING`) | Crew will finish all tasks |\n| `FINISHED` | Trip is finished — no work is left for the trip | This is a terminal status |\n| `CANCELED` | Trip canceled by the operator | This is a terminal status |\n\nStatus transitions:\n\nOperator: `FREE` → `ASSIGNED` → `SENT`\n\nCrew: `RECEIVED` → `CONFIRMED` / `REJECTED` → `EXECUTING`\n\nConditions: `EXECUTING` → `FINISHED` / `CANCELED`\n\n## Fact status\n\nAny fact is created by a mobile device or external integration with the status 'NEW'.\n\nFacts are processed by the server at a set frequency, and the status changes to one of the following:\n\n* `APPLIED` - the fact has been processed and the wave data has been successfully modified\n* `ERROR` - the fact has been processed with an error; the sender must correct the fact and resubmit\n\n## Changes subscription\n\nInstead of polling the server for changes, an external integration can subscribe to the data changes of the account waves and receive notifications.\n\nHow it works:\n\n1. The integration creates a subscription (create_wave_subscription), specifying its subscription key (`key`) and the address of its service (`callback_url`) - the subscription is applied to all waves of the account at once.\n\n2. As soon as the data of an active wave has changed, the server sends a notification with the wave key (`file_key`) and the statistics on the entities of this wave (`data_statistics`) to the specified address - but no more often than specified in `notification_delay`.\n\n3. The integration responds with the `200` code and starts processing the data - it reads the wave data and updates it on its side.\n\n4. If the external service did not respond with the `200` code within the `request_timeout`, the server repeats sending the notification `retry_attempts` times with the `retry_interval` interval.\n\n\"wave_subscription\"\n\nFeatures:\n\n* the subscription is created for an account and is applied to all its waves - the filter cannot be specified yet;\n\n* notifications are sent only while the wave is active (the `ACTIVE` status) - in an inactive wave, incoming data is not processed and notifications are not sent, use activate_wave for activation;\n\n* several subscriptions can be created for an account - for example, one for each external integration; subscriptions differ by the key (`key`), which is unique within the account, and work independently of each other;\n\n* a subscription cannot be changed - to change the settings, delete it (delete_wave_subscription) and create it again, the list of all account subscriptions is available in list_wave_subscriptions;\n\n* the same notification may be received again (for example, if the integration response did not reach the server), so the statistics in the notification is for information only, and the source of truth is the wave data read by the integration." }, { "parentId": "__WORKSPACE_ID__", "name": "Base environment", "data": { "base_url": "{{ scheme }}://{{ host }}{{ base_path }}" }, "_type": "environment", "_id": "__BASE_ENVIRONMENT_ID__" }, { "parentId": "__BASE_ENVIRONMENT_ID__", "name": "OpenAPI env", "data": { "scheme": "https", "base_path": "", "host": "api.edge7.veeroute.cloud", "bearerToken": "bearerToken" }, "_type": "environment", "_id": "env___BASE_ENVIRONMENT_ID___sub" }, { "parentId": "__WORKSPACE_ID__", "name": "Explorer", "environment": {}, "_id": "fld___WORKSPACE_ID__4010eb88", "_type": "request_group", "description": "Virtual filesystem management." }, { "parentId": "__WORKSPACE_ID__", "name": "Backups", "environment": {}, "_id": "fld___WORKSPACE_ID__3ca677cc", "_type": "request_group", "description": "Bulk data export and import." }, { "parentId": "__WORKSPACE_ID__", "name": "Store", "environment": {}, "_id": "fld___WORKSPACE_ID__069cfa97", "_type": "request_group", "description": "Binary data storage." }, { "parentId": "__WORKSPACE_ID__", "name": "Crews", "environment": {}, "_id": "fld___WORKSPACE_ID__389a8624", "_type": "request_group", "description": "A crew combines:\n\n* a real performer (or a group of performers) that performs orders\n* a transport that is used to perform orders\n* mobile devices to which trips are sent and from which facts about the execution process are received\n\nFor each crew an account is automatically created for authorization. A crew can connect to the server with a single account from multiple devices simultaneously.\n\nAll crews are bound to a company and are available for reading depending on the role model:\n\n* `USER`: all crews of the company whose `owner_username` matches the user's `username` are available\n* `COMPANYOWNER`: all crews of the company across all users are available\n* `OVERLORD`: all crews of all companies are available\n* for other roles, reading crews is not available\n\nCreating and modifying crews is available only for the `CREWMANAGER` role.\n\nA crew is assigned to a trip by a logistician via the web interface or by an integration module via API using the create_deal method.\n\nAt any single moment in time a crew can be performing only one trip from one wave, while the number of trips assigned to it can be more than one." }, { "parentId": "__WORKSPACE_ID__", "name": "Waves", "environment": {}, "_id": "fld___WORKSPACE_ID__95f5c5e1", "_type": "request_group", "description": "Management of planning and execution waves.\n\nA wave consists of:\n\n- Input data for the calculation (orders, performers, transport, settings)\n- Calculation results (trips, statistics)\n- Execution results (facts)\n\nA wave can be active or inactive (the `status` field).\nIn an active wave (`ACTIVE`) processing of incoming facts is enabled and the autopilot can be turned on.\nIn an inactive wave (`INACTIVE`) fact processing is disabled.\n\nWave activity is managed with the activation and deactivation methods." }, { "parentId": "__WORKSPACE_ID__", "name": "Deals", "environment": {}, "_id": "fld___WORKSPACE_ID__cbc118ad", "_type": "request_group", "description": "Deal management.\n\nA deal is the assignment of a crew to a specific trip from a specific wave.\n\nThe object is temporary and is automatically removed after the crew finishes the trip." }, { "parentId": "__WORKSPACE_ID__", "name": "Locations", "environment": {}, "_id": "fld___WORKSPACE_ID__ae7222eb", "_type": "request_group", "description": "Locations management." }, { "parentId": "__WORKSPACE_ID__", "name": "Performers", "environment": {}, "_id": "fld___WORKSPACE_ID__4d3dffa5", "_type": "request_group", "description": "Performers management." }, { "parentId": "__WORKSPACE_ID__", "name": "Transports", "environment": {}, "_id": "fld___WORKSPACE_ID__871366dc", "_type": "request_group", "description": "Transports management." }, { "parentId": "__WORKSPACE_ID__", "name": "Orders", "environment": {}, "_id": "fld___WORKSPACE_ID__c34c20a0", "_type": "request_group", "description": "Orders management." }, { "parentId": "__WORKSPACE_ID__", "name": "Hardlinks", "environment": {}, "_id": "fld___WORKSPACE_ID__d7245ff4", "_type": "request_group", "description": "Hardlinks management." }, { "parentId": "__WORKSPACE_ID__", "name": "Trips", "environment": {}, "_id": "fld___WORKSPACE_ID__841f5e0b", "_type": "request_group", "description": "Trips management." }, { "parentId": "__WORKSPACE_ID__", "name": "Facts", "environment": {}, "_id": "fld___WORKSPACE_ID__a020c168", "_type": "request_group", "description": "Facts management.\n\nA fact is an action completed during the execution of a trip, facts are created by the performer mobile application or by an external integration." }, { "parentId": "__WORKSPACE_ID__", "name": "Autopilot", "environment": {}, "_id": "fld___WORKSPACE_ID__d2a4b987", "_type": "request_group", "description": "Autopilot management." }, { "parentId": "__WORKSPACE_ID__", "name": "Tracker", "environment": {}, "_id": "fld___WORKSPACE_ID__b90e8591", "_type": "request_group", "description": "Tracking." }, { "parentId": "__WORKSPACE_ID__", "name": "Analytics", "environment": {}, "_id": "fld___WORKSPACE_ID__aa46bd8f", "_type": "request_group", "description": "Analytics.\n\nMain responsibilities of this block:\n\n- creation and storage of statistics on trip execution results\n- creation and storage of trip execution forecasts" }, { "parentId": "__WORKSPACE_ID__", "name": "Reports", "environment": {}, "_id": "fld___WORKSPACE_ID__3fc88b19", "_type": "request_group", "description": "Reports." }, { "parentId": "__WORKSPACE_ID__", "name": "Scenarios", "environment": {}, "_id": "fld___WORKSPACE_ID__bcf5a770", "_type": "request_group", "description": "Settings for user-defined trip execution scenarios." }, { "parentId": "__WORKSPACE_ID__", "name": "User", "environment": {}, "_id": "fld___WORKSPACE_ID__78ad04a4", "_type": "request_group", "description": "User interface settings." }, { "parentId": "__WORKSPACE_ID__", "name": "CustomFields", "environment": {}, "_id": "fld___WORKSPACE_ID__1c56e5bf", "_type": "request_group", "description": "Custom field conversion settings.\n\nAdditional columns are provided in the table to display values from attributes.\n\nThis setting defines the rules for converting attribute values into the corresponding typed fields.\n\nConversion happens at read time — therefore, conversion rules do not affect the data and can be changed at any moment." }, { "parentId": "__WORKSPACE_ID__", "name": "CustomIcons", "environment": {}, "_id": "fld___WORKSPACE_ID__d3eaf325", "_type": "request_group", "description": "Icon settings." }, { "parentId": "__WORKSPACE_ID__", "name": "System", "environment": {}, "_id": "fld___WORKSPACE_ID__7379b220", "_type": "request_group", "description": "System functions.\nAuxiliary functionality common to all services." }, { "parentId": "fld___WORKSPACE_ID__4010eb88", "name": "Getting a filesystem", "url": "{{ base_url }}/monitor/explorer", "body": {}, "parameters": [ { "name": "folder_key", "value": "11111111-2222-3333-4444-555555555555", "disabled": true }, { "name": "filter", "value": "example text", "disabled": true }, { "name": "offset", "value": "10", "disabled": true }, { "name": "limit", "value": "10", "disabled": true }, { "name": "sort_field", "value": "CREATION_DATE", "disabled": true }, { "name": "sort_direction", "value": "DESC", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__60004911", "method": "GET", "description": "Getting a filesystem." }, { "parentId": "fld___WORKSPACE_ID__4010eb88", "name": "Create folder", "url": "{{ base_url }}/monitor/explorer", "body": { "mimeType": "application/json", "text": "{\n \"parent_key\": \"11111111-2222-3333-4444-555555555555\",\n \"name\": \"folder_1\",\n \"comment\": \"long long long long text\",\n \"color\": \"red\",\n \"expiration_date\": \"2026-09-21T19:45:00Z\",\n \"attributes\": []\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__24ec6b77", "method": "POST", "description": "Create new folder." }, { "parentId": "fld___WORKSPACE_ID__4010eb88", "name": "Update folder", "url": "{{ base_url }}/monitor/explorer/{{ target_folder_key }}", "body": { "mimeType": "application/json", "text": "{\n \"parent_key\": \"11111111-2222-3333-4444-555555555555\",\n \"name\": \"folder_1\",\n \"comment\": \"long long long long text\",\n \"color\": \"red\",\n \"expiration_date\": \"2026-09-21T19:45:00Z\",\n \"attributes\": []\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__1a0393a2", "method": "PUT", "description": "Rename and move folder." }, { "parentId": "fld___WORKSPACE_ID__4010eb88", "name": "Folder removal", "url": "{{ base_url }}/monitor/explorer/{{ target_folder_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__001710c2", "method": "DELETE", "description": "Folder removal by key." }, { "parentId": "fld___WORKSPACE_ID__4010eb88", "name": "Folder specification", "url": "{{ base_url }}/monitor/explorer/{{ target_folder_key }}/specification", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__70f5bf16", "method": "GET", "description": "Getting a folder specification." }, { "parentId": "fld___WORKSPACE_ID__4010eb88", "name": "Folder path", "url": "{{ base_url }}/monitor/explorer/{{ target_folder_key }}/path", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__0ba170db", "method": "GET", "description": "Folder path." }, { "parentId": "fld___WORKSPACE_ID__4010eb88", "name": "Create folders (batch)", "url": "{{ base_url }}/monitor/explorer/batch/folders", "body": { "mimeType": "application/json", "text": "[]" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__304d988b", "method": "POST", "description": "Create new folder (batch)." }, { "parentId": "fld___WORKSPACE_ID__4010eb88", "name": "Folders removal (batch)", "url": "{{ base_url }}/monitor/explorer/batch/folders", "body": { "mimeType": "application/json", "text": "[\n \"11111111-2222-3333-4444-555555555555\"\n]" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__17d3aa15", "method": "DELETE", "description": "Batch delete folders." }, { "parentId": "fld___WORKSPACE_ID__4010eb88", "name": "Folder key", "url": "{{ base_url }}/monitor/explorer/batch/folder-key", "body": { "mimeType": "application/json", "text": "[]" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__498ae2cc", "method": "POST", "description": "Getting a folder key by path." }, { "parentId": "fld___WORKSPACE_ID__4010eb88", "name": "File key", "url": "{{ base_url }}/monitor/explorer/batch/files", "body": { "mimeType": "application/json", "text": "{\n \"folder_names\": [],\n \"file_name\": \"file_1\"\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__658187e5", "method": "GET", "description": "Getting a file key by path." }, { "parentId": "fld___WORKSPACE_ID__4010eb88", "name": "Files removal (batch)", "url": "{{ base_url }}/monitor/explorer/batch/files", "body": { "mimeType": "application/json", "text": "[\n \"11111111-2222-3333-4444-555555555555\"\n]" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__92ec49eb", "method": "DELETE", "description": "Batch delete files." }, { "parentId": "fld___WORKSPACE_ID__4010eb88", "name": "Enable sharing (batch)", "url": "{{ base_url }}/monitor/explorer/batch/sharing", "body": { "mimeType": "application/json", "text": "[\n \"11111111-2222-3333-4444-555555555555\"\n]" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__6ee40460", "method": "PUT", "description": "Batch enable sharing." }, { "parentId": "fld___WORKSPACE_ID__4010eb88", "name": "Disable sharing (batch)", "url": "{{ base_url }}/monitor/explorer/batch/sharing", "body": { "mimeType": "application/json", "text": "[\n \"11111111-2222-3333-4444-555555555555\"\n]" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__c3acb043", "method": "DELETE", "description": "Batch disable sharing." }, { "parentId": "fld___WORKSPACE_ID__4010eb88", "name": "Filesystem counters", "url": "{{ base_url }}/monitor/explorer/batch/counters", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__0083a6a1", "method": "GET", "description": "Getting a virtual filesystem counters." }, { "parentId": "fld___WORKSPACE_ID__3ca677cc", "name": "Folder export", "url": "{{ base_url }}/monitor/backups/{{ target_folder_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__9c6fde02", "method": "POST", "description": "Export folder with files." }, { "parentId": "fld___WORKSPACE_ID__3ca677cc", "name": "Folder import", "url": "{{ base_url }}/monitor/backups/{{ target_folder_key }}", "body": { "mimeType": "application/octet-stream", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__247022ac", "method": "PUT", "description": "Import folder with files. The folder should not be of type ROOT and should be empty." }, { "parentId": "fld___WORKSPACE_ID__389a8624", "name": "Crew creation", "url": "{{ base_url }}/monitor/crews", "body": { "mimeType": "application/json", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__4c151284", "method": "POST", "description": "A crew is created by a logistician via the web interface or the API integration module.\n\nAn authorization account is automatically created according to the following rules:\n\n* The crew account username is created by concatenating the following strings:\n\n `company key` + `_2_` + `crew key`,\n\n This ensures unique logins for crews from different companies.\n* The account role is [CREW]\n* The account password is taken from the `crew_specification.password` field.\n* `owner_username` is set to the `username` of the user calling the creation method.\n* `owner_company_key` is set to the `company_key` of the user calling the creation method." }, { "parentId": "fld___WORKSPACE_ID__389a8624", "name": "Crew update", "url": "{{ base_url }}/monitor/crews", "body": { "mimeType": "application/json", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__73ed2926", "method": "PUT", "description": "Updating the crew information." }, { "parentId": "fld___WORKSPACE_ID__389a8624", "name": "Getting crew information", "url": "{{ base_url }}/monitor/crews/{{ crew_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__5031f16d", "method": "GET", "description": "Getting crew information by key." }, { "parentId": "fld___WORKSPACE_ID__389a8624", "name": "Delete crew", "url": "{{ base_url }}/monitor/crews/{{ crew_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__2bbc1aca", "method": "DELETE", "description": "Delete a crew.\n\nA crew cannot be deleted if a trip is assigned to it (i.e. a deal exists).\n\nWhen a crew is deleted, the account associated with it is also deleted, along with all audit actions and all statistics for that account." }, { "parentId": "fld___WORKSPACE_ID__389a8624", "name": "Reading crews (table)", "url": "{{ base_url }}/monitor/crews/table/batch", "body": { "mimeType": "application/json", "text": "{\n \"filters\": [\n {\n \"type\": \"STRING_SEARCH\",\n \"column\": \"ESSENCE_KEY\",\n \"string_search\": {\n \"text\": \"key01\",\n \"strict\": false\n }\n }\n ]\n}" }, "parameters": [ { "name": "offset", "value": "10", "disabled": true }, { "name": "limit", "value": "10", "disabled": true }, { "name": "sort_field", "value": "OWNER_COMPANY_KEY", "disabled": true }, { "name": "sort_direction", "value": "DESC", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__9ca47668", "method": "POST", "description": "Getting a list of crews." }, { "parentId": "fld___WORKSPACE_ID__389a8624", "name": "Crews removal (batch)", "url": "{{ base_url }}/monitor/crews/table/batch", "body": { "mimeType": "application/json", "text": "[\n \"mega_crew\"\n]" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__9f068a55", "method": "DELETE", "description": "Batch crews delete." }, { "parentId": "fld___WORKSPACE_ID__389a8624", "name": "Crew trackpoints", "url": "{{ base_url }}/monitor/crews/table/trackpoints", "body": { "mimeType": "application/json", "text": "{\n \"filters\": [\n {\n \"type\": \"STRING_SEARCH\",\n \"column\": \"ESSENCE_KEY\",\n \"string_search\": {\n \"text\": \"key01\",\n \"strict\": false\n }\n }\n ]\n}" }, "parameters": [ { "name": "offset", "value": "10", "disabled": true }, { "name": "limit", "value": "10", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__fb798be7", "method": "POST", "description": "Getting a crew trackpoints." }, { "parentId": "fld___WORKSPACE_ID__389a8624", "name": "Import crews (JSON)", "url": "{{ base_url }}/monitor/crews/actions/import/json", "body": { "mimeType": "application/json", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__e01ac5e6", "method": "POST", "description": "Importing new data from JSON file. If the entity is already present (determined by its key), it is updated. If not, a new one is created." }, { "parentId": "fld___WORKSPACE_ID__389a8624", "name": "Import crews (XLSX)", "url": "{{ base_url }}/monitor/crews/actions/import/xlsx", "body": { "mimeType": "application/octet-stream", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__7002e900", "method": "POST", "description": "Importing new data from XLSX file. If the entity is already present (determined by its key), it is updated. If not, a new one is created." }, { "parentId": "fld___WORKSPACE_ID__389a8624", "name": "Export crews (JSON)", "url": "{{ base_url }}/monitor/crews/actions/export/json", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__d0b59c5b", "method": "POST", "description": "Exporting crews to a JSON file." }, { "parentId": "fld___WORKSPACE_ID__389a8624", "name": "Export crews (XLSX)", "url": "{{ base_url }}/monitor/crews/actions/export/xlsx", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__10e0813e", "method": "POST", "description": "Exporting crews to a XLSX file." }, { "parentId": "fld___WORKSPACE_ID__389a8624", "name": "Self crew information", "url": "{{ base_url }}/monitor/crews/self/info", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__74e52e73", "method": "GET", "description": "Getting crew information by login.\nAvailable only for users with `CREW` role." }, { "parentId": "fld___WORKSPACE_ID__389a8624", "name": "Update device", "url": "{{ base_url }}/monitor/crews/self/device", "body": { "mimeType": "application/json", "text": "{\n \"key\": \"key01\",\n \"app_version\": \"7.51\",\n \"os_version\": \"15.0\",\n \"manufacturer\": \"Samsung\",\n \"model\": \"S25\"\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__5a9a6b83", "method": "POST", "description": "Updating information about your device (by login). Available only for users with `CREW` role." }, { "parentId": "fld___WORKSPACE_ID__389a8624", "name": "Update coordinates", "url": "{{ base_url }}/monitor/crews/self/trackpoint", "body": { "mimeType": "application/json", "text": "{\n \"trackpoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554,\n \"time\": \"2026-09-21T09:30:00+03:00\"\n },\n \"crew_key\": \"mega_crew\",\n \"online\": true\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__74e23224", "method": "POST", "description": "Updating information about your location (by login). Available only for users with `CREW` role." }, { "parentId": "fld___WORKSPACE_ID__cbc118ad", "name": "Getting deal information", "url": "{{ base_url }}/monitor/deals/{{ deal_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__f18847f1", "method": "GET", "description": "Getting deal information by key." }, { "parentId": "fld___WORKSPACE_ID__cbc118ad", "name": "Read available crews", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/trips/{{ essence_key }}/crews/availability", "body": { "mimeType": "application/json", "text": "{\n \"filters\": [\n {\n \"type\": \"STRING_SEARCH\",\n \"column\": \"ESSENCE_KEY\",\n \"string_search\": {\n \"text\": \"key01\",\n \"strict\": false\n }\n }\n ]\n}" }, "parameters": [ { "name": "offset", "value": "10", "disabled": true }, { "name": "limit", "value": "10", "disabled": true }, { "name": "sort_field", "value": "OWNER_COMPANY_KEY", "disabled": true }, { "name": "sort_direction", "value": "DESC", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__62ce0601", "method": "POST", "description": "Obtaining a list of crews that can perform the specified trip." }, { "parentId": "fld___WORKSPACE_ID__cbc118ad", "name": "Automatching crews (batch)", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/trips/actions/automatch", "body": { "mimeType": "application/json", "text": "[]" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__2eb103c6", "method": "POST", "description": "Automatic crew selection and trip assignment (batch).\nAutomatic selection finds suitable crews based on the following parameters:\n\n * the crew is available (does not have another trip for the searched time slot)\n * the crew meets the performer compatibility requirements (`crew.performer_compatibilities` is checked against `performer.compatibilities`)\n * the crew meets the performer limitations requirements (`crew.performer_limits` is checked against `performer.limits`)\n * the crew has the same transport type (`crew.transport_type` is equal to `transport.transport_type`)\n * the crew meets the transport capacity requirements (`crew.transport_boxes` is checked against `transport.boxes`)\n * the crew meets the transport compatibility requirements (`crew.transport_compatibilities` is checked against `transport.compatibilities`)\n * the crew meets the transport limitations requirements (`crew.transport_limits`) checked against `transport.limits`)" }, { "parentId": "fld___WORKSPACE_ID__cbc118ad", "name": "Assign trips (batch)", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/trips/actions/assignment", "body": { "mimeType": "application/json", "text": "[]" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__1fd4348e", "method": "POST", "description": "Free trips to a crew (batch)." }, { "parentId": "fld___WORKSPACE_ID__cbc118ad", "name": "Free trips (batch)", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/trips/actions/assignment", "body": { "mimeType": "application/json", "text": "[]" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__8681b564", "method": "DELETE", "description": "Free trips (batch) - removes crew assignments. If the trips key list is empty, all trips in the wave are released." }, { "parentId": "fld___WORKSPACE_ID__cbc118ad", "name": "Run trips (batch)", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/trips/actions/execution", "body": { "mimeType": "application/json", "text": "[]" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__fb37e931", "method": "POST", "description": "Run trips (batch). If the trip key list is empty, all trips from the wave are run." }, { "parentId": "fld___WORKSPACE_ID__cbc118ad", "name": "Stop trips (batch)", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/trips/actions/execution", "body": { "mimeType": "application/json", "text": "[]" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__20bc49d4", "method": "DELETE", "description": "Stop trips (batch). If the trip key list is empty, all trips from the wave are stop." }, { "parentId": "fld___WORKSPACE_ID__cbc118ad", "name": "Self crew trips", "url": "{{ base_url }}/monitor/deals/self/trips", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__21fea58e", "method": "GET", "description": "Getting a crew trips by login. Available only for users with `CREW` role." }, { "parentId": "fld___WORKSPACE_ID__cbc118ad", "name": "Data from trip", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/trips/{{ essence_key }}/data/batch/mobile", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__97192561", "method": "GET", "description": "Read trip data. Available only for users with `CREW` role." }, { "parentId": "fld___WORKSPACE_ID__cbc118ad", "name": "Facts from trip", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/trips/{{ essence_key }}/facts/batch/mobile", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__e4454f5b", "method": "GET", "description": "Read facts from trip. Available only for users with `CREW` role." }, { "parentId": "fld___WORKSPACE_ID__069cfa97", "name": "Downloading one file", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/store", "body": {}, "parameters": [ { "name": "store_key", "value": "company/client/2027/11/27/11111111-2222-3333-4444-555555555555.jpg" } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__d72c7849", "method": "GET", "description": "Downloading a file by key." }, { "parentId": "fld___WORKSPACE_ID__069cfa97", "name": "Uploading one file", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/store", "body": { "mimeType": "application/octet-stream", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__1c8870bd", "method": "POST", "description": "Uploading one file." }, { "parentId": "fld___WORKSPACE_ID__069cfa97", "name": "Deleting one file", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/store", "body": {}, "parameters": [ { "name": "store_key", "value": "company/client/2027/11/27/11111111-2222-3333-4444-555555555555.jpg" } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__bb71539f", "method": "DELETE", "description": "Removing a file by key." }, { "parentId": "fld___WORKSPACE_ID__95f5c5e1", "name": "Create wave", "url": "{{ base_url }}/monitor/waves", "body": { "mimeType": "application/json", "text": "{\n \"name\": \"file_1\",\n \"comment\": \"long long long long text\",\n \"folder_key\": \"11111111-2222-3333-4444-555555555555\"\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__bae0278f", "method": "POST", "description": "Create new wave." }, { "parentId": "fld___WORKSPACE_ID__95f5c5e1", "name": "Reading wave", "url": "{{ base_url }}/monitor/waves/{{ file_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__8e633b2c", "method": "GET", "description": "Getting wave information by key." }, { "parentId": "fld___WORKSPACE_ID__95f5c5e1", "name": "Wave update", "url": "{{ base_url }}/monitor/waves/{{ file_key }}", "body": { "mimeType": "application/json", "text": "{\n \"name\": \"file_1\",\n \"comment\": \"long long long long text\",\n \"folder_key\": \"11111111-2222-3333-4444-555555555555\"\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__fe529d41", "method": "PUT", "description": "Rename \\ move wave." }, { "parentId": "fld___WORKSPACE_ID__95f5c5e1", "name": "Wave removal", "url": "{{ base_url }}/monitor/waves/{{ file_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__f4c1d754", "method": "DELETE", "description": "Wave removal by key." }, { "parentId": "fld___WORKSPACE_ID__95f5c5e1", "name": "Waves list (table)", "url": "{{ base_url }}/monitor/waves/batch/table", "body": {}, "parameters": [ { "name": "folder_key", "value": "11111111-2222-3333-4444-555555555555", "disabled": true }, { "name": "filter", "value": "example text", "disabled": true }, { "name": "offset", "value": "10", "disabled": true }, { "name": "limit", "value": "10", "disabled": true }, { "name": "sort_field", "value": "SPECIFICATION_FOLDER_KEY", "disabled": true }, { "name": "sort_direction", "value": "DESC", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__892e4360", "method": "GET", "description": "Getting a table with wave." }, { "parentId": "fld___WORKSPACE_ID__95f5c5e1", "name": "Wave search", "url": "{{ base_url }}/monitor/waves/batch/search", "body": {}, "parameters": [ { "name": "filter", "value": "example text" }, { "name": "offset", "value": "10", "disabled": true }, { "name": "limit", "value": "10", "disabled": true }, { "name": "sort_field", "value": "SPECIFICATION_FOLDER_KEY", "disabled": true }, { "name": "sort_direction", "value": "DESC", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__7105f174", "method": "GET", "description": "Wave global search." }, { "parentId": "fld___WORKSPACE_ID__95f5c5e1", "name": "Read wave data changes subscription list", "url": "{{ base_url }}/monitor/waves/batch/subscriptions", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__12c6709c", "method": "GET", "description": "Reading the list of all account subscriptions to the wave data changes.\n\nIf there are no subscriptions, an empty list is returned." }, { "parentId": "fld___WORKSPACE_ID__95f5c5e1", "name": "Create wave data changes subscription", "url": "{{ base_url }}/monitor/waves/batch/subscriptions", "body": { "mimeType": "application/json", "text": "{\n \"key\": \"erp_integration\",\n \"callback_url\": \"https://waves-integration.veeroute.cloud/waves/notification\",\n \"notification_delay\": \"PT1M30S\",\n \"request_timeout\": \"PT30S\",\n \"retry_attempts\": 2,\n \"retry_interval\": \"PT1M30S\"\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__823683f8", "method": "POST", "description": "Creating a subscription to the data changes of the account waves - the filter cannot be specified, the subscription is applied to all waves of the account at once.\n\nThe subscription specifies the subscription key (`key`) and the address of the external service (`callback_url`) - the server will notify the external service that the wave data has changed and will send the statistics on the entities of this wave.\n\nSeveral subscriptions can be created for an account - for example, one for each external integration. The subscription key is unique within the account, the subscriptions work independently of each other.\n\nA subscription cannot be changed - to change the settings, delete the subscription (delete_wave_subscription) and create it again.\n\nNotifications are sent only while the wave is active - see activate_wave." }, { "parentId": "fld___WORKSPACE_ID__95f5c5e1", "name": "Delete wave data changes subscription", "url": "{{ base_url }}/monitor/waves/batch/subscriptions/{{ subscription_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__0e987f91", "method": "DELETE", "description": "Deleting the wave data changes subscription by the subscription key - notifications for it stop being sent.\n\nThe remaining account subscriptions continue to work.\n\nIf a subscription with such a key has not been created, the `404` code is returned." }, { "parentId": "fld___WORKSPACE_ID__95f5c5e1", "name": "Settings update", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/settings", "body": { "mimeType": "application/json", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__4109b28b", "method": "PUT", "description": "Update wave settings." }, { "parentId": "fld___WORKSPACE_ID__95f5c5e1", "name": "Wave duplicate", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/actions/duplicate", "body": { "mimeType": "application/json", "text": "{\n \"name\": \"file_1\",\n \"comment\": \"long long long long text\",\n \"folder_key\": \"11111111-2222-3333-4444-555555555555\"\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__0bcf6d19", "method": "POST", "description": "Wave duplicate." }, { "parentId": "fld___WORKSPACE_ID__95f5c5e1", "name": "Wave path", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/actions/locate", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__aeb4dc2e", "method": "GET", "description": "Wave path." }, { "parentId": "fld___WORKSPACE_ID__95f5c5e1", "name": "File neighbors", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/actions/neighbors", "body": {}, "parameters": [ { "name": "sort_field", "value": "SPECIFICATION_FOLDER_KEY", "disabled": true }, { "name": "sort_direction", "value": "DESC", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__055717ac", "method": "GET", "description": "File neighbors." }, { "parentId": "fld___WORKSPACE_ID__95f5c5e1", "name": "Import (XLSX)", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/actions/import/xlsx", "body": { "mimeType": "application/octet-stream", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__ada51a50", "method": "POST", "description": "Importing new data from an XLSX file.\nIf an entity is already present (determined by its key), it is updated.\nIf not, a new one is created.\nThe data time zone is taken from the XLSX file." }, { "parentId": "fld___WORKSPACE_ID__95f5c5e1", "name": "Import (JSON)", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/actions/import/json", "body": { "mimeType": "application/json", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__c814f56e", "method": "POST", "description": "Importing new data from VRt.Universal JSON file. If the entity is already present (determined by its key), it is updated. If not, a new one is created." }, { "parentId": "fld___WORKSPACE_ID__95f5c5e1", "name": "Import by URL (JSON)", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/actions/import/json-url", "body": {}, "parameters": [ { "name": "url", "value": "https://docs.edge7.veeroute.cloud/dataset/universal/dataset-12-soft-window.json" } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__42cbfef1", "method": "POST", "description": "Importing new data from a VRt.Universal JSON file by url. If the entity is already present in the wave (determined by its key), it is updated, if not, a new one is created." }, { "parentId": "fld___WORKSPACE_ID__95f5c5e1", "name": "Import from Studio", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/actions/import/experiment/{{ studio_experiment_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__7c79aa2d", "method": "POST", "description": "Importing new data from a VRt.Universal JSON file by experiment key from VRt.Studio. If the entity is already present in the wave (determined by its key), it is updated, if not, a new one is created." }, { "parentId": "fld___WORKSPACE_ID__95f5c5e1", "name": "Export (XLSX)", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/actions/export/xlsx", "body": {}, "parameters": [ { "name": "timezone", "value": "3", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__4d583853", "method": "POST", "description": "Export (XLSX)." }, { "parentId": "fld___WORKSPACE_ID__95f5c5e1", "name": "Export (JSON)", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/actions/export/json", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__601e03e3", "method": "POST", "description": "Export data to VRt.Universal JSON file." }, { "parentId": "fld___WORKSPACE_ID__95f5c5e1", "name": "Activate wave", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/actions/activation", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__a43a2a23", "method": "POST", "description": "Wave activation - switching the wave to the `ACTIVE` status:\n * processing of incoming facts is enabled\n * autopilot can be turned on" }, { "parentId": "fld___WORKSPACE_ID__95f5c5e1", "name": "Deactivate wave", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/actions/activation", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__f94e8473", "method": "DELETE", "description": "Wave deactivation - switching the wave to the `INACTIVE` status. Processing of incoming facts is disabled, the autopilot (if it was running) is stopped." }, { "parentId": "fld___WORKSPACE_ID__95f5c5e1", "name": "Run validation", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/actions/validation", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__3030c5cb", "method": "POST", "description": "Validation run." }, { "parentId": "fld___WORKSPACE_ID__ae7222eb", "name": "Create location", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/locations", "body": { "mimeType": "application/json", "text": "{\n \"key\": \"performer_1_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__f4bde6d3", "method": "POST", "description": "Create location." }, { "parentId": "fld___WORKSPACE_ID__ae7222eb", "name": "Update location", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/locations", "body": { "mimeType": "application/json", "text": "{\n \"key\": \"performer_1_location\",\n \"geopoint\": {\n \"latitude\": 55.720292,\n \"longitude\": 37.625994\n }\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__05f32e3c", "method": "PUT", "description": "Updating the location by key." }, { "parentId": "fld___WORKSPACE_ID__ae7222eb", "name": "Read location", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/locations/{{ essence_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__c4874f08", "method": "GET", "description": "Getting location information by key." }, { "parentId": "fld___WORKSPACE_ID__ae7222eb", "name": "Remove location", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/locations/{{ essence_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__8b9b04ae", "method": "DELETE", "description": "Removing a location by key." }, { "parentId": "fld___WORKSPACE_ID__ae7222eb", "name": "Locations list", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/locations/batch/table", "body": { "mimeType": "application/json", "text": "{\n \"filters\": [\n {\n \"type\": \"STRING_SEARCH\",\n \"column\": \"ESSENCE_KEY\",\n \"string_search\": {\n \"text\": \"key01\",\n \"strict\": false\n }\n }\n ]\n}" }, "parameters": [ { "name": "offset", "value": "10", "disabled": true }, { "name": "limit", "value": "10", "disabled": true }, { "name": "sort_field", "value": "ESSENCE_KEY", "disabled": true }, { "name": "sort_customfield", "value": "STRING_1", "disabled": true }, { "name": "sort_direction", "value": "DESC", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__67e36589", "method": "POST", "description": "Getting a locations list." }, { "parentId": "fld___WORKSPACE_ID__ae7222eb", "name": "Delete locations (batch)", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/locations/batch/table", "body": { "mimeType": "application/json", "text": "[\n \"essence_key_1\",\n \"essence_key_99\"\n]" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__ec85b102", "method": "DELETE", "description": "Removing locations from the file." }, { "parentId": "fld___WORKSPACE_ID__ae7222eb", "name": "Location geopoints", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/locations/batch/geopoints", "body": { "mimeType": "application/json", "text": "{\n \"filters\": [\n {\n \"type\": \"STRING_SEARCH\",\n \"column\": \"ESSENCE_KEY\",\n \"string_search\": {\n \"text\": \"key01\",\n \"strict\": false\n }\n }\n ]\n}" }, "parameters": [ { "name": "offset", "value": "10", "disabled": true }, { "name": "limit", "value": "10", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__45b1d1f1", "method": "POST", "description": "Getting a geopoints." }, { "parentId": "fld___WORKSPACE_ID__ae7222eb", "name": "Location metrics", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/locations/batch/metrics", "body": { "mimeType": "application/json", "text": "{\n \"filters\": [\n {\n \"type\": \"STRING_SEARCH\",\n \"column\": \"ESSENCE_KEY\",\n \"string_search\": {\n \"text\": \"key01\",\n \"strict\": false\n }\n }\n ]\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__0aeb9b05", "method": "POST", "description": "Calculate general metrics for selected locations." }, { "parentId": "fld___WORKSPACE_ID__4d3dffa5", "name": "Create performer", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/performers", "body": { "mimeType": "application/json", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__a6761878", "method": "POST", "description": "Create performer." }, { "parentId": "fld___WORKSPACE_ID__4d3dffa5", "name": "Update performer", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/performers", "body": { "mimeType": "application/json", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__3cc6dcdd", "method": "PUT", "description": "Updating the performer by key." }, { "parentId": "fld___WORKSPACE_ID__4d3dffa5", "name": "Read performer", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/performers/{{ essence_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__87425ef5", "method": "GET", "description": "Getting performer information by key." }, { "parentId": "fld___WORKSPACE_ID__4d3dffa5", "name": "Remove performer", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/performers/{{ essence_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__67579337", "method": "DELETE", "description": "Removing a performer by key." }, { "parentId": "fld___WORKSPACE_ID__4d3dffa5", "name": "Performers list", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/performers/batch/table", "body": { "mimeType": "application/json", "text": "{\n \"filters\": [\n {\n \"type\": \"STRING_SEARCH\",\n \"column\": \"ESSENCE_KEY\",\n \"string_search\": {\n \"text\": \"key01\",\n \"strict\": false\n }\n }\n ]\n}" }, "parameters": [ { "name": "offset", "value": "10", "disabled": true }, { "name": "limit", "value": "10", "disabled": true }, { "name": "sort_field", "value": "ESSENCE_KEY", "disabled": true }, { "name": "sort_customfield", "value": "STRING_1", "disabled": true }, { "name": "sort_direction", "value": "DESC", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__d3879ad9", "method": "POST", "description": "Getting a performers list." }, { "parentId": "fld___WORKSPACE_ID__4d3dffa5", "name": "Delete performers (batch)", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/performers/batch/table", "body": { "mimeType": "application/json", "text": "[\n \"essence_key_1\",\n \"essence_key_99\"\n]" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__94111641", "method": "DELETE", "description": "Removing performers from the file." }, { "parentId": "fld___WORKSPACE_ID__4d3dffa5", "name": "Performer geopoints", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/performers/batch/geopoints", "body": { "mimeType": "application/json", "text": "{\n \"filters\": [\n {\n \"type\": \"STRING_SEARCH\",\n \"column\": \"ESSENCE_KEY\",\n \"string_search\": {\n \"text\": \"key01\",\n \"strict\": false\n }\n }\n ]\n}" }, "parameters": [ { "name": "offset", "value": "10", "disabled": true }, { "name": "limit", "value": "10", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__5e2c7321", "method": "POST", "description": "Getting a geopoints." }, { "parentId": "fld___WORKSPACE_ID__4d3dffa5", "name": "Performer metrics", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/performers/batch/metrics", "body": { "mimeType": "application/json", "text": "{\n \"filters\": [\n {\n \"type\": \"STRING_SEARCH\",\n \"column\": \"ESSENCE_KEY\",\n \"string_search\": {\n \"text\": \"key01\",\n \"strict\": false\n }\n }\n ]\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__d9cb7d89", "method": "POST", "description": "Calculate general metrics for selected performers." }, { "parentId": "fld___WORKSPACE_ID__871366dc", "name": "Create transport", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/transports", "body": { "mimeType": "application/json", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__5a1dc8eb", "method": "POST", "description": "Creating a transport." }, { "parentId": "fld___WORKSPACE_ID__871366dc", "name": "Update transport", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/transports", "body": { "mimeType": "application/json", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__4db683ef", "method": "PUT", "description": "Updating a transport by its key." }, { "parentId": "fld___WORKSPACE_ID__871366dc", "name": "Reading transport", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/transports/{{ essence_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__16295075", "method": "GET", "description": "Getting transport information by key." }, { "parentId": "fld___WORKSPACE_ID__871366dc", "name": "Remove transport", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/transports/{{ essence_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__3287e9b7", "method": "DELETE", "description": "Removing a transport by key." }, { "parentId": "fld___WORKSPACE_ID__871366dc", "name": "Transport list", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/transports/batch/table", "body": { "mimeType": "application/json", "text": "{\n \"filters\": [\n {\n \"type\": \"STRING_SEARCH\",\n \"column\": \"ESSENCE_KEY\",\n \"string_search\": {\n \"text\": \"key01\",\n \"strict\": false\n }\n }\n ]\n}" }, "parameters": [ { "name": "offset", "value": "10", "disabled": true }, { "name": "limit", "value": "10", "disabled": true }, { "name": "sort_field", "value": "ESSENCE_KEY", "disabled": true }, { "name": "sort_customfield", "value": "STRING_1", "disabled": true }, { "name": "sort_direction", "value": "DESC", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__f008ce9b", "method": "POST", "description": "Getting a transport list." }, { "parentId": "fld___WORKSPACE_ID__871366dc", "name": "Delete transports (batch)", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/transports/batch/table", "body": { "mimeType": "application/json", "text": "[\n \"essence_key_1\",\n \"essence_key_99\"\n]" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__6036eee6", "method": "DELETE", "description": "Removing transports from the file." }, { "parentId": "fld___WORKSPACE_ID__871366dc", "name": "Transport geopoints", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/transports/batch/geopoints", "body": { "mimeType": "application/json", "text": "{\n \"filters\": [\n {\n \"type\": \"STRING_SEARCH\",\n \"column\": \"ESSENCE_KEY\",\n \"string_search\": {\n \"text\": \"key01\",\n \"strict\": false\n }\n }\n ]\n}" }, "parameters": [ { "name": "offset", "value": "10", "disabled": true }, { "name": "limit", "value": "10", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__715a3ac9", "method": "POST", "description": "Getting a geopoints." }, { "parentId": "fld___WORKSPACE_ID__871366dc", "name": "Transport metrics", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/transports/batch/metrics", "body": { "mimeType": "application/json", "text": "{\n \"filters\": [\n {\n \"type\": \"STRING_SEARCH\",\n \"column\": \"ESSENCE_KEY\",\n \"string_search\": {\n \"text\": \"key01\",\n \"strict\": false\n }\n }\n ]\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__6015dda4", "method": "POST", "description": "Calculate general metrics for selected transports." }, { "parentId": "fld___WORKSPACE_ID__c34c20a0", "name": "Create order", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/orders", "body": { "mimeType": "application/json", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__ab12026c", "method": "POST", "description": "New order creation." }, { "parentId": "fld___WORKSPACE_ID__c34c20a0", "name": "Update order", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/orders", "body": { "mimeType": "application/json", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__6f41fccd", "method": "PUT", "description": "Updating the essence by key." }, { "parentId": "fld___WORKSPACE_ID__c34c20a0", "name": "Reading order", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/orders/{{ essence_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__f8e85450", "method": "GET", "description": "Getting order information by key." }, { "parentId": "fld___WORKSPACE_ID__c34c20a0", "name": "Deleting one order", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/orders/{{ essence_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__af5d9b34", "method": "DELETE", "description": "Removing a essence by key." }, { "parentId": "fld___WORKSPACE_ID__c34c20a0", "name": "Update invoices (batch)", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/orders/batch/invoices", "body": { "mimeType": "application/json", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__20bf44b3", "method": "PUT", "description": "Updating cargo invoices for the orders of the dataset (batch). Each cargo is addressed by a pair of keys - the order key and the cargo key. Only already existing cargoes are updated - new cargoes are not added. If you need to add or remove cargoes, use the order update function." }, { "parentId": "fld___WORKSPACE_ID__c34c20a0", "name": "List orders", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/orders/batch/table", "body": { "mimeType": "application/json", "text": "{\n \"filters\": [\n {\n \"type\": \"STRING_SEARCH\",\n \"column\": \"ESSENCE_KEY\",\n \"string_search\": {\n \"text\": \"key01\",\n \"strict\": false\n }\n }\n ]\n}" }, "parameters": [ { "name": "offset", "value": "10", "disabled": true }, { "name": "limit", "value": "10", "disabled": true }, { "name": "sort_field", "value": "ESSENCE_KEY", "disabled": true }, { "name": "sort_customfield", "value": "STRING_1", "disabled": true }, { "name": "sort_direction", "value": "DESC", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__725a6418", "method": "POST", "description": "Getting a orders list." }, { "parentId": "fld___WORKSPACE_ID__c34c20a0", "name": "Delete orders (batch)", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/orders/batch/table", "body": { "mimeType": "application/json", "text": "[\n \"essence_key_1\",\n \"essence_key_99\"\n]" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__e1afc743", "method": "DELETE", "description": "Removing orders from the file." }, { "parentId": "fld___WORKSPACE_ID__c34c20a0", "name": "Order geopoints", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/orders/batch/geopoints", "body": { "mimeType": "application/json", "text": "{\n \"filters\": [\n {\n \"type\": \"STRING_SEARCH\",\n \"column\": \"ESSENCE_KEY\",\n \"string_search\": {\n \"text\": \"key01\",\n \"strict\": false\n }\n }\n ]\n}" }, "parameters": [ { "name": "offset", "value": "10", "disabled": true }, { "name": "limit", "value": "10", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__c000c450", "method": "POST", "description": "Getting a geopoints." }, { "parentId": "fld___WORKSPACE_ID__c34c20a0", "name": "Order metrics", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/orders/batch/metrics", "body": { "mimeType": "application/json", "text": "{\n \"filters\": [\n {\n \"type\": \"STRING_SEARCH\",\n \"column\": \"ESSENCE_KEY\",\n \"string_search\": {\n \"text\": \"key01\",\n \"strict\": false\n }\n }\n ]\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__a5ce3534", "method": "POST", "description": "Calculate general metrics for selected orders." }, { "parentId": "fld___WORKSPACE_ID__d7245ff4", "name": "Create hardlink", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/hardlinks", "body": { "mimeType": "application/json", "text": "{\n \"key\": \"hardlink_1\",\n \"links\": [\n {\n \"type\": \"PERFORMER_SHIFT\",\n \"entity_key\": \"perf_1\"\n },\n {\n \"type\": \"TRANSPORT_SHIFT\",\n \"entity_key\": \"transp_1\"\n }\n ]\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__5d9acafc", "method": "POST", "description": "Create new hardlink." }, { "parentId": "fld___WORKSPACE_ID__d7245ff4", "name": "Update hardlink", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/hardlinks", "body": { "mimeType": "application/json", "text": "{\n \"key\": \"hardlink_1\",\n \"links\": [\n {\n \"type\": \"PERFORMER_SHIFT\",\n \"entity_key\": \"perf_1\"\n },\n {\n \"type\": \"TRANSPORT_SHIFT\",\n \"entity_key\": \"transp_1\"\n }\n ]\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__06dd6136", "method": "PUT", "description": "Updating the hardlink by key." }, { "parentId": "fld___WORKSPACE_ID__d7245ff4", "name": "Read hardlink", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/hardlinks/{{ essence_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__4401e9d0", "method": "GET", "description": "Getting hardlink information by key." }, { "parentId": "fld___WORKSPACE_ID__d7245ff4", "name": "Remove hardlink", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/hardlinks/{{ essence_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__20d69c91", "method": "DELETE", "description": "Removing a essence by key." }, { "parentId": "fld___WORKSPACE_ID__d7245ff4", "name": "List hardlinks", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/hardlinks/batch/table", "body": { "mimeType": "application/json", "text": "{\n \"filters\": [\n {\n \"type\": \"STRING_SEARCH\",\n \"column\": \"ESSENCE_KEY\",\n \"string_search\": {\n \"text\": \"key01\",\n \"strict\": false\n }\n }\n ]\n}" }, "parameters": [ { "name": "offset", "value": "10", "disabled": true }, { "name": "limit", "value": "10", "disabled": true }, { "name": "sort_field", "value": "ELEMENTS_COUNT", "disabled": true }, { "name": "sort_customfield", "value": "STRING_1", "disabled": true }, { "name": "sort_direction", "value": "DESC", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__1439c1ce", "method": "POST", "description": "Getting a hardlinks list." }, { "parentId": "fld___WORKSPACE_ID__d7245ff4", "name": "Delete hardlinks (batch)", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/hardlinks/batch/table", "body": { "mimeType": "application/json", "text": "[\n \"essence_key_1\",\n \"essence_key_99\"\n]" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__774cc8b4", "method": "DELETE", "description": "Removing hardlinks from the file." }, { "parentId": "fld___WORKSPACE_ID__d7245ff4", "name": "Hardlink metrics", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/hardlinks/batch/metrics", "body": { "mimeType": "application/json", "text": "{\n \"filters\": [\n {\n \"type\": \"STRING_SEARCH\",\n \"column\": \"ESSENCE_KEY\",\n \"string_search\": {\n \"text\": \"key01\",\n \"strict\": false\n }\n }\n ]\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__3833b696", "method": "POST", "description": "Calculate general metrics for selected hardlinks." }, { "parentId": "fld___WORKSPACE_ID__841f5e0b", "name": "Trip create", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/trips", "body": { "mimeType": "application/json", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__656895df", "method": "POST", "description": "Creating a trip." }, { "parentId": "fld___WORKSPACE_ID__841f5e0b", "name": "Trip update", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/trips", "body": { "mimeType": "application/json", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__a7fe0bb4", "method": "PUT", "description": "Updating a trip by key." }, { "parentId": "fld___WORKSPACE_ID__841f5e0b", "name": "Read trip", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/trips/{{ essence_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__cb8e2c0f", "method": "GET", "description": "Getting trip information by key." }, { "parentId": "fld___WORKSPACE_ID__841f5e0b", "name": "Delete trip", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/trips/{{ essence_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__73efe33f", "method": "DELETE", "description": "Removing a trip by key." }, { "parentId": "fld___WORKSPACE_ID__841f5e0b", "name": "Reading trips (table)", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/trips/batch/table", "body": { "mimeType": "application/json", "text": "{\n \"filters\": [\n {\n \"type\": \"STRING_SEARCH\",\n \"column\": \"ESSENCE_KEY\",\n \"string_search\": {\n \"text\": \"key01\",\n \"strict\": false\n }\n }\n ]\n}" }, "parameters": [ { "name": "offset", "value": "10", "disabled": true }, { "name": "limit", "value": "10", "disabled": true }, { "name": "sort_field", "value": "DISTANCE", "disabled": true }, { "name": "sort_customfield", "value": "STRING_1", "disabled": true }, { "name": "sort_direction", "value": "DESC", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__f8e66a5d", "method": "POST", "description": "Getting a trips list." }, { "parentId": "fld___WORKSPACE_ID__841f5e0b", "name": "Delete trips (batch)", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/trips/batch/table", "body": { "mimeType": "application/json", "text": "[\n \"essence_key_1\",\n \"essence_key_99\"\n]" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__f2058cb3", "method": "DELETE", "description": "Removing trips from the wave." }, { "parentId": "fld___WORKSPACE_ID__841f5e0b", "name": "Trips chart", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/trips/batch/charts", "body": { "mimeType": "application/json", "text": "{\n \"filters\": [\n {\n \"type\": \"STRING_SEARCH\",\n \"column\": \"ESSENCE_KEY\",\n \"string_search\": {\n \"text\": \"key01\",\n \"strict\": false\n }\n }\n ]\n}" }, "parameters": [ { "name": "offset", "value": "10", "disabled": true }, { "name": "limit", "value": "10", "disabled": true }, { "name": "sort_field", "value": "DISTANCE", "disabled": true }, { "name": "sort_direction", "value": "DESC", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__c411801e", "method": "POST", "description": "Getting a trips for chart." }, { "parentId": "fld___WORKSPACE_ID__841f5e0b", "name": "Trip tracks", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/trips/batch/tracks/{{ tracks_type }}", "body": { "mimeType": "application/json", "text": "{\n \"filters\": [\n {\n \"type\": \"STRING_SEARCH\",\n \"column\": \"ESSENCE_KEY\",\n \"string_search\": {\n \"text\": \"key01\",\n \"strict\": false\n }\n }\n ]\n}" }, "parameters": [ { "name": "offset", "value": "10", "disabled": true }, { "name": "limit", "value": "10", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__b551a363", "method": "POST", "description": "Getting a tracks." }, { "parentId": "fld___WORKSPACE_ID__841f5e0b", "name": "Load custom tracks", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/trips/batch/tracks-custom", "body": { "mimeType": "application/json", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__91a18d02", "method": "POST", "description": "Load custom tracks." }, { "parentId": "fld___WORKSPACE_ID__841f5e0b", "name": "Remove custom tracks", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/trips/batch/tracks-custom", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__74b5125f", "method": "DELETE", "description": "Remove custom all tracks." }, { "parentId": "fld___WORKSPACE_ID__841f5e0b", "name": "Trips metrics", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/trips/batch/metrics", "body": { "mimeType": "application/json", "text": "{\n \"filters\": [\n {\n \"type\": \"STRING_SEARCH\",\n \"column\": \"ESSENCE_KEY\",\n \"string_search\": {\n \"text\": \"key01\",\n \"strict\": false\n }\n }\n ]\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__35dec8f1", "method": "POST", "description": "Calculate general metrics for selected trips." }, { "parentId": "fld___WORKSPACE_ID__841f5e0b", "name": "Trip stops list (table)", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/trips/{{ essence_key }}/stops/batch/table", "body": { "mimeType": "application/json", "text": "{\n \"filters\": [\n {\n \"type\": \"STRING_SEARCH\",\n \"column\": \"ESSENCE_KEY\",\n \"string_search\": {\n \"text\": \"key01\",\n \"strict\": false\n }\n }\n ]\n}" }, "parameters": [ { "name": "offset", "value": "10", "disabled": true }, { "name": "limit", "value": "10", "disabled": true }, { "name": "sort_field", "value": "LOCATION_NAME", "disabled": true }, { "name": "sort_customfield", "value": "STRING_1", "disabled": true }, { "name": "sort_direction", "value": "DESC", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__c300ad0b", "method": "POST", "description": "Getting a trip stops list." }, { "parentId": "fld___WORKSPACE_ID__841f5e0b", "name": "Reading roundrips (table)", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/roundtrips/batch/table", "body": { "mimeType": "application/json", "text": "{\n \"filters\": [\n {\n \"type\": \"STRING_SEARCH\",\n \"column\": \"ESSENCE_KEY\",\n \"string_search\": {\n \"text\": \"key01\",\n \"strict\": false\n }\n }\n ]\n}" }, "parameters": [ { "name": "offset", "value": "10", "disabled": true }, { "name": "limit", "value": "10", "disabled": true }, { "name": "sort_field", "value": "DISTANCE", "disabled": true }, { "name": "sort_customfield", "value": "STRING_1", "disabled": true }, { "name": "sort_direction", "value": "DESC", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__d7ce8903", "method": "POST", "description": "Getting a roundrips list." }, { "parentId": "fld___WORKSPACE_ID__841f5e0b", "name": "Roundrips metrics", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/roundtrips/batch/metrics", "body": { "mimeType": "application/json", "text": "{\n \"filters\": [\n {\n \"type\": \"STRING_SEARCH\",\n \"column\": \"ESSENCE_KEY\",\n \"string_search\": {\n \"text\": \"key01\",\n \"strict\": false\n }\n }\n ]\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__9763666f", "method": "POST", "description": "Calculate general metrics for selected roundrips." }, { "parentId": "fld___WORKSPACE_ID__841f5e0b", "name": "Planned trip track", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/trips/{{ essence_key }}/tracks-plan", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__31e0cf5e", "method": "GET", "description": "Read planned trip track." }, { "parentId": "fld___WORKSPACE_ID__841f5e0b", "name": "Historical trip track", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/trips/{{ essence_key }}/tracks-history", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__a4934a4d", "method": "GET", "description": "Read historical track of the trip." }, { "parentId": "fld___WORKSPACE_ID__a020c168", "name": "Create fact", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/facts", "body": { "mimeType": "application/json", "text": "{\n \"key\": \"fact_01\",\n \"type\": \"GEOTRACK_UPDATED\",\n \"time\": \"2026-09-07T22:00:00Z\",\n \"trip_key\": \"trip_for_performer_1\",\n \"performer_key\": \"performer_1\",\n \"location_key\": \"performer_1_current_location\"\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__ebee5919", "method": "POST", "description": "Creating a fact. You can only create a new fact with the 'NEW' status." }, { "parentId": "fld___WORKSPACE_ID__a020c168", "name": "Read fact", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/facts/{{ essence_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__96be03bb", "method": "GET", "description": "Getting fact information by key." }, { "parentId": "fld___WORKSPACE_ID__a020c168", "name": "Deleting one fact", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/facts/{{ essence_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__9bede2de", "method": "DELETE", "description": "Removing a fact by key." }, { "parentId": "fld___WORKSPACE_ID__a020c168", "name": "List of facts", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/facts/batch/table", "body": { "mimeType": "application/json", "text": "{\n \"filters\": [\n {\n \"type\": \"STRING_SEARCH\",\n \"column\": \"ESSENCE_KEY\",\n \"string_search\": {\n \"text\": \"key01\",\n \"strict\": false\n }\n }\n ]\n}" }, "parameters": [ { "name": "offset", "value": "10", "disabled": true }, { "name": "limit", "value": "10", "disabled": true }, { "name": "sort_field", "value": "ESSENCE_KEY", "disabled": true }, { "name": "sort_customfield", "value": "STRING_1", "disabled": true }, { "name": "sort_direction", "value": "DESC", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__c2db5ee4", "method": "POST", "description": "Getting a facts list." }, { "parentId": "fld___WORKSPACE_ID__a020c168", "name": "Delete facts (batch)", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/facts/batch/table", "body": { "mimeType": "application/json", "text": "[\n \"essence_key_1\",\n \"essence_key_99\"\n]" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__9c23532f", "method": "DELETE", "description": "Removing facts from the file." }, { "parentId": "fld___WORKSPACE_ID__a020c168", "name": "Fact metrics", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/facts/batch/metrics", "body": { "mimeType": "application/json", "text": "{\n \"filters\": [\n {\n \"type\": \"STRING_SEARCH\",\n \"column\": \"ESSENCE_KEY\",\n \"string_search\": {\n \"text\": \"key01\",\n \"strict\": false\n }\n }\n ]\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__84c0a779", "method": "POST", "description": "Calculate general metrics for selected facts." }, { "parentId": "fld___WORKSPACE_ID__a020c168", "name": "Create facts (batch)", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/facts/batch/list", "body": { "mimeType": "application/json", "text": "[]" }, "parameters": [ { "name": "batch_key", "value": "batch_1199", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__8a19ba3c", "method": "POST", "description": "Creating a facts. You can only create a new fact with the 'NEW' status." }, { "parentId": "fld___WORKSPACE_ID__a020c168", "name": "Checking batch status", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/facts/batch/status", "body": {}, "parameters": [ { "name": "batch_key", "value": "batch_1199" } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__a6845412", "method": "GET", "description": "Obtaining the processing status of a previously uploaded batch of facts." }, { "parentId": "fld___WORKSPACE_ID__d2a4b987", "name": "Run autopilot", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/actions/autopilot", "body": { "mimeType": "application/json", "text": "{\n \"automatch_delay\": \"PT2M30S\",\n \"replan_delay\": \"PT2M30S\"\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__d512760e", "method": "POST", "description": "Turn on the autopilot — an automatic process that includes:\n * accounting for all incoming facts\n * processing of data changes\n * recalculation of existing trips\n * updating analytics on facts and building a forecast\n * assigning new trips to crews\n\nThe autopilot can only be turned on for an active wave (wave status is `ACTIVE`)." }, { "parentId": "fld___WORKSPACE_ID__d2a4b987", "name": "Update autopilot", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/actions/autopilot", "body": { "mimeType": "application/json", "text": "{\n \"automatch_delay\": \"PT2M30S\",\n \"replan_delay\": \"PT2M30S\"\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__a4327143", "method": "PUT", "description": "Update autopilot." }, { "parentId": "fld___WORKSPACE_ID__d2a4b987", "name": "Stop autopilot", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/actions/autopilot", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__0b1ed796", "method": "DELETE", "description": "Stop autopilot." }, { "parentId": "fld___WORKSPACE_ID__b90e8591", "name": "Creating an order tag", "url": "{{ base_url }}/monitor/tracker/waves/{{ file_key }}/orders/{{ essence_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__b239b2ae", "method": "POST", "description": "Generating a key-mark to track order." }, { "parentId": "fld___WORKSPACE_ID__b90e8591", "name": "Order tracking", "url": "{{ base_url }}/monitor/tracker/orders/{{ tracker_key }}", "body": {}, "parameters": [], "headers": [], "authentication": {}, "_type": "request", "_id": "req___WORKSPACE_ID__b0bfe4e3", "method": "GET", "description": "Order tracking by mark." }, { "parentId": "fld___WORKSPACE_ID__b90e8591", "name": "Reading tracker settings list", "url": "{{ base_url }}/monitor/settings/tracker", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__e8f2611d", "method": "GET", "description": "Reading the list of tracker settings keys." }, { "parentId": "fld___WORKSPACE_ID__b90e8591", "name": "Setting the active tracker settings key", "url": "{{ base_url }}/monitor/settings/tracker", "body": { "mimeType": "application/json", "text": "\"path-key-01\"" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__5368c427", "method": "POST", "description": "Setting the active tracker settings key." }, { "parentId": "fld___WORKSPACE_ID__b90e8591", "name": "Reading tracker settings", "url": "{{ base_url }}/monitor/settings/tracker/{{ settings_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__738cc2c6", "method": "GET", "description": "Reading tracker settings." }, { "parentId": "fld___WORKSPACE_ID__b90e8591", "name": "Create tracker settings", "url": "{{ base_url }}/monitor/settings/tracker/{{ settings_key }}", "body": { "mimeType": "application/json", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__76dc4053", "method": "POST", "description": "Create tracker settings." }, { "parentId": "fld___WORKSPACE_ID__b90e8591", "name": "Update tracker settings", "url": "{{ base_url }}/monitor/settings/tracker/{{ settings_key }}", "body": { "mimeType": "application/json", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__2ed45aec", "method": "PUT", "description": "Update tracker settings." }, { "parentId": "fld___WORKSPACE_ID__b90e8591", "name": "Delete tracker settings", "url": "{{ base_url }}/monitor/settings/tracker/{{ settings_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__bda481b2", "method": "DELETE", "description": "Delete tracker settings." }, { "parentId": "fld___WORKSPACE_ID__aa46bd8f", "name": "Analytics for the period", "url": "{{ base_url }}/monitor/analytics/overview", "body": { "mimeType": "application/json", "text": "[\n \"11111111-2222-3333-4444-555555555555\"\n]" }, "parameters": [ { "name": "from", "value": "2026-09-21T09:30:00+03:00", "disabled": true }, { "name": "to", "value": "2026-09-21T18:00:00+03:00", "disabled": true } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__0c4f12e7", "method": "POST", "description": "Analytics for the period." }, { "parentId": "fld___WORKSPACE_ID__3fc88b19", "name": "Report creating", "url": "{{ base_url }}/monitor/reports/xlsx", "body": { "mimeType": "application/json", "text": "[\n \"11111111-2222-3333-4444-555555555555\"\n]" }, "parameters": [ { "name": "from", "value": "2026-09-21T09:30:00+03:00", "disabled": true }, { "name": "to", "value": "2026-09-21T18:00:00+03:00", "disabled": true }, { "name": "report_type", "value": "TYPE_2" } ], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__27fada76", "method": "POST", "description": "Creating report." }, { "parentId": "fld___WORKSPACE_ID__bcf5a770", "name": "Reading scenario list", "url": "{{ base_url }}/monitor/settings/scenarios", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__969bffc5", "method": "GET", "description": "Reading the list of scenario keys." }, { "parentId": "fld___WORKSPACE_ID__bcf5a770", "name": "Create scenario", "url": "{{ base_url }}/monitor/settings/scenarios", "body": { "mimeType": "application/json", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__0ec14ff2", "method": "POST", "description": "Create scenario." }, { "parentId": "fld___WORKSPACE_ID__bcf5a770", "name": "Update scenario", "url": "{{ base_url }}/monitor/settings/scenarios", "body": { "mimeType": "application/json", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__434383b6", "method": "PUT", "description": "Update scenario." }, { "parentId": "fld___WORKSPACE_ID__bcf5a770", "name": "Reading scenario", "url": "{{ base_url }}/monitor/settings/scenarios/{{ scenario_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__9af6b91f", "method": "GET", "description": "Reading scenario." }, { "parentId": "fld___WORKSPACE_ID__bcf5a770", "name": "Delete scenario", "url": "{{ base_url }}/monitor/settings/scenarios/{{ scenario_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__1bc60dda", "method": "DELETE", "description": "Delete scenario." }, { "parentId": "fld___WORKSPACE_ID__78ad04a4", "name": "Reading user settings list", "url": "{{ base_url }}/monitor/settings/user", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__0179c914", "method": "GET", "description": "Reading the list of user settings keys." }, { "parentId": "fld___WORKSPACE_ID__78ad04a4", "name": "Setting the active user settings key", "url": "{{ base_url }}/monitor/settings/user", "body": { "mimeType": "application/json", "text": "\"path-key-01\"" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__98990550", "method": "POST", "description": "Setting the active user settings key." }, { "parentId": "fld___WORKSPACE_ID__78ad04a4", "name": "Reading user settings", "url": "{{ base_url }}/monitor/settings/user/{{ settings_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__d406abff", "method": "GET", "description": "Reading user settings." }, { "parentId": "fld___WORKSPACE_ID__78ad04a4", "name": "Create user settings", "url": "{{ base_url }}/monitor/settings/user/{{ settings_key }}", "body": { "mimeType": "application/json", "text": "{\n \"key1\": \"value1\"\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__06b5363f", "method": "POST", "description": "Create user settings." }, { "parentId": "fld___WORKSPACE_ID__78ad04a4", "name": "Update user settings", "url": "{{ base_url }}/monitor/settings/user/{{ settings_key }}", "body": { "mimeType": "application/json", "text": "{\n \"key1\": \"value1\"\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__1a8aaecb", "method": "PUT", "description": "Update user settings." }, { "parentId": "fld___WORKSPACE_ID__78ad04a4", "name": "Delete user settings", "url": "{{ base_url }}/monitor/settings/user/{{ settings_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__fc48f37a", "method": "DELETE", "description": "Delete user settings." }, { "parentId": "fld___WORKSPACE_ID__1c56e5bf", "name": "Reading fields settings list", "url": "{{ base_url }}/monitor/settings/customfields", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__accaf719", "method": "GET", "description": "Reading the list of custom field settings keys." }, { "parentId": "fld___WORKSPACE_ID__1c56e5bf", "name": "Setting the active customfields key", "url": "{{ base_url }}/monitor/settings/customfields", "body": { "mimeType": "application/json", "text": "\"path-key-01\"" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__76941b17", "method": "POST", "description": "Setting the active customfields key." }, { "parentId": "fld___WORKSPACE_ID__1c56e5bf", "name": "Reading fields settings", "url": "{{ base_url }}/monitor/settings/customfields/{{ settings_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__19f2c50b", "method": "GET", "description": "Reading custom field settings." }, { "parentId": "fld___WORKSPACE_ID__1c56e5bf", "name": "Create fields settings", "url": "{{ base_url }}/monitor/settings/customfields/{{ settings_key }}", "body": { "mimeType": "application/json", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__a90cecad", "method": "POST", "description": "Create custom fields settings." }, { "parentId": "fld___WORKSPACE_ID__1c56e5bf", "name": "Update fields settings", "url": "{{ base_url }}/monitor/settings/customfields/{{ settings_key }}", "body": { "mimeType": "application/json", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__8c3c3332", "method": "PUT", "description": "Update custom fields settings." }, { "parentId": "fld___WORKSPACE_ID__1c56e5bf", "name": "Delete fields settings", "url": "{{ base_url }}/monitor/settings/customfields/{{ settings_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__ff454879", "method": "DELETE", "description": "Delete custom fields settings." }, { "parentId": "fld___WORKSPACE_ID__d3eaf325", "name": "Reading icons settings list", "url": "{{ base_url }}/monitor/settings/customicons", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__9490ba9b", "method": "GET", "description": "Reading the list of custom field settings keys." }, { "parentId": "fld___WORKSPACE_ID__d3eaf325", "name": "Setting the active customicons key", "url": "{{ base_url }}/monitor/settings/customicons", "body": { "mimeType": "application/json", "text": "\"path-key-01\"" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__98d38595", "method": "POST", "description": "Setting the active customicons key." }, { "parentId": "fld___WORKSPACE_ID__d3eaf325", "name": "Reading icons settings", "url": "{{ base_url }}/monitor/settings/customicons/{{ settings_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__d15bc47f", "method": "GET", "description": "Reading custom field settings." }, { "parentId": "fld___WORKSPACE_ID__d3eaf325", "name": "Update icons settings", "url": "{{ base_url }}/monitor/settings/customicons/{{ settings_key }}", "body": { "mimeType": "application/octet-stream", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__b428e67c", "method": "POST", "description": "Create custom icons settings." }, { "parentId": "fld___WORKSPACE_ID__d3eaf325", "name": "Update icons settings", "url": "{{ base_url }}/monitor/settings/customicons/{{ settings_key }}", "body": { "mimeType": "application/octet-stream", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__2b76e8be", "method": "PUT", "description": "Update custom icons settings." }, { "parentId": "fld___WORKSPACE_ID__d3eaf325", "name": "Delete icons settings", "url": "{{ base_url }}/monitor/settings/customicons/{{ settings_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__5ca47e6b", "method": "DELETE", "description": "Delete custom icons settings." }, { "parentId": "fld___WORKSPACE_ID__7379b220", "name": "Checking the availability", "url": "{{ base_url }}/monitor/system/check", "body": {}, "parameters": [], "headers": [], "authentication": {}, "_type": "request", "_id": "req___WORKSPACE_ID__fb7d56c1", "method": "GET", "description": "Checking the service availability." }, { "parentId": "fld___WORKSPACE_ID__7379b220", "name": "Getting the service version", "url": "{{ base_url }}/monitor/system/version", "body": {}, "parameters": [], "headers": [], "authentication": {}, "_type": "request", "_id": "req___WORKSPACE_ID__c849b441", "method": "GET", "description": "Getting the service version." }, { "parentId": "fld___WORKSPACE_ID__7379b220", "name": "Getting the documentation", "url": "{{ base_url }}/monitor/file/{{ filename }}", "body": {}, "parameters": [], "headers": [], "authentication": {}, "_type": "request", "_id": "req___WORKSPACE_ID__b45a0bec", "method": "GET", "description": "Getting the file with this service documentation." } ] }