{ "_type": "export", "__export_format": 4, "__export_date": "2026-06-14T20:04:10.000Z", "__export_source": "veeroute.gen_insomnia:v1", "resources": [ { "_type": "workspace", "_id": "__WORKSPACE_ID__", "parentId": null, "name": "VRt.Monitor [MT] 7.39.3350", "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## Trip state model\n\n| State code | 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| `CANCELLED` | Trip cancelled by the operator | This is a terminal status |\n\nState transitions:\n\nOperator: `FREE` → `ASSIGNED` → `SENT`\n\nCrew: `RECEIVED` → `CONFIRMED` / `REJECTED` → `EXECUTING`\n\nConditions: `EXECUTING` → `FINISHED` / `CANCELLED`" }, { "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)" }, { "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." }, { "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": "New crew creation." }, { "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": "Deal creation", "url": "{{ base_url }}/monitor/deals", "body": { "mimeType": "application/json", "text": "{\n \"crew_key\": \"mega_crew\",\n \"wave_key\": \"11111111-2222-3333-4444-555555555555\",\n \"trip_key\": \"trip-0000-9999\"\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__3606030c", "method": "POST", "description": "New deal creation." }, { "parentId": "fld___WORKSPACE_ID__cbc118ad", "name": "Deal update", "url": "{{ base_url }}/monitor/deals", "body": { "mimeType": "application/json", "text": "{\n \"key\": \"11111111-2222-3333-4444-555555555555\",\n \"specification\": {\n \"crew_key\": \"mega_crew\",\n \"wave_key\": \"11111111-2222-3333-4444-555555555555\",\n \"trip_key\": \"trip-0000-9999\"\n }\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__5f31bc00", "method": "PUT", "description": "Updating the deal information." }, { "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": "Deal removal", "url": "{{ base_url }}/monitor/deals/{{ deal_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__d892469e", "method": "DELETE", "description": "Removing a deal by key." }, { "parentId": "fld___WORKSPACE_ID__cbc118ad", "name": "Deals removal (batch)", "url": "{{ base_url }}/monitor/deals/table/batch", "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__9743b0d2", "method": "DELETE", "description": "Batch deals delete." }, { "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__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": "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": "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 from Studio", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/import/experiment/{{ studio_experiment_key }}", "body": {}, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__30b093c3", "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": "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": "Enable performers", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/performers/batch/ability", "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__f729b7e4", "method": "PUT", "description": "Enable performers in the calculation." }, { "parentId": "fld___WORKSPACE_ID__4d3dffa5", "name": "Disable performers", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/performers/batch/ability", "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__19296551", "method": "DELETE", "description": "Disable performers in the calculation." }, { "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": "Enable transports", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/transports/batch/ability", "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__71f29332", "method": "PUT", "description": "Enable transports in the calculation." }, { "parentId": "fld___WORKSPACE_ID__871366dc", "name": "Disable transports", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/transports/batch/ability", "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__ce0602c2", "method": "DELETE", "description": "Disable transports in the calculation." }, { "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": "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": "Enable orders", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/orders/batch/ability", "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__24831169", "method": "PUT", "description": "Enable orders in the calculation." }, { "parentId": "fld___WORKSPACE_ID__c34c20a0", "name": "Disable orders", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/orders/batch/ability", "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__283f82cd", "method": "DELETE", "description": "Disable orders in the calculation." }, { "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": "Enable hardlinks", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/hardlinks/batch/ability", "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__41189906", "method": "PUT", "description": "Enable hardlinks in the calculation." }, { "parentId": "fld___WORKSPACE_ID__d7245ff4", "name": "Disable hardlinks", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/hardlinks/batch/ability", "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__a91f0925", "method": "DELETE", "description": "Disable hardlinks in the calculation." }, { "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", "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": "Read available crews", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/trips/{{ essence_key }}/crews/available", "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__13299ae0", "method": "POST", "description": "Obtaining a list of crews that can perform the specified trip." }, { "parentId": "fld___WORKSPACE_ID__841f5e0b", "name": "Run trips (batch)", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/trips/actions/exec", "body": { "mimeType": "application/json", "text": "[]" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__1a988640", "method": "POST", "description": "Run trips (batch). If the trip key list is empty, all trips from the wave are exec." }, { "parentId": "fld___WORKSPACE_ID__841f5e0b", "name": "Stop trips (batch)", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/trips/actions/exec", "body": { "mimeType": "application/json", "text": "[]" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__f607b057", "method": "DELETE", "description": "Stop trips (batch). If the trip key list is empty, all trips from the wave are stop." }, { "parentId": "fld___WORKSPACE_ID__841f5e0b", "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__841f5e0b", "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__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 track of the trip", "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\": \"NEW_LOCATION\",\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": "Update fact", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/facts", "body": { "mimeType": "application/json", "text": "{\n \"key\": \"fact_01\",\n \"type\": \"NEW_LOCATION\",\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__0efd46a3", "method": "PUT", "description": "Updating the fact by key." }, { "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": "Enable facts", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/facts/batch/ability", "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__84aefc32", "method": "PUT", "description": "Enable facts in the calculation." }, { "parentId": "fld___WORKSPACE_ID__a020c168", "name": "Disable facts", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/facts/batch/ability", "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__732edfa6", "method": "DELETE", "description": "Disable facts in the calculation." }, { "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": [], "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__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__d2a4b987", "name": "Run autopilot", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/actions/autopilot", "body": { "mimeType": "application/json", "text": "{\n \"actualize_delay\": \"PT2M30S\",\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" }, { "parentId": "fld___WORKSPACE_ID__d2a4b987", "name": "Update autopilot", "url": "{{ base_url }}/monitor/waves/{{ file_key }}/actions/autopilot", "body": { "mimeType": "application/json", "text": "{\n \"actualize_delay\": \"PT2M30S\",\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": "Order mark", "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__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." } ] }