{ "item": [ { "name": "Auth", "description": "Authorization.\n", "item": [ { "id": "9ac92efd-802a-4873-8594-375b416a6c39", "name": "Obtaining a token", "request": { "name": "Obtaining a token", "description": { "content": "Obtaining a token using the login and password.", "type": "text/plain" }, "url": { "path": [ "account", "token", "generation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "b41c53f4-fb99-40fc-afbf-04dbe5d95a4c", "name": "Successful execution", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "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 \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "jwt", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "14025215-03bb-4ce0-886c-532eb697ec29", "name": "Bad request - input data contains errors\n", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "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 \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2ed57ba0-06de-4b40-a37a-1c480f844038", "name": "Unauthorized - token missing or invalid\n", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "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 \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b57894f3-f1d8-4a2f-9c63-bbda44d93b29", "name": "Payment Required", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "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 \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7647c537-cf70-44ef-a8a3-a64d0d500dd0", "name": "Forbidden - no permission to execute this operation\n", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "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 \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c1faecb3-54ae-4da2-b06d-8c1318d14de9", "name": "Not found", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "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 \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "acf8c4b3-7e88-4802-a51d-377922c52eaf", "name": "Method not allowed, check method (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "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 \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "6ca448be-3e32-439b-bdbb-25d297e3ead3", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "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 \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "358245dc-9e5b-4518-9361-ea968a4ede90", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "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 \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d1155ef4-bfc0-44f5-8c21-85461767b01d", "name": "Too many requests", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "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 \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "81e8618f-feed-43ea-8b97-492b01192b56", "name": "Internal server error", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "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 \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "eeee421b-bd22-4272-9e01-655d742ab97f", "name": "Not implemented", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "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 \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "14599db2-e97f-4435-b897-99df8c755caa", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "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 \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b1de813c-e0d5-4cfe-9b17-7587eabbdec0", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "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 \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b1369aec-a1e8-4f57-b206-753b7e7e52c6", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "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 \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "81f9e969-9f7b-48f6-a0b9-8963cb2d1fdc", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "token", "generation" ], "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 \"username\": \"my_username_for_login\",\n \"password\": \"password\",\n \"ttl_seconds\": 86400\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "9e39d52f-9d9b-422e-8222-bcc85c7377c9", "name": "Validating a token", "request": { "name": "Validating a token", "description": { "content": "Validating a token.", "type": "text/plain" }, "url": { "path": [ "account", "token", "validation" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "jwt", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "be09ada3-6384-4751-9d29-f2e95b1215c8", "name": "Successful execution", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "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": "jwt", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"valid\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d8c2d2c0-e692-4792-9969-68b07a3baa9a", "name": "Bad request - input data contains errors\n", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "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": "jwt", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7b1e496d-60c6-4407-b80f-9dae604d56e2", "name": "Unauthorized - token missing or invalid\n", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "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": "jwt", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "1f533b8e-f2ca-4f58-972d-a9aa5cbde9c6", "name": "Payment Required", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "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": "jwt", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0f62bc35-d6b2-4853-8d2f-50e9302e4b53", "name": "Forbidden - no permission to execute this operation\n", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "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": "jwt", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d27b56d0-a73e-43c1-af46-90f297d73377", "name": "Not found", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "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": "jwt", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f1fbc170-a1d4-4577-a993-91337c8e9d58", "name": "Method not allowed, check method (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "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": "jwt", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "9e9f4d5f-02ea-4a4c-ab03-4d753f2e3160", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "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": "jwt", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "59bcf339-69fa-4c3b-8f13-51abcca17973", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "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": "jwt", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "ac3c6d0f-2db0-4e95-9a46-9de282eda6f8", "name": "Too many requests", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "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": "jwt", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a9047d21-7973-4722-a3c8-86285292e6cd", "name": "Internal server error", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "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": "jwt", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "79e43a91-936f-4bc3-8038-2b0613e07837", "name": "Not implemented", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "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": "jwt", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "39ac1465-c7bf-4d22-a0ab-7b73dd26467b", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "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": "jwt", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "fdec6f3e-1279-413b-8e16-ab7fc65b4421", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "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": "jwt", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "665073a1-259b-4e2b-aeb6-2142b07a55bd", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "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": "jwt", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "6f0dfdb8-190e-4a65-80ff-1a82230df4cb", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "token", "validation" ], "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": "jwt", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "b5a4e675-b239-49c0-af36-cc8a781d6f9a", "name": "Change password", "request": { "name": "Change password", "description": { "content": "Change password and get new token.", "type": "text/plain" }, "url": { "path": [ "account", "password" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "POST", "body": { "mode": "raw", "raw": "{\n \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "86468f4f-7b36-405e-9232-26298df1cc47", "name": "Successful execution", "originalRequest": { "url": { "path": [ "account", "password" ], "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 \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "jwt", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9712e8b4-6ba7-466c-bd80-ccd9061453cb", "name": "Bad request - input data contains errors\n", "originalRequest": { "url": { "path": [ "account", "password" ], "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 \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7e35ff4a-f9b5-4062-8f0c-d08e6782f991", "name": "Unauthorized - token missing or invalid\n", "originalRequest": { "url": { "path": [ "account", "password" ], "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 \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ec58aff5-4458-46e7-9410-5f5dfc514c31", "name": "Payment Required", "originalRequest": { "url": { "path": [ "account", "password" ], "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 \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f7b043e7-62cb-4430-bc99-4dd5e611201d", "name": "Forbidden - no permission to execute this operation\n", "originalRequest": { "url": { "path": [ "account", "password" ], "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 \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9f398b8d-c889-4d6a-bc9f-4a8e3765f5e8", "name": "Not found", "originalRequest": { "url": { "path": [ "account", "password" ], "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 \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8b98a22f-4c85-4254-96b5-03a48c26ee0d", "name": "Method not allowed, check method (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "account", "password" ], "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 \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "e4f7d68e-9f1c-48c3-9472-1dc961e0ead7", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "account", "password" ], "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 \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "cbb7a830-3dd4-43a6-b6ea-7b8b67c663eb", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "account", "password" ], "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 \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "dfea6696-2d1b-4c39-930e-ceb214e3e94d", "name": "Too many requests", "originalRequest": { "url": { "path": [ "account", "password" ], "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 \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "e0d615e5-13eb-4fcd-8068-e2284ad1e17e", "name": "Internal server error", "originalRequest": { "url": { "path": [ "account", "password" ], "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 \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f329ded8-5fd5-4c2b-a4e4-dbe63589b5ef", "name": "Not implemented", "originalRequest": { "url": { "path": [ "account", "password" ], "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 \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "5e161256-644f-4214-9590-9e7850c0b62c", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "account", "password" ], "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 \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d202514d-14f5-4fd2-b98f-17e6a9a0ef02", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "password" ], "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 \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "0c7ac48f-b445-4b65-8af4-966519110667", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "account", "password" ], "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 \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "30933308-e113-47b7-8e9a-8830c372e019", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "password" ], "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 \"current_password\": \"password\",\n \"new_password\": \"password\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Info", "description": "Account information.\n", "item": [ { "id": "63e43228-1d60-4cc9-9a65-0e73b52ace6a", "name": "Account information", "request": { "name": "Account information", "description": { "content": "Getting a account information.", "type": "text/plain" }, "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "e1048ca6-132b-40f2-a306-33309a51a018", "name": "Successful execution", "originalRequest": { "url": { "path": [ "account", "info" ], "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 \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ef2a4ecd-9df3-40b8-ad6e-a3046361b33a", "name": "Bad request - input data contains errors\n", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a4d03b75-f005-4d65-8951-ff90e8aca0c9", "name": "Unauthorized - token missing or invalid\n", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "44d2c982-ee2e-4e96-a20e-81e7908c2e8c", "name": "Payment Required", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2e266336-8a80-4c38-9d3b-184bdf5bb5d1", "name": "Forbidden - no permission to execute this operation\n", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9e15a0b0-dd8a-4a06-b7e7-235171f79f5d", "name": "Not found", "originalRequest": { "url": { "path": [ "account", "info" ], "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_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "211933fe-d5b7-4964-ae84-dead395cd62a", "name": "Method not allowed, check method (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "ff9f926e-80b9-4d5a-ae05-81d48e71aaac", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "c50c7630-ca78-4976-951a-3dd1b9ce8b27", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "d93044e0-c16b-4f1c-a61c-ab77a0a85472", "name": "Too many requests", "originalRequest": { "url": { "path": [ "account", "info" ], "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 \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "63c218f6-e961-4141-b292-61aac83a550e", "name": "Internal server error", "originalRequest": { "url": { "path": [ "account", "info" ], "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 \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "aee55396-deeb-45dd-b3ec-00fbb0803248", "name": "Not implemented", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "73057d4d-6686-4b38-a75e-8c585b36961c", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "848b0e19-3d52-44df-8e8f-41d8974dee72", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "e06ed305-2ca1-490e-8ac5-c732584e7665", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "e05c82f2-0344-4222-9c64-2d77cebb0a64", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "82f85f0c-5f43-42b4-8310-feb27d568ef6", "name": "Account update", "request": { "name": "Account update", "description": { "content": "Updating the account information.", "type": "text/plain" }, "url": { "path": [ "account", "info" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "method": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "auth": null }, "response": [ { "id": "f63865b3-5f7d-42c1-8ad0-aad39d3405fc", "name": "Successful execution", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "486480c3-191b-4bb2-8406-47d3bb65841c", "name": "Bad request - input data contains errors\n", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "28786598-3fcd-4f7c-9b05-e352e9d9d0c1", "name": "Unauthorized - token missing or invalid\n", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0c2f6381-4443-461b-9895-e6ac85fadcd5", "name": "Payment Required", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c0cb45e6-a96a-4e99-b8f0-90586e19aaea", "name": "Forbidden - no permission to execute this operation\n", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5c87f85f-b804-41dc-8536-54c72e5642f3", "name": "Not found", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Found", "code": 404, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"resource_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8b79499f-7939-4050-8983-ef75e8f77fa6", "name": "Method not allowed, check method (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Method Not Allowed", "code": 405, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "4e5a87a9-e8ef-4eb0-8862-6f2c525a4ac3", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Acceptable", "code": 406, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "7c4a3376-6ede-4fb7-b2b0-d86dcbdddd63", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Unsupported Media Type", "code": 415, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "eb10a0e9-b88d-4570-96e5-592814078603", "name": "Too many requests", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Too Many Requests", "code": 429, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "537d72f7-8112-4fef-bf33-0289f91f6926", "name": "Internal server error", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "685f5d74-6380-4a10-9991-a871b16c2ce9", "name": "Not implemented", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Not Implemented", "code": 501, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "8f7b6d89-1977-4e30-b164-19ba653f6b09", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Bad Gateway", "code": 502, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "b9f38340-c979-4d6f-b322-9acdb4e88766", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Service Unavailable", "code": 503, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "1242cfc5-2a03-4356-9103-81f6d57dd47c", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Gateway Timeout", "code": 504, "header": [], "cookie": [], "_postman_previewlanguage": "text" }, { "id": "d1f0c21b-3805-4efe-a277-bf955e859e09", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "info" ], "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": "PUT", "body": { "mode": "raw", "raw": "{\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"name\": \"my_visible_name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"timezone\": 3\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } } }, "status": "Internal Server Error", "code": 500, "header": [], "cookie": [], "_postman_previewlanguage": "text" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ] }, { "name": "Statistics", "description": "Statistics.\n", "item": [ { "id": "330457e2-bdf6-4dac-a748-90e7848ff525", "name": "Statistics for the period", "request": { "name": "Statistics for the period", "description": { "content": "User statistics for the period. If the period is not specified, the statistics for the current month returns (from the beginning of the month to the present day). If no 'from' datetime is specified, data are returned from the beginning of the month. If no 'to' datetime is specified, data are returned be to the present day (excluding).\n", "type": "text/plain" }, "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "ffda944e-cb3a-411a-9bcc-ed99d8f81a75", "name": "Successful execution", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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 \"username\": \"my_username_for_login\",\n \"dates\": [\n {\n \"date\": \"2024-02-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-02-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-02-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-02-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-02-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-02-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-02-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-02-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-02-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-02-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-02-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-02-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-02-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-02-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-02-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-02-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-02-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-02-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-02-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n }\n ]\n },\n {\n \"date\": \"2024-02-05\",\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n },\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"unique_points_per_day\": 1500,\n \"points_per_day\": 1500\n }\n ]\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7b2d9dfe-fbf4-4c41-8947-e2303ceaa319", "name": "Bad request - input data contains errors\n", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "391ace09-f366-49bb-8ca2-4a66f7c9dbd5", "name": "Unauthorized - token missing or invalid\n", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3e87171d-a912-415e-a05b-61494c7b7052", "name": "Payment Required", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5a4d732c-007f-4b3b-a415-652551283a6a", "name": "Forbidden - no permission to execute this operation\n", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7e959cbe-66ec-4ed0-b9ed-59287dd89623", "name": "Not found", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b11d780d-d8d5-4c7f-8c78-7727d22071d6", "name": "Method not allowed, check method (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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": "bac7f8a0-3576-41aa-90cb-79b3646022b4", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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": "0a69558b-31ea-4085-8cd1-2b25abc247f1", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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": "168b4154-da63-421b-8c67-1bccf9db6b79", "name": "Too many requests", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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 \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "a4f5f880-44ae-4005-8a73-04064d01e253", "name": "Internal server error", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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 \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "5ef989ec-d28c-4b93-94cd-32e5cd1d4f5f", "name": "Not implemented", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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": "bc3094ea-887c-44a2-a307-52a0431c72df", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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": "67388de4-28a5-4d38-9245-420f94f5e602", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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": "553c1bb0-5446-4acf-b227-897a4b70d66d", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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": "edbde37b-4a74-4b8c-b5b3-956758d641e0", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "statistics" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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": "0bbe8f53-728d-4b21-8398-6d078646a690", "name": "Report creating", "request": { "name": "Report creating", "description": { "content": "Creating report with usage statistics. If the period is not specified, records are returned from the beginning of the month to the present day (excluding). If no 'from' datetime is specified, data are returned from the beginning of the month. If no 'to' datetime is specified, data are returned be the the present day (excluding).\n", "type": "text/plain" }, "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/octet-stream" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "303f4b03-dc90-441d-a948-fed5ca095ef5", "name": "Successful execution", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/octet-stream" }, { "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/octet-stream" } ], "body": "fugiat voluptate in", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "e1f423aa-cb43-4d21-9f12-1e630e32a3b1", "name": "Bad request - input data contains errors\n", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "623d607a-7cc3-4b06-a71c-767250cfc24a", "name": "Unauthorized - token missing or invalid\n", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "f1722bdf-4048-4ff2-b5b7-f16fcaa9b6df", "name": "Payment Required", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "9cb5cab9-bba7-48ad-b487-5fd55f97d3fa", "name": "Forbidden - no permission to execute this operation\n", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "454935cf-6a71-4420-99ef-b9a98739957d", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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": "020597f4-61ae-4966-b77b-13147a320ca1", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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": "534543d4-3cfd-4173-b8ce-3d25657ff728", "name": "Too many requests", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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 \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4dde043d-3083-45e1-978b-5e0f89a22422", "name": "Internal server error", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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 \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "934b0f28-e95c-40d0-bdc7-accf84433592", "name": "Not implemented", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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": "32084449-3507-4602-85b5-f8e257d93b88", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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": "3ccfe4ba-b5e0-49ad-a91b-af0a64838204", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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": "0cc5a5d0-5d57-4ee8-aa75-2c0527353b48", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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": "e9f62f2a-5b19-4b55-b784-65cea33ad62e", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "report" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Date 'from' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "from", "value": "2024-02-22" }, { "disabled": false, "description": { "content": "Date 'to' in the YYYY-MM-DD format.", "type": "text/plain" }, "key": "to", "value": "2024-02-22" } ], "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 } } ] }, { "name": "Audit", "description": "User actions.\n", "item": [ { "id": "ee83b397-1cbd-4475-91d2-55a72ccf57df", "name": "Actions for the period", "request": { "name": "Actions for the period", "description": { "content": "User actions for the period. If the period is not specified, records for the current day are returned from the beginning of the day to the current time. If no 'from' datetime is specified, audit data are returned from the beginning of the day. If no 'to' datetime is specified, audit data are returned be the end of the current day.\n", "type": "text/plain" }, "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": false, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-02-21T09:30:00+03:00" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-02-21T18:00:00+03:00" }, { "disabled": false, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service_name", "value": "UNIVERSAL" }, { "disabled": false, "description": { "content": "Operation identifier.", "type": "text/plain" }, "key": "operation_id", "value": "run_plan_calculation" }, { "disabled": false, "description": { "content": "Method group name.", "type": "text/plain" }, "key": "method_group", "value": "PLAN" }, { "disabled": false, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": false, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "b91da450-0e87-4b54-9735-d9ddd7240dc0", "name": "Successful execution", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": false, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-02-21T09:30:00+03:00" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-02-21T18:00:00+03:00" }, { "disabled": false, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service_name", "value": "UNIVERSAL" }, { "disabled": false, "description": { "content": "Operation identifier.", "type": "text/plain" }, "key": "operation_id", "value": "run_plan_calculation" }, { "disabled": false, "description": { "content": "Method group name.", "type": "text/plain" }, "key": "method_group", "value": "PLAN" }, { "disabled": false, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": false, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "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 \"actions\": [\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n },\n {\n \"username\": \"my_username_for_login\",\n \"company_key\": \"my_company\",\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"method_group\": \"PLAN\",\n \"statistics\": {\n \"points_count\": 1500,\n \"duration\": \"PT0S\"\n }\n }\n ],\n \"statistics\": {\n \"overall\": {\n \"total\": 1\n },\n \"filter\": {\n \"total\": 1\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "ffa09bb7-e235-438d-8a5d-5c2b85f75a84", "name": "Bad request - input data contains errors\n", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": false, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-02-21T09:30:00+03:00" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-02-21T18:00:00+03:00" }, { "disabled": false, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service_name", "value": "UNIVERSAL" }, { "disabled": false, "description": { "content": "Operation identifier.", "type": "text/plain" }, "key": "operation_id", "value": "run_plan_calculation" }, { "disabled": false, "description": { "content": "Method group name.", "type": "text/plain" }, "key": "method_group", "value": "PLAN" }, { "disabled": false, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": false, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "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": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "50b2ad77-c878-4893-99c4-5e78b779e5c3", "name": "Unauthorized - token missing or invalid\n", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": false, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-02-21T09:30:00+03:00" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-02-21T18:00:00+03:00" }, { "disabled": false, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service_name", "value": "UNIVERSAL" }, { "disabled": false, "description": { "content": "Operation identifier.", "type": "text/plain" }, "key": "operation_id", "value": "run_plan_calculation" }, { "disabled": false, "description": { "content": "Method group name.", "type": "text/plain" }, "key": "method_group", "value": "PLAN" }, { "disabled": false, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": false, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "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": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "bfcf3e9b-ad3f-44c9-b8c4-adb1d42594b2", "name": "Payment Required", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": false, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-02-21T09:30:00+03:00" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-02-21T18:00:00+03:00" }, { "disabled": false, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service_name", "value": "UNIVERSAL" }, { "disabled": false, "description": { "content": "Operation identifier.", "type": "text/plain" }, "key": "operation_id", "value": "run_plan_calculation" }, { "disabled": false, "description": { "content": "Method group name.", "type": "text/plain" }, "key": "method_group", "value": "PLAN" }, { "disabled": false, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": false, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "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": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "89f603d8-0457-4bf3-ab8c-cc046cb34bce", "name": "Forbidden - no permission to execute this operation\n", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": false, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-02-21T09:30:00+03:00" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-02-21T18:00:00+03:00" }, { "disabled": false, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service_name", "value": "UNIVERSAL" }, { "disabled": false, "description": { "content": "Operation identifier.", "type": "text/plain" }, "key": "operation_id", "value": "run_plan_calculation" }, { "disabled": false, "description": { "content": "Method group name.", "type": "text/plain" }, "key": "method_group", "value": "PLAN" }, { "disabled": false, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": false, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "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": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "40612091-53db-47ca-8d59-5a22a9163bbd", "name": "Not found", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": false, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-02-21T09:30:00+03:00" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-02-21T18:00:00+03:00" }, { "disabled": false, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service_name", "value": "UNIVERSAL" }, { "disabled": false, "description": { "content": "Operation identifier.", "type": "text/plain" }, "key": "operation_id", "value": "run_plan_calculation" }, { "disabled": false, "description": { "content": "Method group name.", "type": "text/plain" }, "key": "method_group", "value": "PLAN" }, { "disabled": false, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": false, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "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_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2a9a8b3d-da5f-4b32-ae7c-727adc1993e3", "name": "Method not allowed, check method (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": false, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-02-21T09:30:00+03:00" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-02-21T18:00:00+03:00" }, { "disabled": false, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service_name", "value": "UNIVERSAL" }, { "disabled": false, "description": { "content": "Operation identifier.", "type": "text/plain" }, "key": "operation_id", "value": "run_plan_calculation" }, { "disabled": false, "description": { "content": "Method group name.", "type": "text/plain" }, "key": "method_group", "value": "PLAN" }, { "disabled": false, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": false, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "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": "e93cbe1b-79bb-4353-9752-b2276b0cc3bd", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": false, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-02-21T09:30:00+03:00" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-02-21T18:00:00+03:00" }, { "disabled": false, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service_name", "value": "UNIVERSAL" }, { "disabled": false, "description": { "content": "Operation identifier.", "type": "text/plain" }, "key": "operation_id", "value": "run_plan_calculation" }, { "disabled": false, "description": { "content": "Method group name.", "type": "text/plain" }, "key": "method_group", "value": "PLAN" }, { "disabled": false, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": false, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "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": "d246a744-473a-4540-b605-f553e93d53e8", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": false, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-02-21T09:30:00+03:00" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-02-21T18:00:00+03:00" }, { "disabled": false, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service_name", "value": "UNIVERSAL" }, { "disabled": false, "description": { "content": "Operation identifier.", "type": "text/plain" }, "key": "operation_id", "value": "run_plan_calculation" }, { "disabled": false, "description": { "content": "Method group name.", "type": "text/plain" }, "key": "method_group", "value": "PLAN" }, { "disabled": false, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": false, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "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": "5d98dba5-0c85-4426-b4ad-9b08ddf39483", "name": "Too many requests", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": false, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-02-21T09:30:00+03:00" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-02-21T18:00:00+03:00" }, { "disabled": false, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service_name", "value": "UNIVERSAL" }, { "disabled": false, "description": { "content": "Operation identifier.", "type": "text/plain" }, "key": "operation_id", "value": "run_plan_calculation" }, { "disabled": false, "description": { "content": "Method group name.", "type": "text/plain" }, "key": "method_group", "value": "PLAN" }, { "disabled": false, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": false, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "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 \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "2ac58f09-f13f-4e92-94bb-c1ed9911113e", "name": "Internal server error", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": false, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-02-21T09:30:00+03:00" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-02-21T18:00:00+03:00" }, { "disabled": false, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service_name", "value": "UNIVERSAL" }, { "disabled": false, "description": { "content": "Operation identifier.", "type": "text/plain" }, "key": "operation_id", "value": "run_plan_calculation" }, { "disabled": false, "description": { "content": "Method group name.", "type": "text/plain" }, "key": "method_group", "value": "PLAN" }, { "disabled": false, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": false, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "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 \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8d33740f-32dc-4953-8ce8-9f0a17bc0fba", "name": "Not implemented", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": false, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-02-21T09:30:00+03:00" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-02-21T18:00:00+03:00" }, { "disabled": false, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service_name", "value": "UNIVERSAL" }, { "disabled": false, "description": { "content": "Operation identifier.", "type": "text/plain" }, "key": "operation_id", "value": "run_plan_calculation" }, { "disabled": false, "description": { "content": "Method group name.", "type": "text/plain" }, "key": "method_group", "value": "PLAN" }, { "disabled": false, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": false, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "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": "5db2c5e8-ccb8-49de-b857-7bd42b1d8552", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": false, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-02-21T09:30:00+03:00" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-02-21T18:00:00+03:00" }, { "disabled": false, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service_name", "value": "UNIVERSAL" }, { "disabled": false, "description": { "content": "Operation identifier.", "type": "text/plain" }, "key": "operation_id", "value": "run_plan_calculation" }, { "disabled": false, "description": { "content": "Method group name.", "type": "text/plain" }, "key": "method_group", "value": "PLAN" }, { "disabled": false, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": false, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "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": "e7b5cdad-58bf-4c9b-8b68-089674517e9c", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": false, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-02-21T09:30:00+03:00" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-02-21T18:00:00+03:00" }, { "disabled": false, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service_name", "value": "UNIVERSAL" }, { "disabled": false, "description": { "content": "Operation identifier.", "type": "text/plain" }, "key": "operation_id", "value": "run_plan_calculation" }, { "disabled": false, "description": { "content": "Method group name.", "type": "text/plain" }, "key": "method_group", "value": "PLAN" }, { "disabled": false, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": false, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "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": "ef68d709-b827-432f-a601-e47f6f518e68", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": false, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-02-21T09:30:00+03:00" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-02-21T18:00:00+03:00" }, { "disabled": false, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service_name", "value": "UNIVERSAL" }, { "disabled": false, "description": { "content": "Operation identifier.", "type": "text/plain" }, "key": "operation_id", "value": "run_plan_calculation" }, { "disabled": false, "description": { "content": "Method group name.", "type": "text/plain" }, "key": "method_group", "value": "PLAN" }, { "disabled": false, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": false, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "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": "fc0a6eff-d407-433d-8c32-c4d27efb81f9", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "audit" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "The number of items to skip before starting to collect the result set.", "type": "text/plain" }, "key": "offset", "value": "10" }, { "disabled": false, "description": { "content": "The number of items to return.", "type": "text/plain" }, "key": "limit", "value": "10" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If no datetime is specified, audit data are returned from the beginning of the day.\n", "type": "text/plain" }, "key": "from", "value": "2024-02-21T09:30:00+03:00" }, { "disabled": false, "description": { "content": "Date and time in the [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6) format. If not specified, data up to the current time is returned.\n", "type": "text/plain" }, "key": "to", "value": "2024-02-21T18:00:00+03:00" }, { "disabled": false, "description": { "content": "Service name.", "type": "text/plain" }, "key": "service_name", "value": "UNIVERSAL" }, { "disabled": false, "description": { "content": "Operation identifier.", "type": "text/plain" }, "key": "operation_id", "value": "run_plan_calculation" }, { "disabled": false, "description": { "content": "Method group name.", "type": "text/plain" }, "key": "method_group", "value": "PLAN" }, { "disabled": false, "description": { "content": "Field to sort by.", "type": "text/plain" }, "key": "sort_field", "value": "name" }, { "disabled": false, "description": { "content": "Sort direction.", "type": "text/plain" }, "key": "sort_direction", "value": "DESC" } ], "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 } } ] }, { "name": "Data", "description": "User data.\n", "item": [ { "id": "d86e5473-8039-4678-88b0-d0ae43578902", "name": "Reading input data", "request": { "name": "Reading input data", "description": { "content": "Receiving an incoming request by `tracecode`.", "type": "text/plain" }, "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": false, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "1" }, { "disabled": false, "description": { "content": "Data result convert.", "type": "text/plain" }, "key": "data_flow_convert", "value": "JSON" } ], "variable": [ { "type": "any", "value": "11111111-2222-3333-4444-555555555555", "key": "tracecode", "disabled": false, "description": { "content": "(Required) Unique process identifier.", "type": "text/plain" } } ] }, "header": [ { "key": "Accept", "value": "application/octet-stream" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "0f6f852f-aad5-48a9-8171-d700e250bd32", "name": "Successful execution", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": false, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "1" }, { "disabled": false, "description": { "content": "Data result convert.", "type": "text/plain" }, "key": "data_flow_convert", "value": "JSON" } ], "variable": [] }, "header": [ { "key": "Accept", "value": "application/octet-stream" }, { "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/octet-stream" } ], "body": "fugiat voluptate in", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "2743e1a3-4ee1-40f3-ba73-683138d2f584", "name": "Bad request - input data contains errors\n", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": false, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "1" }, { "disabled": false, "description": { "content": "Data result convert.", "type": "text/plain" }, "key": "data_flow_convert", "value": "JSON" } ], "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": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c63864fb-cb78-4162-ad23-fc2d2e1942f6", "name": "Unauthorized - token missing or invalid\n", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": false, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "1" }, { "disabled": false, "description": { "content": "Data result convert.", "type": "text/plain" }, "key": "data_flow_convert", "value": "JSON" } ], "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": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "c612ad1a-30b4-4748-b292-22bf4b1263c4", "name": "Payment Required", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": false, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "1" }, { "disabled": false, "description": { "content": "Data result convert.", "type": "text/plain" }, "key": "data_flow_convert", "value": "JSON" } ], "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": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3d1718fd-3889-48e4-9060-357439c95bfb", "name": "Forbidden - no permission to execute this operation\n", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": false, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "1" }, { "disabled": false, "description": { "content": "Data result convert.", "type": "text/plain" }, "key": "data_flow_convert", "value": "JSON" } ], "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": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8fceaad0-dbe6-4748-a9f7-8f01b6ed1175", "name": "Not found", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": false, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "1" }, { "disabled": false, "description": { "content": "Data result convert.", "type": "text/plain" }, "key": "data_flow_convert", "value": "JSON" } ], "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_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3b4b372f-6dfc-4fb0-ae9c-fd3d43452a72", "name": "Method not allowed, check method (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": false, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "1" }, { "disabled": false, "description": { "content": "Data result convert.", "type": "text/plain" }, "key": "data_flow_convert", "value": "JSON" } ], "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": "ee344960-fba9-463b-bc6b-8322c0c47e41", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": false, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "1" }, { "disabled": false, "description": { "content": "Data result convert.", "type": "text/plain" }, "key": "data_flow_convert", "value": "JSON" } ], "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": "585b1da3-272a-440a-9176-6eff2dac0a45", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": false, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "1" }, { "disabled": false, "description": { "content": "Data result convert.", "type": "text/plain" }, "key": "data_flow_convert", "value": "JSON" } ], "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": "934c1700-2d2b-43d1-9a8c-d40e1533e369", "name": "Too many requests", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": false, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "1" }, { "disabled": false, "description": { "content": "Data result convert.", "type": "text/plain" }, "key": "data_flow_convert", "value": "JSON" } ], "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 \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "7330f740-9a05-4951-acf9-5ec8701eb889", "name": "Internal server error", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": false, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "1" }, { "disabled": false, "description": { "content": "Data result convert.", "type": "text/plain" }, "key": "data_flow_convert", "value": "JSON" } ], "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 \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8a32c929-1629-43cb-97d2-dbc1cfbb6e58", "name": "Not implemented", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": false, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "1" }, { "disabled": false, "description": { "content": "Data result convert.", "type": "text/plain" }, "key": "data_flow_convert", "value": "JSON" } ], "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": "48a1ae2c-5656-4050-be23-ec6768ec26e2", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": false, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "1" }, { "disabled": false, "description": { "content": "Data result convert.", "type": "text/plain" }, "key": "data_flow_convert", "value": "JSON" } ], "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": "fd37afeb-db4b-4a37-a245-0f10a741a9ea", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": false, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "1" }, { "disabled": false, "description": { "content": "Data result convert.", "type": "text/plain" }, "key": "data_flow_convert", "value": "JSON" } ], "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": "200835a2-dca1-4222-b6c8-ce0a19aff954", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": false, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "1" }, { "disabled": false, "description": { "content": "Data result convert.", "type": "text/plain" }, "key": "data_flow_convert", "value": "JSON" } ], "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": "6b137372-775d-4f76-beb7-fe2804637649", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "data", ":tracecode" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "description": { "content": "Data flow type.", "type": "text/plain" }, "key": "data_flow_type", "value": "OUTPUT" }, { "disabled": false, "description": { "content": "Data flow stage.", "type": "text/plain" }, "key": "data_flow_stage", "value": "1" }, { "disabled": false, "description": { "content": "Data result convert.", "type": "text/plain" }, "key": "data_flow_convert", "value": "JSON" } ], "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 } } ] }, { "name": "Quotas", "description": "Quotas.\n", "item": [ { "id": "cceaac97-2775-46e4-b5e8-fcc280023510", "name": "Obtaining the quotas", "request": { "name": "Obtaining the quotas", "description": { "content": "Obtaining the quotas for the user.", "type": "text/plain" }, "url": { "path": [ "account", "quota" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "2a36999f-ef75-493d-b2d6-a6b7249abb12", "name": "Successful execution", "originalRequest": { "url": { "path": [ "account", "quota" ], "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 \"base\": {\n \"services\": [\n {\n \"service\": \"UNIVERSAL\",\n \"methods\": [\n {\n \"method_group\": \"PLAN\",\n \"points_per_request\": 15,\n \"points_per_day\": 1500,\n \"points_per_date_window\": 1500,\n \"max_concurrent_execution\": 5\n }\n ]\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "743244a4-468c-4e51-a313-3c3b71ae0a4a", "name": "Bad request - input data contains errors\n", "originalRequest": { "url": { "path": [ "account", "quota" ], "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": "Bad Request", "code": 400, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Bad Request\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "d0223bfc-4f19-4d69-8341-8d41f4ead56f", "name": "Unauthorized - token missing or invalid\n", "originalRequest": { "url": { "path": [ "account", "quota" ], "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": "Unauthorized", "code": 401, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Unauthorized\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "b118ed6b-f441-4c28-ab02-19ac9fa63bce", "name": "Payment Required", "originalRequest": { "url": { "path": [ "account", "quota" ], "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": "Payment Required", "code": 402, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Payment Required\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "4b912fda-013c-4b6a-b6b3-6f2b1465b292", "name": "Forbidden - no permission to execute this operation\n", "originalRequest": { "url": { "path": [ "account", "quota" ], "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": "Forbidden", "code": 403, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Forbidden\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "18e9015b-063f-446b-9943-f81b283a5246", "name": "Not found", "originalRequest": { "url": { "path": [ "account", "quota" ], "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_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "30185f0a-b67b-4ad6-bf95-0fc8410f9e42", "name": "Method not allowed, check method (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "account", "quota" ], "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": "376088b9-1574-4f11-8bc6-c1a141ca65db", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "account", "quota" ], "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": "58e0cced-e409-4cdb-955a-8b6e376f1c10", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "account", "quota" ], "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": "80eb02bf-9d8c-4b29-b405-f25200a3d4a9", "name": "Too many requests", "originalRequest": { "url": { "path": [ "account", "quota" ], "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 \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "efacca35-7ef9-4449-8814-32d0a4282d49", "name": "Internal server error", "originalRequest": { "url": { "path": [ "account", "quota" ], "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 \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "91b2bca0-11c1-489e-a7c2-2aaaaa85019f", "name": "Not implemented", "originalRequest": { "url": { "path": [ "account", "quota" ], "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": "ae11d3de-932d-4030-89f7-58b53b98d570", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "account", "quota" ], "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": "bdb2b32b-9936-4947-a40b-07b98c0fe3f1", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "quota" ], "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": "e268662c-1138-4ad5-bde5-878d743fe6b8", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "account", "quota" ], "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": "79bf64e3-6417-4c1e-a46a-647cef3a2cc5", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "quota" ], "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 } } ] }, { "name": "System", "description": "System functions.\nAuxiliary functionality common to all services.\n", "item": [ { "id": "25404410-c642-4319-b26b-ec03510c30e0", "name": "Checking the availability", "request": { "name": "Checking the availability", "description": { "content": "Checking the service availability.", "type": "text/plain" }, "url": { "path": [ "account", "system", "check" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "b08276a0-fb3a-4e33-bbba-8615f5d8e0bd", "name": "Successful execution", "originalRequest": { "url": { "path": [ "account", "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": "1a02bcb7-1414-46a2-afce-aec956fa5cfb", "name": "Not found", "originalRequest": { "url": { "path": [ "account", "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_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0be3741d-a334-41b0-99a4-f92c8b6f437f", "name": "Method not allowed, check method (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "account", "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": "1c151647-b017-4e97-8441-df7da739466c", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "account", "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": "4d88fa65-7212-4af6-af8f-589b0fe0330f", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "account", "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": "90d561e2-d701-4be1-88e8-6fad5b58808d", "name": "Too many requests", "originalRequest": { "url": { "path": [ "account", "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 \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "960ad462-a680-40a7-b84d-7cf314783187", "name": "Internal server error", "originalRequest": { "url": { "path": [ "account", "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 \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "627d3713-115e-4cc0-b849-09a3aca8239c", "name": "Not implemented", "originalRequest": { "url": { "path": [ "account", "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": "c3290bcc-07c5-4af3-901d-9dcb9472f970", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "account", "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": "36b5fca2-bb41-4297-9589-6c6e3aab6817", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "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": "f32202db-2271-46db-849e-88a35af33edb", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "account", "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": "e316ab52-ef18-4108-8f11-6a737dd005d6", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "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": "6c5a05a3-209b-4a3f-b885-cfb9faa1f251", "name": "Getting the service version", "request": { "name": "Getting the service version", "description": { "content": "Getting the service version.", "type": "text/plain" }, "url": { "path": [ "account", "system", "version" ], "host": [ "{{baseUrl}}" ], "query": [], "variable": [] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {}, "auth": null }, "response": [ { "id": "940aef24-8bd2-43b2-b7ae-c4f684c2f01c", "name": "Successful execution", "originalRequest": { "url": { "path": [ "account", "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\": 4,\n \"minor\": 4,\n \"build\": \"1754RC\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "444591fa-a1fb-42d3-a054-5a07c1a2f12a", "name": "Not found", "originalRequest": { "url": { "path": [ "account", "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_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "3fcdb689-44ff-4743-b20d-771fd5f91b04", "name": "Method not allowed, check method (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "account", "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": "d65ac155-d10f-4958-b7d9-c241bea201f9", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "account", "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": "0c294fb2-befd-4ac9-a673-63b0904b0cbf", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "account", "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": "4ab18f50-cf12-419b-b6de-a09b4b4ca4a2", "name": "Too many requests", "originalRequest": { "url": { "path": [ "account", "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 \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "0bdc32ba-ed66-4a61-b400-65147578949a", "name": "Internal server error", "originalRequest": { "url": { "path": [ "account", "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 \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "8e7bba1f-2050-48b8-a86d-d0b72c1ce2f6", "name": "Not implemented", "originalRequest": { "url": { "path": [ "account", "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": "b2529f79-9c4e-4be7-99e0-4f6bf9bb99c5", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "account", "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": "f868a597-2789-41a2-b545-ffbb54510ef7", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "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": "7078f50b-ecfd-4744-819d-577c40f9bf22", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "account", "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": "8e605b0d-b621-401c-bbae-72f441eaa0ef", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "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": "d500f8fa-7d03-4909-939f-6c3cf03ced5c", "name": "Getting the documentation", "request": { "name": "Getting the documentation", "description": { "content": "Getting the file with this service documentation.", "type": "text/plain" }, "url": { "path": [ "account", "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": "4a3997eb-6620-4817-895c-6fc2c8bb9416", "name": "Successful execution", "originalRequest": { "url": { "path": [ "account", "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": "quis officia", "cookie": [], "_postman_previewlanguage": "text" }, { "id": "ca7b4631-4c5b-4bd5-a884-3262ff1af7cc", "name": "Not found", "originalRequest": { "url": { "path": [ "account", "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_id\": \"resource_id\",\n \"detail\": {\n \"tracedata\": {\n \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "01a98af0-6a89-45f0-ab7a-9cb723f7037a", "name": "Method not allowed, check method (POST, GET, ...)\n", "originalRequest": { "url": { "path": [ "account", "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": "57f6bc2d-28f3-481b-b837-f4bd75922e48", "name": "Client is unable to process a format of response, check headers\n", "originalRequest": { "url": { "path": [ "account", "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": "7389cc74-5fb0-4226-9745-501c10ec0787", "name": "Unsupported media type, check headers\n", "originalRequest": { "url": { "path": [ "account", "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": "a0a9e038-8a55-4359-82cb-32887b8200b8", "name": "Too many requests", "originalRequest": { "url": { "path": [ "account", "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 \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Too many requests\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "cd958e2c-0a0a-44cf-837f-096a80682d7d", "name": "Internal server error", "originalRequest": { "url": { "path": [ "account", "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 \"code\": \"11111111-2222-3333-4444-555555555555\",\n \"client\": \"company_|_username\",\n \"server\": \"server_name\",\n \"service\": \"UNIVERSAL\",\n \"operation\": \"run_plan_calculation\",\n \"time\": \"2024-02-21T09:30:00+03:00\"\n },\n \"message\": \"Internal Server Error\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { "id": "addd96e2-8e79-4007-95fe-f72bc65fc626", "name": "Not implemented", "originalRequest": { "url": { "path": [ "account", "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": "d1d080c8-86cb-4baa-af0a-79634ef08c45", "name": "Bad gateway", "originalRequest": { "url": { "path": [ "account", "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": "90fbf664-9616-49cb-a7c7-4471f4e13d19", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "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": "ae029e06-044c-4400-9b1a-d92b8e088c6e", "name": "Gateway timeout", "originalRequest": { "url": { "path": [ "account", "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": "4f311a15-85fe-4a8f-8788-dca5e4b15c44", "name": "Service unavailable", "originalRequest": { "url": { "path": [ "account", "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.edge.veeroute.tech" } ], "info": { "_postman_id": "6ab9ff44-f155-4408-aa5b-118cb2fed864", "name": "VRt.Account [AC]", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { "content": "# Description\n\nVeeroute Account Panel.\n\n## Entity relationship diagram\n\n![erd](../uml/account.svg)\n\n\nContact Support:\n Name: Veeroute Support Team\n Email: servicedesk@veeroute.com", "type": "text/plain" } } }