{ "item": [ { "name": "Route", "description": "Building a path of movement between geographic points.\n", "item": [ { "id": "c8e06aa0-8927-4778-8ee7-18f370fce5fd", "name": "Route between points", "request": { "name": "Route between points", "description": { "content": "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.\n", "type": "text/plain" }, "url": { "path": [ "routing", "route", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "fb579ee6-a8d8-4bcf-a1be-eafd1cf81dbf", "name": "The route has been successfully built", "originalRequest": { "url": { "path": [ "routing", "route", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"ROUTING\",\n \"operation\": \"run_route_calculation\",\n \"time\": \"2024-11-23T15:38:46.819189Z\"\n },\n \"route\": {\n \"legs\": [\n {\n \"steps\": [\n {\n \"transport_type\": \"CAR\",\n \"polyline\": [\n {\n \"latitude\": 55.746479,\n \"longitude\": 37.49293,\n \"time\": \"2024-11-23T15:42:41Z\"\n },\n {\n \"latitude\": 55.746405,\n \"longitude\": 37.492664,\n \"time\": \"2024-11-23T15:42:42Z\"\n },\n {\n \"latitude\": 55.746625,\n \"longitude\": 37.492461,\n \"time\": \"2024-11-23T15:42:43Z\"\n }\n ]\n }\n ],\n \"departure_name\": \"waypoint_01\",\n \"destination_name\": \"waypoint_02\",\n \"statistics\": {\n \"distance\": 17101,\n \"time_window\": {\n \"from\": \"2024-11-23T17:58:45Z\",\n \"to\": \"2024-11-23T18:35:45Z\"\n },\n \"duration\": \"PT27M\",\n \"stopping_time\": \"PT10M\"\n }\n }\n ],\n \"statistics\": {\n \"distance\": 17101,\n \"time_window\": {\n \"from\": \"2024-11-23T17:58:45Z\",\n \"to\": \"2024-11-23T18:35:45Z\"\n },\n \"duration\": \"PT27M\",\n \"stopping_time\": \"PT10M\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1c19b979-81b8-4aad-9e6b-e6c9342f8c71", "name": "Bad request - input data contains errors", "originalRequest": { "url": { "path": [ "routing", "route", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9d9121ea-0006-4ee9-b20a-cdc6bf7fa701", "name": "Unauthorized - incorrect authorization details, token is missing or invalid", "originalRequest": { "url": { "path": [ "routing", "route", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "023da721-5b18-423e-9d9a-0f62bcc9f266", "name": "Payment Required", "originalRequest": { "url": { "path": [ "routing", "route", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "dfbdef1c-6e2e-4f87-8131-6a1b38b3f1a5", "name": "Not found", "originalRequest": { "url": { "path": [ "routing", "route", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "02552dda-6851-4f04-8aa5-3dcc49f2088f", "name": "Method not allowed, check method (POST, GET, ...)", "originalRequest": { "url": { "path": [ "routing", "route", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "293d287a-3c93-471e-81a0-5b8510c094fd", "name": "Client is unable to process a format of response, check headers", "originalRequest": { "url": { "path": [ "routing", "route", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "a7d85e91-669f-41a0-b4f6-1cb1c695e8ed", "name": "Unsupported media type, check headers", "originalRequest": { "url": { "path": [ "routing", "route", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "95d7a71a-9640-4abb-aa5b-4095844d8dff", "name": "Too many requests", "originalRequest": { "url": { "path": [ "routing", "route", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8e0e20a8-c4fb-4d60-8bed-69d0cc26c97c", "name": "Internal server error", "originalRequest": { "url": { "path": [ "routing", "route", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e0ecc527-6aee-4a39-8668-a2324e33296d", "name": "Not implemented", "originalRequest": { "url": { "path": [ "routing", "route", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "e7f337ff-7d06-4a64-828a-843373dd3580", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "routing", "route", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "ef9c624a-3024-4225-8da6-540dec934ca4", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "routing", "route", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "eebf80ae-370c-4825-ad47-00da23720008", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "routing", "route", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "bac8f7fa-dd02-4ebd-8741-11ada0b6b9e2", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "routing", "route", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"detail\": true,\n \"polyline\": true,\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"duration\": \"PT10M\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Matrix", "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", "item": [ { "id": "3feb02ba-c71b-4306-8717-d6a7144cd944", "name": "Time-distance matrix", "request": { "name": "Time-distance matrix", "description": { "content": "Creating time-distance matrices between each pair of locations. The result of this method may slightly differ from the `route` method.\n", "type": "text/plain" }, "url": { "path": [ "routing", "matrix", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "4a3c1287-d20b-429c-90b2-bf440b31d55d", "name": "The matrix has been successfully built", "originalRequest": { "url": { "path": [ "routing", "matrix", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"example_username\",\n \"company\": \"example_company\",\n \"env\": \"edge7\",\n \"pod\": \"aaaaaaaa-2222-cccc-4444-eeeeeeeeeeee\",\n \"service\": \"ROUTING\",\n \"operation\": \"run_matrix_calculation\",\n \"time\": \"2024-11-23T15:42:47.418015Z\"\n },\n \"matrix\": {\n \"waypoints\": [\n {\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n },\n \"name\": \"waypoint_03\"\n },\n {\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n },\n \"name\": \"waypoint_01\"\n },\n {\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n },\n \"name\": \"waypoint_02\"\n },\n {\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n },\n \"name\": \"waypoint_05\"\n },\n {\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n },\n \"name\": \"waypoint_04\"\n }\n ],\n \"distances\": [\n [\n 0,\n 20315,\n 37877,\n 24153,\n 17333\n ],\n [\n 29204,\n 0,\n 15069,\n 20098,\n 9181\n ],\n [\n 36075,\n 15410,\n 0,\n 23216,\n 16063\n ],\n [\n 25718,\n 23050,\n 24467,\n 0,\n 12455\n ],\n [\n 17072,\n 6901,\n 16961,\n 13555,\n 0\n ]\n ],\n \"durations\": [\n [\n 0,\n 20,\n 28,\n 26,\n 18\n ],\n [\n 23,\n 0,\n 16,\n 22,\n 9\n ],\n [\n 27,\n 16,\n 0,\n 25,\n 17\n ],\n [\n 26,\n 20,\n 24,\n 0,\n 14\n ],\n [\n 18,\n 7,\n 17,\n 15,\n 0\n ]\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2259c281-b71e-419d-96f1-2d2b5211ad25", "name": "Bad request - input data contains errors", "originalRequest": { "url": { "path": [ "routing", "matrix", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5235f37f-e2cf-4119-8cfb-cfda9a67eafb", "name": "Unauthorized - incorrect authorization details, token is missing or invalid", "originalRequest": { "url": { "path": [ "routing", "matrix", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "a922feb6-3795-4b98-bf34-f080f597fdb3", "name": "Payment Required", "originalRequest": { "url": { "path": [ "routing", "matrix", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "206c3819-2fa4-4387-b0fa-5cfe2827f631", "name": "Not found", "originalRequest": { "url": { "path": [ "routing", "matrix", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d0e1693c-8db6-4dd5-8bed-f8896f88563f", "name": "Method not allowed, check method (POST, GET, ...)", "originalRequest": { "url": { "path": [ "routing", "matrix", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "0c4b23e3-1b4b-4c88-85ef-7e3c7b0f51a4", "name": "Client is unable to process a format of response, check headers", "originalRequest": { "url": { "path": [ "routing", "matrix", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "e33cede6-4ce2-46fb-a307-66053a970721", "name": "Unsupported media type, check headers", "originalRequest": { "url": { "path": [ "routing", "matrix", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "15a87177-613f-47a0-a941-371e808d9508", "name": "Too many requests", "originalRequest": { "url": { "path": [ "routing", "matrix", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "71c88993-ae67-464f-af42-c5c93575db85", "name": "Internal server error", "originalRequest": { "url": { "path": [ "routing", "matrix", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1c4b8568-a077-43b9-94c4-bb3df72a53c8", "name": "Not implemented", "originalRequest": { "url": { "path": [ "routing", "matrix", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "4bbf6475-b3ba-4f05-a490-c5af872d5ddb", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "routing", "matrix", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b0cffff1-fdf7-4c99-af9e-403bc4ea66de", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "routing", "matrix", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "97e412ec-a5f6-47f2-bf06-ec140f232509", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "routing", "matrix", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "9d117b63-ea27-4dc2-bde1-dcd035b44db6", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "routing", "matrix", "calculation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"transport_type\": \"CAR\",\n \"waypoints\": [\n {\n \"name\": \"waypoint_01\",\n \"geopoint\": {\n \"latitude\": 55.7464,\n \"longitude\": 37.493\n }\n },\n {\n \"name\": \"waypoint_02\",\n \"geopoint\": {\n \"latitude\": 55.6044,\n \"longitude\": 37.6639\n }\n },\n {\n \"name\": \"waypoint_03\",\n \"geopoint\": {\n \"latitude\": 55.7305,\n \"longitude\": 37.7387\n }\n },\n {\n \"name\": \"waypoint_04\",\n \"geopoint\": {\n \"latitude\": 55.7329,\n \"longitude\": 37.6437\n }\n },\n {\n \"name\": \"waypoint_05\",\n \"geopoint\": {\n \"latitude\": 55.7974,\n \"longitude\": 37.7994\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "System", "description": "System functions.\nAuxiliary functionality common to all services.\n", "item": [ { "id": "ef818191-a920-422d-8409-11067c284692", "name": "Checking the availability", "request": { "name": "Checking the availability", "description": { "content": "Checking the service availability.", "type": "text/plain" }, "url": { "path": [ "routing", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "f0125196-b386-4d5d-8681-49290406cf3d", "name": "Successful execution", "originalRequest": { "url": { "path": [ "routing", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"health\": 0.999\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3a2e90f7-3721-41bb-b63a-37908b509eb2", "name": "Not found", "originalRequest": { "url": { "path": [ "routing", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1a2442dc-8ac2-479e-8a78-921db2ef23e2", "name": "Method not allowed, check method (POST, GET, ...)", "originalRequest": { "url": { "path": [ "routing", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "2452258d-3ce8-46b0-b98d-1c45f69741f7", "name": "Client is unable to process a format of response, check headers", "originalRequest": { "url": { "path": [ "routing", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "a115a308-707b-4e7b-9e31-3c2581a4677f", "name": "Unsupported media type, check headers", "originalRequest": { "url": { "path": [ "routing", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "e882d915-5024-4f5e-bfd5-094628bc0293", "name": "Too many requests", "originalRequest": { "url": { "path": [ "routing", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "12a03309-e21d-48e6-8027-f3c5a546497e", "name": "Internal server error", "originalRequest": { "url": { "path": [ "routing", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "518bb0f1-d2eb-438e-a438-9f655b664ede", "name": "Not implemented", "originalRequest": { "url": { "path": [ "routing", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "75c42681-09f4-4cff-88e3-82da6287d39e", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "routing", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b4a307ee-3fa7-4c2e-9068-2b102c1725ea", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "routing", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "12495c78-de34-4411-91b4-ce46a0509856", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "routing", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "1a1f91e8-18bd-4cc2-a827-50d924d0d02b", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "routing", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "89554c96-d57a-47d1-b014-822b42ac9326", "name": "Getting the service version", "request": { "name": "Getting the service version", "description": { "content": "Getting the service version.", "type": "text/plain" }, "url": { "path": [ "routing", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "9dcdd766-3eda-4a95-9b1e-c8f90c8c8d08", "name": "Successful execution", "originalRequest": { "url": { "path": [ "routing", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"major\": 7,\n \"minor\": 5,\n \"build\": \"3754RC\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "28d7d452-0103-4a60-a50f-1cd0ffe2ddfd", "name": "Not found", "originalRequest": { "url": { "path": [ "routing", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "fc334a5c-2bb7-4ee4-8e6b-91a463ef6bdf", "name": "Method not allowed, check method (POST, GET, ...)", "originalRequest": { "url": { "path": [ "routing", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "6153094e-b55b-47e6-b7d0-e2c52c27dd23", "name": "Client is unable to process a format of response, check headers", "originalRequest": { "url": { "path": [ "routing", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "71305f98-230b-400e-94c0-c9cabe0cd571", "name": "Unsupported media type, check headers", "originalRequest": { "url": { "path": [ "routing", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "4d5b31fd-d07b-4e0b-87ae-533b65e9b5d2", "name": "Too many requests", "originalRequest": { "url": { "path": [ "routing", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "12510dc7-4944-4cf1-b81b-ceee23a11d50", "name": "Internal server error", "originalRequest": { "url": { "path": [ "routing", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "535dd223-6a84-4322-9bde-2716ec8a77fc", "name": "Not implemented", "originalRequest": { "url": { "path": [ "routing", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "013da711-47c8-4918-becb-9c0c17e87304", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "routing", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "419fda80-3f31-45cc-98d2-ddf9ee94ca28", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "routing", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "e87e81ee-9c6b-4ad9-a315-1b0d9d089c81", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "routing", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "c7d3b97e-1f65-4b73-8662-8029ebf2b1f8", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "routing", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "e729c3a9-4fce-4d27-9989-4c98c8beab70", "name": "Getting the documentation", "request": { "name": "Getting the documentation", "description": { "content": "Getting the file with this service documentation.", "type": "text/plain" }, "url": { "path": [ "routing", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [ { "type": "any", "value": "file_en.html", "key": "filename", "disabled": false, "description": { "content": "(Required) File name.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "text/html" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "a514be65-1e8b-4ed6-956e-ecf976a8c061", "name": "Successful execution", "originalRequest": { "url": { "path": [ "routing", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "text/html" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "text/html" } ], "body": "eiusmod sit", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "add158ba-1a67-41e2-a950-4efa1033a406", "name": "Not found", "originalRequest": { "url": { "path": [ "routing", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_key\": \"resource_key\",\n \"detail\": {\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f7779b1b-cf0e-4e58-88a8-fb8dff3786cd", "name": "Method not allowed, check method (POST, GET, ...)", "originalRequest": { "url": { "path": [ "routing", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "09a4b972-13ea-4f69-9d19-c12875a7591f", "name": "Client is unable to process a format of response, check headers", "originalRequest": { "url": { "path": [ "routing", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "890119b2-0ed2-4683-9f04-beb02e84373b", "name": "Unsupported media type, check headers", "originalRequest": { "url": { "path": [ "routing", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "43258f4f-2149-4012-a0c5-7ba5aa9809a0", "name": "Too many requests", "originalRequest": { "url": { "path": [ "routing", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0554b13d-36d8-4e78-87fa-4c3e1ce41950", "name": "Internal server error", "originalRequest": { "url": { "path": [ "routing", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" }, { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"process_code\": \"11111111-2222-3333-4444-555555555555\",\n \"request_code\": \"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee\",\n \"username\": \"username_for_login\",\n \"company\": \"smart_company\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"env\": \"edge7\",\n \"pod\": \"11111111-2222-3333-4444-555555555555\",\n \"time\": \"2024-11-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "73566e87-cddd-4f40-b458-3e663834a892", "name": "Not implemented", "originalRequest": { "url": { "path": [ "routing", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "f95750ac-fce5-4327-8ca2-368bceb6d799", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "routing", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "6d6c779d-9024-45df-8a4b-867a0f1249c3", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "routing", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "0e05fabf-ea40-43e0-9278-460593e525d0", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "routing", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "5d0b0e99-2258-4660-9c45-8e04b0290640", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "routing", "file", ":filename" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "description": { "content": "Added as a part of security scheme: bearer", "type": "text/plain" }, "key": "Authorization", "value": "Bearer " } ], "method": "GET", "body": {} }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] } ], "auth": { "type": "bearer", "bearer": [ { "type": "any", "value": "{{bearerToken}}", "key": "token" } ] }, "event": [], "variable": [ { "key": "baseUrl", "value": "https://api.edge7.veeroute.cloud" } ], "info": { "_postman_id": "567b79a0-b285-4374-b1c4-b6282befed69", "name": "VRt.Routing [RT]", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { "content": "# 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\n\nContact Support:\n Name: Veeroute Support Team\n Email: servicedesk@veeroute.com", "type": "text/plain" } } }