{ "_type": "export", "__export_format": 4, "__export_date": "2024-03-28T09:50:51.953Z", "__export_source": "insomnia.importers:v0.1.0", "resources": [ { "_type": "workspace", "_id": "__WORKSPACE_ID__", "parentId": null, "name": "VRt.Routing [RO] 6.20.2289", "description": "# Description\n\n**VRt.Routing** is designed to find a route between locations and build time-distance matrices.\n\n## Features\n\n* Getting the distance and time between two locations, including traffic jams\n* Finding a route between specified locations\n* Creating a time-distance matrix\n\n## Entity relationship diagram\n\n![erd](../uml/routing.svg)\n" }, { "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.edge.veeroute.tech", "bearerToken": "bearerToken" }, "_type": "environment", "_id": "env___BASE_ENVIRONMENT_ID___sub" }, { "parentId": "__WORKSPACE_ID__", "name": "Route", "environment": {}, "_id": "fld___WORKSPACE_ID__4999528e", "_type": "request_group", "description": "Building a path of movement between geographic points.\n" }, { "parentId": "__WORKSPACE_ID__", "name": "Matrix", "environment": {}, "_id": "fld___WORKSPACE_ID__58947ebc", "_type": "request_group", "description": "Build a routing matrix.\n\nTo build the matrix, the `geo_provider` parameter is not taken into account; the default geo-provider is always used.\n" }, { "parentId": "__WORKSPACE_ID__", "name": "System", "environment": {}, "_id": "fld___WORKSPACE_ID__bc0792d8", "_type": "request_group", "description": "System functions.\nAuxiliary functionality common to all services.\n" }, { "parentId": "fld___WORKSPACE_ID__4999528e", "name": "Route between points", "url": "{{ base_url }}/routing/route/calculation", "body": { "mimeType": "application/json", "text": "{\n \"waypoints\": [\n {\n \"name\": \"central\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"duration\": \"P1Y1M1DT2H12M34.3S\"\n }\n ],\n \"transport_type\": \"CAR\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": true,\n \"ferry_crossing\": true,\n \"traffic_jams\": true,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"departure_time\": \"2024-02-21T09:30:00+03:00\",\n \"result_timezone\": 3,\n \"detail\": true,\n \"full_segments\": true,\n \"polyline\": true\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__ebb9568c", "method": "POST" }, { "parentId": "fld___WORKSPACE_ID__58947ebc", "name": "Time-distance matrix", "url": "{{ base_url }}/routing/matrix/calculation", "body": { "mimeType": "application/json", "text": "{\n \"waypoints\": [\n {\n \"name\": \"central\",\n \"geopoint\": {\n \"latitude\": 55.692789,\n \"longitude\": 37.554554\n },\n \"duration\": \"P1Y1M1DT2H12M34.3S\"\n }\n ],\n \"transport_type\": \"CAR\",\n \"geo_settings\": {\n \"geo_provider\": \"OSRM\",\n \"toll_roads\": true,\n \"ferry_crossing\": true,\n \"traffic_jams\": true,\n \"flight_distance\": true,\n \"restricted_zones\": [\n \"ART_MOSCOW_MKAD_CARGO_FRAME\"\n ]\n },\n \"departure_time\": \"2024-02-21T09:30:00+03:00\"\n}" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__d063cec1", "method": "POST" }, { "parentId": "fld___WORKSPACE_ID__bc0792d8", "name": "Checking the availability", "url": "{{ base_url }}/routing/system/check", "body": {}, "parameters": [], "headers": [], "authentication": {}, "_type": "request", "_id": "req___WORKSPACE_ID__d56d9853", "method": "GET" }, { "parentId": "fld___WORKSPACE_ID__bc0792d8", "name": "Getting the service version", "url": "{{ base_url }}/routing/system/version", "body": {}, "parameters": [], "headers": [], "authentication": {}, "_type": "request", "_id": "req___WORKSPACE_ID__c692273d", "method": "GET" }, { "parentId": "fld___WORKSPACE_ID__bc0792d8", "name": "Getting the documentation", "url": "{{ base_url }}/routing/file/{{ filename }}", "body": {}, "parameters": [], "headers": [], "authentication": {}, "_type": "request", "_id": "req___WORKSPACE_ID__971c419d", "method": "GET" } ] }