{ "_type": "export", "__export_format": 4, "__export_date": "2026-06-14T20:04:16.000Z", "__export_source": "veeroute.gen_insomnia:v1", "resources": [ { "_type": "workspace", "_id": "__WORKSPACE_ID__", "parentId": null, "name": "VRt.Routing [RT] 7.39.3350", "description": "# Description\n\nThe main purpose of **VRt.Routing** is building a travel path between points and computing distance and time matrices.\n\n## Capabilities\n\n* Obtaining the distance and time between two points taking traffic into account\n* Building a path along the given points\n* Building a distance and time matrix" }, { "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": "Route", "environment": {}, "_id": "fld___WORKSPACE_ID__5aa9bb3f", "_type": "request_group", "description": "Building a travel path between geographic points." }, { "parentId": "__WORKSPACE_ID__", "name": "Matrix", "environment": {}, "_id": "fld___WORKSPACE_ID__1f2a4c1f", "_type": "request_group", "description": "Building a routing matrix.\n\nThe `geo_provider` parameter is not taken into account when building the matrix; the default geo provider is always used." }, { "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__5aa9bb3f", "name": "Route between points", "url": "{{ base_url }}/routing/route/calculation", "body": { "mimeType": "application/json", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__1c303584", "method": "POST", "description": "Constructing a route between points, taking into account the specified order and time at each stop. When specifying the departure time `departure_time`, traffic jams are taken into account." }, { "parentId": "fld___WORKSPACE_ID__1f2a4c1f", "name": "Time-distance matrix", "url": "{{ base_url }}/routing/matrix/calculation", "body": { "mimeType": "application/json", "text": "" }, "parameters": [], "headers": [], "authentication": { "type": "bearer", "token": "{{bearerToken}}", "prefix": "" }, "_type": "request", "_id": "req___WORKSPACE_ID__5c096dc6", "method": "POST", "description": "Creating time-distance matrices between each pair of locations. The result of this method may slightly differ from the `route` method." }, { "parentId": "fld___WORKSPACE_ID__7379b220", "name": "Checking the availability", "url": "{{ base_url }}/routing/system/check", "body": {}, "parameters": [], "headers": [], "authentication": {}, "_type": "request", "_id": "req___WORKSPACE_ID__05cf1ccd", "method": "GET", "description": "Checking the service availability." }, { "parentId": "fld___WORKSPACE_ID__7379b220", "name": "Getting the service version", "url": "{{ base_url }}/routing/system/version", "body": {}, "parameters": [], "headers": [], "authentication": {}, "_type": "request", "_id": "req___WORKSPACE_ID__7ce50b81", "method": "GET", "description": "Getting the service version." }, { "parentId": "fld___WORKSPACE_ID__7379b220", "name": "Getting the documentation", "url": "{{ base_url }}/routing/file/{{ filename }}", "body": {}, "parameters": [], "headers": [], "authentication": {}, "_type": "request", "_id": "req___WORKSPACE_ID__3533a05d", "method": "GET", "description": "Getting the file with this service documentation." } ] }