{ "uuid": "67610af3-dcdb-4217-ba6d-dabf7425538d", "lastMigration": 29, "name": "EVE Swagger Interface", "endpointPrefix": "latest", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "7c1ce096-c4ff-449e-8aff-5be347adc5b3", "documentation": "List all alliances", "method": "get", "endpoint": "alliances/", "responses": [ { "uuid": "ee924704-06a0-483b-9d62-184ad0f0a1df", "body": "[\n {{faker 'number.int' max=99999}}\n]", "latency": 0, "statusCode": 200, "label": "List of Alliance IDs", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a18a764a-cdbc-49ed-b697-c9171723b6f2", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "189a79ad-b9ad-430e-9e52-658a63df7788", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d00df445-39c0-41b8-b933-7c975573be4f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "40f5c77f-95a7-41c7-bd04-ffecf1875078", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e6ebaa2c-05f3-4e5a-9d1c-6af799cca7e6", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ca47d3b4-a940-4838-a9d6-7e6b250a20ed", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c9653aed-eee9-416b-af1f-bbeb0ffe9e5c", "documentation": "Get alliance information", "method": "get", "endpoint": "alliances/:alliance_id/", "responses": [ { "uuid": "f956a657-c45f-4e97-8e8c-c5de18a17c9a", "body": "{\n \"creator_corporation_id\": {{faker 'number.int' max=99999}},\n \"creator_id\": {{faker 'number.int' max=99999}},\n \"date_founded\": \"{{faker 'date.recent' 365}}\",\n \"executor_corporation_id\": {{faker 'number.int' max=99999}},\n \"faction_id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"ticker\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Public data about an alliance", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ba703508-f275-448a-8269-e329aa631691", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ef1c05b2-006a-4142-bd55-1cd4da0472f1", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "97e3c7d1-a005-427a-b26a-c89adb98687b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Alliance not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2a527d81-5d72-4230-b2b1-728055409f22", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "01e30346-e538-4587-bab9-52d5154e729d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0b0e0743-824b-4b7a-83d9-1ee6dd401d18", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e36a4e1f-c007-44d6-a857-998c2644a27c", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c9193045-4a6c-4b8b-a1b5-573c40f3ed8e", "documentation": "Get alliance contacts", "method": "get", "endpoint": "alliances/:alliance_id/contacts/", "responses": [ { "uuid": "dd5d4339-dcef-4366-a592-b20624eada8f", "body": "[\n {\n \"contact_id\": {{faker 'number.int' max=99999}},\n \"contact_type\": \"{{oneOf (array 'character' 'corporation' 'alliance' 'faction')}}\",\n \"label_ids\": [\n {{faker 'number.int' max=99999}}\n ],\n \"standing\": {{faker 'number.float'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of contacts", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8123edb5-78c7-469a-b3b9-e0d1ff4e67e5", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c2b1311a-b115-4a8b-9514-ee843ba8fc44", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c69d3ddc-3b2c-4cfa-8430-fcbde003c2d9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3ab34c51-aad6-4925-bc46-481b4937a159", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4681a7ac-da85-43aa-a22a-8a0d5c0f3f26", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3bc5cbab-1897-482a-a9d3-193c31773f04", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2a563507-ebb0-4745-a641-73645c7f51e3", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "efa9b72c-291e-42c2-b65f-514f54cf4f6b", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a53451c6-72fa-49cd-9794-df0520b2932e", "documentation": "Get alliance contact labels", "method": "get", "endpoint": "alliances/:alliance_id/contacts/labels/", "responses": [ { "uuid": "a7708416-6021-47a4-ab71-ccecbe2b6054", "body": "[\n {\n \"label_id\": {{faker 'number.int' max=99999}},\n \"label_name\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of alliance contact labels", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "046170e7-ef83-4e1c-b69b-44c8956ee34f", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a7b45381-a88f-49cb-9b68-2a96f941fa09", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e0375c95-8c95-4078-a6c9-61d3fed49e67", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "aa31b87e-7e7c-4943-bd2f-a3245b8d7625", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "62983d2e-051d-4fb1-8b42-8c0fc088d132", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "14d159fe-8186-4fb4-9fe1-77ecf1b689d9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e82d1e8e-7579-4d76-a147-842455f125d5", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8e5b31a7-0830-45f1-bd07-7a47e0bf0dc4", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "05c4c265-c032-4fdf-b2c2-e2ecebb15236", "documentation": "List alliance's corporations", "method": "get", "endpoint": "alliances/:alliance_id/corporations/", "responses": [ { "uuid": "e981d36d-4296-42ed-8993-8917d74e6c44", "body": "[\n {{faker 'number.int' max=99999}}\n]", "latency": 0, "statusCode": 200, "label": "List of corporation IDs", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "46d35f7c-52ad-41c8-9dea-cb49898dbee1", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3f9ebc44-5f19-4f3c-bade-b17a0fd2e77b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cf5e05b2-b387-4c6d-ab3a-a020d6ed1db7", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "09b69264-3207-44c3-b965-992a1248f352", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3ca53b3a-fd45-40fe-bd2b-b2b328932ba8", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fb2741f8-39ac-4ca1-9022-a0caa6dd2dfb", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "90ef33cd-db1b-4183-83b3-d2f1f3cbed04", "documentation": "Get alliance icon", "method": "get", "endpoint": "alliances/:alliance_id/icons/", "responses": [ { "uuid": "87162d64-303c-418e-9f2f-e5a30c741193", "body": "{\n \"px128x128\": \"\",\n \"px64x64\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Icon URLs for the given alliance id and server", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d2334cdf-8291-4821-94c2-d8ac2c9ab24e", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ceb08b4a-0691-43e9-bbd1-1907af288d0b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "59ba0284-4691-461a-9c4c-bb4a5bcb42ef", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "No image server for this datasource", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b2220e3c-7392-4603-a9bd-9d7f1d65a780", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c0af3470-9905-4a1b-a82f-016ea514fafd", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d3c75100-0911-44da-9da9-77c098101b0a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0dfe825e-351a-4c3f-9946-4aa1740d3470", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ce48213a-a82e-49f9-98d6-7c4044e995d3", "documentation": "Character affiliation", "method": "post", "endpoint": "characters/affiliation/", "responses": [ { "uuid": "a88d7798-d67d-4f04-891c-7962d80bd14a", "body": "[\n {\n \"alliance_id\": {{faker 'number.int' max=99999}},\n \"character_id\": {{faker 'number.int' max=99999}},\n \"corporation_id\": {{faker 'number.int' max=99999}},\n \"faction_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Character corporation, alliance and faction IDs", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "96bd1e97-288b-4c9e-8f7b-7206dafa211e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "32f49270-9940-4a3b-88fd-1c2e1c284ec2", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "No characters found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ade8ad5b-d655-4116-998a-8e211d48b4f2", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3bfd6628-530f-4760-bcf3-42fc59eb0e64", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "993440dc-fd45-46bb-b30d-accc002767e3", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "04da5be5-d5ca-4d76-bb2a-21d8c6038dec", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "db03e0a4-7401-4d26-bd5c-db0a042aee11", "documentation": "Get character's public information", "method": "get", "endpoint": "characters/:character_id/", "responses": [ { "uuid": "28e1d73f-0249-4372-88a7-bbbb246b7c7f", "body": "{\n \"alliance_id\": {{faker 'number.int' max=99999}},\n \"ancestry_id\": {{faker 'number.int' max=99999}},\n \"birthday\": \"{{faker 'date.recent' 365}}\",\n \"bloodline_id\": {{faker 'number.int' max=99999}},\n \"corporation_id\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"faction_id\": {{faker 'number.int' max=99999}},\n \"gender\": \"{{oneOf (array 'female' 'male')}}\",\n \"name\": \"\",\n \"race_id\": {{faker 'number.int' max=99999}},\n \"security_status\": {{faker 'number.float'}}\n}", "latency": 0, "statusCode": 200, "label": "Public data for the given character", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "efaa274c-044a-48ef-96e0-7621be02eb1a", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "395b61f1-9ced-4cef-9fb0-76201c078cfb", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1e519a79-a518-40a5-8aba-c37150041bb4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Character not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "18301a5c-5c61-41c8-9195-092b0ad344e3", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d730d52b-2a79-4a5f-b446-aca418660ab2", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d09811ce-4e1a-4e08-b753-cb2f763fe343", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c334cad0-9ea8-498a-9f4f-3df50691a6cf", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4c11b1a6-2583-4439-b7ff-9fa6b712d4a9", "documentation": "Get agents research", "method": "get", "endpoint": "characters/:character_id/agents_research/", "responses": [ { "uuid": "67f7d306-ebc8-4327-83cf-776c133393d4", "body": "[\n {\n \"agent_id\": {{faker 'number.int' max=99999}},\n \"points_per_day\": {{faker 'number.float'}},\n \"remainder_points\": {{faker 'number.float'}},\n \"skill_type_id\": {{faker 'number.int' max=99999}},\n \"started_at\": \"{{faker 'date.recent' 365}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of agents research information", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4e5fd677-3ccc-491f-9b19-54fd8fa93321", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "66a14378-e845-4cd5-8f76-9eeb8d8e1a92", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9c570407-0f77-4ff5-952a-9f4b2ea9264a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d00799c6-8f11-4f04-a178-a89c384749cc", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b109549c-2911-43a6-8121-34b052707607", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0f428637-11a1-4f02-bbce-6b06a934a1c4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7d12457d-a9fc-41a7-8f52-d93ec9592ec3", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3a55763a-abe5-4cb9-880f-c6774c3ef4e3", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5d63c07c-35d0-4c96-aed4-9625ce9a6d11", "documentation": "Get character assets", "method": "get", "endpoint": "characters/:character_id/assets/", "responses": [ { "uuid": "02b847d4-56f5-4aaa-90f7-709bfef2bb7e", "body": "[\n {\n \"is_blueprint_copy\": {{faker 'datatype.boolean'}},\n \"is_singleton\": {{faker 'datatype.boolean'}},\n \"item_id\": {{faker 'number.int' max=99999}},\n \"location_flag\": \"{{oneOf (array 'AssetSafety' 'AutoFit' 'BoosterBay' 'Cargo' 'CorpseBay' 'Deliveries' 'DroneBay' 'FighterBay' 'FighterTube0' 'FighterTube1' 'FighterTube2' 'FighterTube3' 'FighterTube4' 'FleetHangar' 'Hangar' 'HangarAll' 'HiSlot0' 'HiSlot1' 'HiSlot2' 'HiSlot3' 'HiSlot4' 'HiSlot5' 'HiSlot6' 'HiSlot7' 'HiddenModifiers' 'Implant' 'LoSlot0' 'LoSlot1' 'LoSlot2' 'LoSlot3' 'LoSlot4' 'LoSlot5' 'LoSlot6' 'LoSlot7' 'Locked' 'MedSlot0' 'MedSlot1' 'MedSlot2' 'MedSlot3' 'MedSlot4' 'MedSlot5' 'MedSlot6' 'MedSlot7' 'QuafeBay' 'RigSlot0' 'RigSlot1' 'RigSlot2' 'RigSlot3' 'RigSlot4' 'RigSlot5' 'RigSlot6' 'RigSlot7' 'ShipHangar' 'Skill' 'SpecializedAmmoHold' 'SpecializedCommandCenterHold' 'SpecializedFuelBay' 'SpecializedGasHold' 'SpecializedIndustrialShipHold' 'SpecializedLargeShipHold' 'SpecializedMaterialBay' 'SpecializedMediumShipHold' 'SpecializedMineralHold' 'SpecializedOreHold' 'SpecializedPlanetaryCommoditiesHold' 'SpecializedSalvageHold' 'SpecializedShipHold' 'SpecializedSmallShipHold' 'SubSystemBay' 'SubSystemSlot0' 'SubSystemSlot1' 'SubSystemSlot2' 'SubSystemSlot3' 'SubSystemSlot4' 'SubSystemSlot5' 'SubSystemSlot6' 'SubSystemSlot7' 'Unlocked' 'Wardrobe')}}\",\n \"location_id\": {{faker 'number.int' max=99999}},\n \"location_type\": \"{{oneOf (array 'station' 'solar_system' 'other')}}\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A flat list of the users assets", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "130ece42-3dbd-44d2-9846-f36bdfb040ce", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "36733ff0-4cca-4467-bd3b-794a327b1dee", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bd206910-216b-43fa-860b-f49db7d2ab74", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "85e326af-a486-471c-9732-058cb634aa3e", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "595dd95e-a1d4-4ed1-b75f-8b55e9bddce1", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3ff2b038-b631-43ab-a108-32b3732532e5", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f95fdb4b-9ac8-44d3-b435-5b7f6b8760d4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "44bd5b81-5a33-411b-8a99-1df2cd1026b8", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "50233780-2e7a-4fec-a756-350f4ecd6779", "documentation": "Get character asset locations", "method": "post", "endpoint": "characters/:character_id/assets/locations/", "responses": [ { "uuid": "ab50e070-7c9a-4085-a59c-8ae7d5587c8b", "body": "[\n {\n \"item_id\": {{faker 'number.int' max=99999}},\n \"position\": {\n \"x\": {{faker 'number.float'}},\n \"y\": {{faker 'number.float'}},\n \"z\": {{faker 'number.float'}}\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "List of asset locations", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "95e22ab7-fbfa-4575-a125-21d4b52590d1", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "01581a9c-e833-4a6e-8473-efee4ae4babf", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "11ba207e-0553-4de0-b028-2cf564d92bdc", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4cd266bf-c8e6-4aa3-9818-7b226da3e067", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ae6125ca-5d00-4978-8a4a-1c6bd74bca7a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7aab511a-bc39-47a0-8439-3533ab1113dd", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "639e9981-f1e8-480d-8f73-e5600539b397", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "23050b1e-e8d8-4439-b1e3-f3ee1a4126f7", "documentation": "Get character asset names", "method": "post", "endpoint": "characters/:character_id/assets/names/", "responses": [ { "uuid": "aa652876-0213-45f8-b75a-d838c62ad8ae", "body": "[\n {\n \"item_id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List of asset names", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9ee65957-243e-4cd3-84f8-405303657081", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8683c2cf-3fed-482d-a214-52b335b4139e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0b273845-60fb-467e-b17b-65595db825be", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "617757c5-88a4-4b06-a489-5581e51f7d79", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1f7d6dd1-bd4a-494b-8ba8-abc285b3aa86", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d637ce01-e049-423b-982d-8b36ab877301", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "65c45c5e-83ff-4fd8-8150-601f983deec1", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0baf0561-9699-4cd6-8355-3c1396239c10", "documentation": "Get character attributes", "method": "get", "endpoint": "characters/:character_id/attributes/", "responses": [ { "uuid": "c363b203-246e-4a1e-9f6b-9df8e734519f", "body": "{\n \"accrued_remap_cooldown_date\": \"{{faker 'date.recent' 365}}\",\n \"bonus_remaps\": {{faker 'number.int' max=99999}},\n \"charisma\": {{faker 'number.int' max=99999}},\n \"intelligence\": {{faker 'number.int' max=99999}},\n \"last_remap_date\": \"{{faker 'date.recent' 365}}\",\n \"memory\": {{faker 'number.int' max=99999}},\n \"perception\": {{faker 'number.int' max=99999}},\n \"willpower\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Attributes of a character", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "867fbd5f-a23b-4d00-8a3e-25c8d0a8a46c", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c00d18dc-f0b2-4291-9c35-0246c040192e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5e692dcd-cda2-44d2-83aa-2e8341bdd57c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "82f393f3-1aee-46a0-90d4-624a8c50fafe", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "61b6c8c4-4a2d-482d-b1d0-a7e6b6f1383e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "efab8951-e63d-4e8d-bd50-6f913bb524b5", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b2bbc45f-ce92-4d03-a81b-f6937937a8ba", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b014f011-0d89-430e-a07e-22026b3d474a", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e7131e1a-4e09-43f0-afc9-725d78ed5e23", "documentation": "Get blueprints", "method": "get", "endpoint": "characters/:character_id/blueprints/", "responses": [ { "uuid": "f2898aba-de06-497b-9f6c-e7b9aca7a63c", "body": "[\n {\n \"item_id\": {{faker 'number.int' max=99999}},\n \"location_flag\": \"{{oneOf (array 'AutoFit' 'Cargo' 'CorpseBay' 'DroneBay' 'FleetHangar' 'Deliveries' 'HiddenModifiers' 'Hangar' 'HangarAll' 'LoSlot0' 'LoSlot1' 'LoSlot2' 'LoSlot3' 'LoSlot4' 'LoSlot5' 'LoSlot6' 'LoSlot7' 'MedSlot0' 'MedSlot1' 'MedSlot2' 'MedSlot3' 'MedSlot4' 'MedSlot5' 'MedSlot6' 'MedSlot7' 'HiSlot0' 'HiSlot1' 'HiSlot2' 'HiSlot3' 'HiSlot4' 'HiSlot5' 'HiSlot6' 'HiSlot7' 'AssetSafety' 'Locked' 'Unlocked' 'Implant' 'QuafeBay' 'RigSlot0' 'RigSlot1' 'RigSlot2' 'RigSlot3' 'RigSlot4' 'RigSlot5' 'RigSlot6' 'RigSlot7' 'ShipHangar' 'SpecializedFuelBay' 'SpecializedOreHold' 'SpecializedGasHold' 'SpecializedMineralHold' 'SpecializedSalvageHold' 'SpecializedShipHold' 'SpecializedSmallShipHold' 'SpecializedMediumShipHold' 'SpecializedLargeShipHold' 'SpecializedIndustrialShipHold' 'SpecializedAmmoHold' 'SpecializedCommandCenterHold' 'SpecializedPlanetaryCommoditiesHold' 'SpecializedMaterialBay' 'SubSystemSlot0' 'SubSystemSlot1' 'SubSystemSlot2' 'SubSystemSlot3' 'SubSystemSlot4' 'SubSystemSlot5' 'SubSystemSlot6' 'SubSystemSlot7' 'FighterBay' 'FighterTube0' 'FighterTube1' 'FighterTube2' 'FighterTube3' 'FighterTube4' 'Module')}}\",\n \"location_id\": {{faker 'number.int' max=99999}},\n \"material_efficiency\": {{faker 'number.int' max=99999}},\n \"quantity\": {{faker 'number.int' max=99999}},\n \"runs\": {{faker 'number.int' max=99999}},\n \"time_efficiency\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of blueprints", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4c1ff13f-368b-43d3-8bc9-ad32d2fb10e7", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "23078584-24ca-46d6-8e0d-7192a2b72bb1", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4355b14e-5d01-4102-950d-ae6789986497", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cae52042-104a-44b6-87d2-54a3b491fddb", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d0fa6891-51b6-4bc1-b5ed-823a12b708a8", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "322d1646-7ba4-464c-afb8-1d409ed85706", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d551179d-8895-42b9-ac26-be3d2bac12cb", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "dfa00246-bbb8-4600-a06d-091b6b5c5901", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4ac4178f-5405-4fb1-9429-841123fb0978", "documentation": "List bookmarks", "method": "get", "endpoint": "characters/:character_id/bookmarks/", "responses": [ { "uuid": "ade84d58-d417-4bce-bf05-cd4a605949da", "body": "[\n {\n \"bookmark_id\": {{faker 'number.int' max=99999}},\n \"coordinates\": {\n \"x\": {{faker 'number.float'}},\n \"y\": {{faker 'number.float'}},\n \"z\": {{faker 'number.float'}}\n },\n \"created\": \"{{faker 'date.recent' 365}}\",\n \"creator_id\": {{faker 'number.int' max=99999}},\n \"folder_id\": {{faker 'number.int' max=99999}},\n \"item\": {\n \"item_id\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}}\n },\n \"label\": \"\",\n \"location_id\": {{faker 'number.int' max=99999}},\n \"notes\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of bookmarks", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ccbf9073-f0a5-44e7-8ce5-19ab9785f5e4", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3c7460ec-7bc8-4efc-aca5-08df4f47415f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "86f6392f-6f01-4f6d-b827-73a2f6bc648e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a89ba031-c37b-4f92-a7c5-10557ba94621", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "edbc0d15-0f5a-4e8a-a6b2-0f71c47916fb", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6236cd48-7da9-4608-86b0-52cbe9c81354", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "05b247ed-c220-4abe-b583-838f17591469", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "95cc6e72-8eb3-46e5-b972-2cffd40c9090", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "58f16e23-312b-4972-b100-c9bac47bec5f", "documentation": "List bookmark folders", "method": "get", "endpoint": "characters/:character_id/bookmarks/folders/", "responses": [ { "uuid": "6b04e306-9d9a-4734-b1d1-f7299884eddf", "body": "[\n {\n \"folder_id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List of bookmark folders", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "254cc2cf-1ec8-415e-ac6c-0a877e3c8500", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "79788f2a-ed78-47a7-a565-4eb78e8259d4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "83cfdefc-1fe3-4155-a731-a6087faa29ff", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3bddd757-4f25-4e5c-b4ab-c2b6a35e2034", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f71c05d0-9293-4d7e-a4e4-78b92acaa283", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "96af7f21-993d-4737-8f96-a17f1b6e076d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5d99b5e0-f5df-4f30-8387-2a7acc1aa4b2", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3c79dc9d-7deb-45c1-aedb-d8c8802d3d4b", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "732538b1-3639-4b64-8adf-38f4f437040d", "documentation": "List calendar event summaries", "method": "get", "endpoint": "characters/:character_id/calendar/", "responses": [ { "uuid": "86e38f66-485c-4c44-bb96-07198a9e7a7d", "body": "[\n {\n \"event_date\": \"{{faker 'date.recent' 365}}\",\n \"event_id\": {{faker 'number.int' max=99999}},\n \"event_response\": \"{{oneOf (array 'declined' 'not_responded' 'accepted' 'tentative')}}\",\n \"importance\": {{faker 'number.int' max=99999}},\n \"title\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A collection of event summaries", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fe84c0ae-c916-4b16-8051-697098df0dec", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5888102d-cd93-453f-a230-6165663f61e4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "74c7dedb-b07f-44f1-bf9f-4b1bc612db10", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4a5fdfd9-7229-4222-90bf-09bfaa643d98", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9e3354f8-bdec-4dce-b820-8bfbe3e39eea", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bc7be5a9-955b-4653-86ff-2e1a824b23e6", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b5085b91-d828-4ab7-b889-fe9e40ec66d5", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0692a3fa-653c-4249-9f2c-9c9f4a33561a", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dfe5a7a8-9d9d-4b72-8013-e4988b605f1f", "documentation": "Get an event", "method": "get", "endpoint": "characters/:character_id/calendar/:event_id/", "responses": [ { "uuid": "648a7dd5-5d1b-4096-abfc-161caf525e2d", "body": "{\n \"date\": \"{{faker 'date.recent' 365}}\",\n \"duration\": {{faker 'number.int' max=99999}},\n \"event_id\": {{faker 'number.int' max=99999}},\n \"importance\": {{faker 'number.int' max=99999}},\n \"owner_id\": {{faker 'number.int' max=99999}},\n \"owner_name\": \"\",\n \"owner_type\": \"{{oneOf (array 'eve_server' 'corporation' 'faction' 'character' 'alliance')}}\",\n \"response\": \"\",\n \"text\": \"\",\n \"title\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Full details of a specific event", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4f6964eb-1fe1-4b98-b369-c9f6ba5156e9", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c37027f9-bf97-45b2-bcd0-033bf99b019b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "515343dd-04a3-45b3-af51-4f82bdde0a38", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2b07689a-58d1-4d90-895a-806804806229", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a800e59a-b33c-4b63-9cf6-efd62be635f4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "04bc02fb-6261-41b1-b01c-ff657af32540", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "584979a7-7062-43e6-9a3c-dd095929c0ea", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "77f799ea-3810-44b7-8555-1b3ce4ec7880", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "aad31900-c998-4e5a-b70f-bbcac09f3fc1", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b8743a96-beb6-4f85-9843-0eed7e89b793", "documentation": "Respond to an event", "method": "put", "endpoint": "characters/:character_id/calendar/:event_id/", "responses": [ { "uuid": "a22d4a59-bc38-4eab-a2f5-74f5b48c29f3", "body": "", "latency": 0, "statusCode": 204, "label": "Event updated", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "67b6e455-02dd-406a-a10f-0e4db4bbadb7", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d5664b5d-dab2-4eda-892d-bfb3a9a5ce3f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b5b3a00a-1fe1-4b74-95dc-27bd827baf66", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "75fbaa92-ae6d-488a-8171-0488b2289b59", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8ab63677-7e86-4498-b725-47fb3a509969", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "29424565-6d8e-4633-acdc-23d4eb55a75a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "03940b0b-95b9-4b42-a4c7-897bd7eb9fbb", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d02904c8-f147-41fb-bb37-0c3faffcded2", "documentation": "Get attendees", "method": "get", "endpoint": "characters/:character_id/calendar/:event_id/attendees/", "responses": [ { "uuid": "499adaa5-fb05-445c-9ca2-1bae3076d601", "body": "[\n {\n \"character_id\": {{faker 'number.int' max=99999}},\n \"event_response\": \"{{oneOf (array 'declined' 'not_responded' 'accepted' 'tentative')}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List of attendees", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a239e2f3-272b-4ec4-adf0-a3c62298e672", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2310dd1f-9914-4b4a-b098-49495b28357d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "14038a9c-42bc-444d-b6ab-3274f2ed92ea", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "dc98cb6e-4b94-4303-a8eb-424b7087f165", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "430193a3-12d7-46dd-98ad-a0929111b8fa", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "644cc8f0-3d7d-44e8-9d5e-b6456719214c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4d7bec75-7a29-4ee6-802c-396556a5c6bc", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "78ced001-f61f-4fee-8211-cb8ad4640c8b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e2b67c26-b1a5-40b4-be5d-25b4fe18081b", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e7a2d4f1-f817-4c43-918c-07da13c3e96a", "documentation": "Get clones", "method": "get", "endpoint": "characters/:character_id/clones/", "responses": [ { "uuid": "8681dbc4-2f98-4d5f-bc16-07f68885331c", "body": "{\n \"home_location\": {\n \"location_id\": {{faker 'number.int' max=99999}},\n \"location_type\": \"{{oneOf (array 'station' 'structure')}}\"\n },\n \"jump_clones\": [\n {\n \"implants\": [\n {{faker 'number.int' max=99999}}\n ],\n \"jump_clone_id\": {{faker 'number.int' max=99999}},\n \"location_id\": {{faker 'number.int' max=99999}},\n \"location_type\": \"{{oneOf (array 'station' 'structure')}}\",\n \"name\": \"\"\n }\n ],\n \"last_clone_jump_date\": \"{{faker 'date.recent' 365}}\",\n \"last_station_change_date\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 200, "label": "Clone information for the given character", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4510ffd6-baf7-4b34-ba86-7f69384932b9", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4315b6e1-5ddd-4fc7-83ec-c2156c960422", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3d89665a-c935-442d-8390-f6f6d8b022f6", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "74a3fc24-7bdd-4965-9b4c-b8064477aab0", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5e3d2f87-e1ab-4c51-9a4a-6cc17f81c081", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0185846e-f3cd-486e-b7f7-97d84415ee0c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b53df461-f6b1-438d-8ab5-b2270dcc8e61", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ee12a086-cb94-45fc-a64c-2dcbca52cd6d", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f4961d09-b4bf-4870-ab79-964bd8d33640", "documentation": "Delete contacts", "method": "delete", "endpoint": "characters/:character_id/contacts/", "responses": [ { "uuid": "ae5eb12b-591b-46e2-99c2-6cd315ab1bf4", "body": "", "latency": 0, "statusCode": 204, "label": "Contacts deleted", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "27cc9ee8-f857-4fdd-8f06-f92b402abc35", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "52160a31-bd04-4d89-9fff-db6e26dc786c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4be836b0-1c3e-40cb-ac3f-794eeca3a4e1", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b9ddb009-0470-4791-b125-98e53c090616", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0707c5ae-e171-46da-bbb6-b7aee03e20c1", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a7120d01-9fdf-47ce-87ca-106701f586e1", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cdb69a19-4bf0-4c71-bddc-5c844df6ac35", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b9bfd07c-6fdd-484b-a31b-ffe00a234609", "documentation": "Get contacts", "method": "get", "endpoint": "characters/:character_id/contacts/", "responses": [ { "uuid": "f2df3ee2-ca7a-414f-92aa-bbd8046829dc", "body": "[\n {\n \"contact_id\": {{faker 'number.int' max=99999}},\n \"contact_type\": \"{{oneOf (array 'character' 'corporation' 'alliance' 'faction')}}\",\n \"is_blocked\": {{faker 'datatype.boolean'}},\n \"is_watched\": {{faker 'datatype.boolean'}},\n \"label_ids\": [\n {{faker 'number.int' max=99999}}\n ],\n \"standing\": {{faker 'number.float'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of contacts", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4222a8be-199e-4b34-9a5f-ae823cb472af", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "60414bfc-b68e-41b7-b9cc-545dd8b33f9b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ffa64d0e-27e4-44a3-b12d-2d1e4aadc32d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d1091568-84ea-4d0f-a819-24760cffccbf", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0ae126bd-f7a2-4735-a76f-95150c140adf", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "20c7ced2-10e2-4639-b92f-f0017397af56", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c121e1ec-09f8-4747-bc59-c51668bf2893", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4fd20057-136e-4576-9810-71c4f6e49ee6", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ce6302a0-1c6c-4b7f-8e34-4a2767ea0f5d", "documentation": "Add contacts", "method": "post", "endpoint": "characters/:character_id/contacts/", "responses": [ { "uuid": "d06f583b-022a-4db5-b20c-9fdb1fdc6fd3", "body": "[\n {{faker 'number.int' max=99999}}\n]", "latency": 0, "statusCode": 201, "label": "A list of contact ids that successfully created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6ae62a96-cd2e-4670-8319-3d2124b713e5", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4bdef30b-44d7-4ead-9c84-994db1e98f66", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "762881a8-26e5-4ca9-9dab-671eb11a6908", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c8e8d90c-83eb-4203-b4c2-a4e5054c9743", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "94e81d8a-3bc9-4344-b730-02baf66f3fcf", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ad4ae65c-2b85-4d09-8234-26c6d9c6859a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ae906dcc-97fc-40fe-a9fc-5d782816fe6b", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bfe3741c-28d9-47e1-9432-b2501c79a3c7", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 520, "label": "Internal error thrown from the EVE server", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "05d04af9-506e-45e7-b44f-1133c148734b", "documentation": "Edit contacts", "method": "put", "endpoint": "characters/:character_id/contacts/", "responses": [ { "uuid": "de90abcd-b025-4c39-9e8a-98866a18096f", "body": "", "latency": 0, "statusCode": 204, "label": "Contacts updated", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b426e2cd-3af5-4b99-ab25-2b0855957fdf", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ebd31dd1-2535-438e-b7e8-3ed219cf12e8", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5e9dd573-a70c-47e1-a722-bdc06f24ab0b", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "af40a22b-3510-45ec-82bb-7da4e0d76b30", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "01f360f1-c523-42cd-9b3a-012418291e61", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c6a1f04f-b73e-42b9-a7ed-1a64b6dff4ce", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "265646b2-d64a-451d-a435-08973c6ba1d3", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f4400c9a-8001-4b16-9032-4997f467ffec", "documentation": "Get contact labels", "method": "get", "endpoint": "characters/:character_id/contacts/labels/", "responses": [ { "uuid": "742c29d5-8e70-4e63-985b-cb2c07000c86", "body": "[\n {\n \"label_id\": {{faker 'number.int' max=99999}},\n \"label_name\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of contact labels", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ebfe4bb2-171c-4135-989c-b65062fc8bb9", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6cb775ee-b79b-492d-bb92-474e9dd1117a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2495d01a-8dc7-48ca-b149-e735fd77f807", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "87301bd3-4807-4324-8841-f7ae9173e7bb", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c9517e97-bcbb-4e41-b1fa-ecaf5e97ebcb", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fed7c5b0-e4dc-4c80-b93b-b40854254a5e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1f024470-2451-432e-aca0-46cadb0428ac", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a8d4ca85-32f5-42f2-b4c8-f6653889efae", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d6e02af1-e991-4daa-bada-980cddea6b6b", "documentation": "Get contracts", "method": "get", "endpoint": "characters/:character_id/contracts/", "responses": [ { "uuid": "c30c942f-5b3f-4a22-88c4-cd5df790d068", "body": "[\n {\n \"acceptor_id\": {{faker 'number.int' max=99999}},\n \"assignee_id\": {{faker 'number.int' max=99999}},\n \"availability\": \"{{oneOf (array 'public' 'personal' 'corporation' 'alliance')}}\",\n \"buyout\": {{faker 'number.float'}},\n \"collateral\": {{faker 'number.float'}},\n \"contract_id\": {{faker 'number.int' max=99999}},\n \"date_accepted\": \"{{faker 'date.recent' 365}}\",\n \"date_completed\": \"{{faker 'date.recent' 365}}\",\n \"date_expired\": \"{{faker 'date.recent' 365}}\",\n \"date_issued\": \"{{faker 'date.recent' 365}}\",\n \"days_to_complete\": {{faker 'number.int' max=99999}},\n \"end_location_id\": {{faker 'number.int' max=99999}},\n \"for_corporation\": {{faker 'datatype.boolean'}},\n \"issuer_corporation_id\": {{faker 'number.int' max=99999}},\n \"issuer_id\": {{faker 'number.int' max=99999}},\n \"price\": {{faker 'number.float'}},\n \"reward\": {{faker 'number.float'}},\n \"start_location_id\": {{faker 'number.int' max=99999}},\n \"status\": \"{{oneOf (array 'outstanding' 'in_progress' 'finished_issuer' 'finished_contractor' 'finished' 'cancelled' 'rejected' 'failed' 'deleted' 'reversed')}}\",\n \"title\": \"\",\n \"type\": \"{{oneOf (array 'unknown' 'item_exchange' 'auction' 'courier' 'loan')}}\",\n \"volume\": {{faker 'number.float'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of contracts", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "826b73c9-bc51-467e-b110-5736ab7e9446", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "73429533-7745-4c43-9ad1-e59526e69d4f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "63bedd36-d1a7-47d4-a08d-1ed911e776a6", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "dae83db1-fb1d-40de-ac4f-23ea15100b50", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1c2d50a4-f74d-4c91-927a-cb5662a2af0a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1dba5376-8756-4b90-b34d-7020f265020f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e840fee2-4549-4bd4-83e1-e43e00e6e3e6", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f380d440-b7ba-4b9d-bb2a-294ab3088169", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d0ab0081-175d-4218-bf18-aa120f368cf2", "documentation": "Get contract bids", "method": "get", "endpoint": "characters/:character_id/contracts/:contract_id/bids/", "responses": [ { "uuid": "6f10a41e-b2ed-40b4-9078-92526091d072", "body": "[\n {\n \"amount\": {{faker 'number.float'}},\n \"bid_id\": {{faker 'number.int' max=99999}},\n \"bidder_id\": {{faker 'number.int' max=99999}},\n \"date_bid\": \"{{faker 'date.recent' 365}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of bids", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "47421e12-162a-4345-92de-a3c69e384af0", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4092a453-5186-4764-824f-904fff8c2e6c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c53c8532-c289-4814-96c4-a2480ba9c612", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b3daefc5-dee9-4125-bf88-5cdb26a93255", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fd86c04c-cb1a-4bb0-a284-10955b6c053b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0a7aa59b-40c0-4dad-944e-5f3ea8a86df5", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9658bbb1-8a8c-40f9-910d-c7c7b42a0acd", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ea33d5cc-cb50-40df-8b8e-b541201545f8", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a244af4c-64b9-420c-b14c-6d8e2844cb2e", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "19b08802-23e2-41b8-a282-b40f9b6890d8", "documentation": "Get contract items", "method": "get", "endpoint": "characters/:character_id/contracts/:contract_id/items/", "responses": [ { "uuid": "0787a40e-2e9a-4f5f-aea9-f47d4313a1bb", "body": "[\n {\n \"is_included\": {{faker 'datatype.boolean'}},\n \"is_singleton\": {{faker 'datatype.boolean'}},\n \"quantity\": {{faker 'number.int' max=99999}},\n \"raw_quantity\": {{faker 'number.int' max=99999}},\n \"record_id\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of items in this contract", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "257ae4a6-f800-4b3c-b58e-ad5e62d5d6f5", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8693512a-34fc-486c-b914-3ba9ecc8b208", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0f315b89-2ac7-4af4-862b-112918c580b1", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "037a9827-6276-4f1b-bcc3-b643de1d6552", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b4d6a9ca-76b4-42dd-8659-776f1c35f2b5", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "aded9005-5983-4f2d-be09-b3ad3d919e6c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "26709365-3e63-466b-b1d9-5ce7fc14db0e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "433414f7-8d0c-4e0f-8354-9e64b27ec312", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "22a3aa22-422b-4a8b-bdce-7f1f92f78ca7", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b21b67f8-83e4-4e03-b26f-d44383221d29", "documentation": "Get corporation history", "method": "get", "endpoint": "characters/:character_id/corporationhistory/", "responses": [ { "uuid": "95495e6d-2b51-41c6-9a27-fe37dacb310c", "body": "[\n {\n \"corporation_id\": {{faker 'number.int' max=99999}},\n \"is_deleted\": {{faker 'datatype.boolean'}},\n \"record_id\": {{faker 'number.int' max=99999}},\n \"start_date\": \"{{faker 'date.recent' 365}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Corporation history for the given character", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "14550726-90fd-434e-aaf7-b136bb29f071", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "389b5215-a0e4-4795-b600-05c97ef3c827", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "03e5a301-36b2-4df6-9a15-ff16277840fe", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4851a65b-5ec1-474a-9861-f21409b5507a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e18965e6-dfe4-48d1-84c0-c569a58d3645", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9f49c553-35e1-4594-91c8-8ab24bfdd1ae", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3077094f-5137-4003-9e49-808b164236f3", "documentation": "Calculate a CSPA charge cost", "method": "post", "endpoint": "characters/:character_id/cspa/", "responses": [ { "uuid": "233a39f0-3a98-4ef8-a260-26ad879335de", "body": "{{faker 'number.float'}}", "latency": 0, "statusCode": 201, "label": "Aggregate cost of sending a mail from the source character to the target characters, in ISK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bc7871fd-f032-44e7-bcb2-07389d6b1dcb", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "06a33d0d-9915-4bce-8cf0-a31fd859e428", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "55df0f9f-031d-4294-b299-1909ece1ffda", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "60a3f16d-0b8c-4b6d-8ce2-7af8bed8e229", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5b72c071-4308-4494-a718-2b065398a021", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c715f0ed-360a-48e0-9206-97db630f6357", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "70a3037a-8fc1-42e5-b1ba-03eb7ca7e138", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c8e7538b-cfba-4812-85b4-9bc45b0166c2", "documentation": "Get jump fatigue", "method": "get", "endpoint": "characters/:character_id/fatigue/", "responses": [ { "uuid": "a3fd861b-97f0-4075-994e-36a8be24e783", "body": "{\n \"jump_fatigue_expire_date\": \"{{faker 'date.recent' 365}}\",\n \"last_jump_date\": \"{{faker 'date.recent' 365}}\",\n \"last_update_date\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 200, "label": "Jump activation and fatigue information", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1f4725c8-836a-419d-97ee-9bfe2ea7e96a", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "95097bf2-6a94-4c9c-b16e-3cd6cc613e6a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "308cfd94-f091-4405-a17a-88f5253d02ec", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "30986703-d4b8-48d3-8bc9-7e1eb94ba3f4", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8291d765-36a4-4202-86c0-d95a192bed36", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "38fc0e43-1653-45e8-858f-a9b6df018d52", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a06cf884-1ae6-4a54-acd8-78eff99b8370", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "dff5325c-9e45-44f6-b42d-cfdc786d1c45", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e5256d7a-615e-409e-99f6-b6014621ce65", "documentation": "Get fittings", "method": "get", "endpoint": "characters/:character_id/fittings/", "responses": [ { "uuid": "96e49912-0d4e-49b1-ad83-5a38fb325dab", "body": "[\n {\n \"description\": \"\",\n \"fitting_id\": {{faker 'number.int' max=99999}},\n \"items\": [\n {\n \"flag\": {{faker 'number.int' max=99999}},\n \"quantity\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"name\": \"\",\n \"ship_type_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of fittings", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3766dce4-6602-41b6-99f9-605863cead6d", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ea828e54-c142-4d01-8a47-b33dc766c7fa", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "91920865-9fe3-4b7b-96cb-b396e8caa9d2", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ad559848-5b8c-480c-baa5-263503d9ac74", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "75acabdb-7c36-4e97-9d53-35d0b9f29e5b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e405b971-ef3a-4334-a7db-08acecd7c541", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "31c654a3-04b3-48e5-97c8-0c88dd0f3ff8", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8b1c0407-e58c-471b-a696-2df111650b8d", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "49864a2d-e7aa-4b80-9b8b-a78a6fc9fe96", "documentation": "Create fitting", "method": "post", "endpoint": "characters/:character_id/fittings/", "responses": [ { "uuid": "8b945132-1490-4fe2-9959-f327e59502f8", "body": "{\n \"fitting_id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 201, "label": "A list of fittings", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "306e235f-de07-408d-85d0-18f508e152d1", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "686010e9-2806-4172-84b7-8dcfd96d384e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d8a1c87a-3c06-447e-af43-d77af7fc8e60", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b7221bd6-7ca9-4a6e-8323-16639a2632e8", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7ae00061-4a52-4ee1-9972-a50ce6bcfd6a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f8c543a9-44cc-4991-af66-58cc80248659", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9f461f18-e861-4627-b1c2-195de90c07ef", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2c189eeb-7bb3-44be-b1b6-2606aae2649c", "documentation": "Delete fitting", "method": "delete", "endpoint": "characters/:character_id/fittings/:fitting_id/", "responses": [ { "uuid": "889dd8b3-d61d-47b9-9686-df28bf429400", "body": "", "latency": 0, "statusCode": 204, "label": "Fitting deleted", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a665923c-5cab-4675-a5ed-0d1dd999adbd", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5214ae51-7bb2-40e3-bc4e-eebd4458ea50", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0c12f68a-fe18-4a54-b130-0fd88dfc9c60", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "39c3d9ca-442e-416f-80ec-24821c63f8b9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a29100d1-e54c-4e3b-8561-c3db9b39e40d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "824b1bfd-f660-4d09-a86b-6196b0219358", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2af0c152-4f2d-4e9c-89e9-bb19c7b6ce16", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a1c8a3c9-5e97-424c-9c3e-0aed84894c93", "documentation": "Get character fleet info", "method": "get", "endpoint": "characters/:character_id/fleet/", "responses": [ { "uuid": "439f6d10-162e-4d3d-a2c1-272ff9d76426", "body": "{\n \"fleet_id\": {{faker 'number.int' max=99999}},\n \"role\": \"{{oneOf (array 'fleet_commander' 'squad_commander' 'squad_member' 'wing_commander')}}\",\n \"squad_id\": {{faker 'number.int' max=99999}},\n \"wing_id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Details about the character's fleet", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c5f9cf29-6f29-49fc-a2e5-fb6853e16865", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5d65ce78-a6f5-4c70-9bd9-7fac832dd9bf", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b269d6cb-62c3-4d78-878a-40cd886142e2", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5f248a2f-9a40-4cc8-88ed-3a8f5e63c0b3", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "866212bb-4042-482d-907d-f2fa15d8d45f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "The character is not in a fleet", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "899a2671-592a-4fea-a966-8fa0ce2479d7", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e82ea091-0ad0-4f9f-b280-53223e63f03e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "99f338d1-c8d2-478a-9194-0821f5573b67", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "75b9b5b0-89c5-40f1-879e-0ac4a01e7960", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5ee293fc-4f40-4e81-87cf-784947ca53b6", "documentation": "Overview of a character involved in faction warfare", "method": "get", "endpoint": "characters/:character_id/fw/stats/", "responses": [ { "uuid": "83cae2e2-1da0-4d7a-8f65-325454c7523b", "body": "{\n \"current_rank\": {{faker 'number.int' max=99999}},\n \"enlisted_on\": \"{{faker 'date.recent' 365}}\",\n \"faction_id\": {{faker 'number.int' max=99999}},\n \"highest_rank\": {{faker 'number.int' max=99999}},\n \"kills\": {\n \"last_week\": {{faker 'number.int' max=99999}},\n \"total\": {{faker 'number.int' max=99999}},\n \"yesterday\": {{faker 'number.int' max=99999}}\n },\n \"victory_points\": {\n \"last_week\": {{faker 'number.int' max=99999}},\n \"total\": {{faker 'number.int' max=99999}},\n \"yesterday\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Faction warfare statistics for a given character", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c0b30f30-2aa5-4458-8399-da7ac49e16b2", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a3cc7244-431e-4e2c-a8dc-e585d245e75e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e2b345b2-c348-40f3-bf43-a6019f5d056a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0323a152-63e1-431a-a76f-299c8f5862e3", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "33ae8660-c394-4201-afcb-60b2d1d44a85", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "49f7b560-287a-49ac-bb6d-73b3fa3ed936", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "32e7b389-e774-479d-86e6-8200e3506ff4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "42a366c2-dbea-42cc-956a-45a46e0cde6e", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8a4bdc75-bc16-47ed-b548-c57d4cbf25b6", "documentation": "Get active implants", "method": "get", "endpoint": "characters/:character_id/implants/", "responses": [ { "uuid": "b9b8d744-a5da-4486-bed9-cbd76b44e7c5", "body": "[\n {{faker 'number.int' max=99999}}\n]", "latency": 0, "statusCode": 200, "label": "A list of implant type ids", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e350da89-8f4c-433a-b605-7374a8e35958", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0575cb28-9809-4970-b3eb-abc84420ada8", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8c93616b-5cbb-47e1-bba6-c9e30f1b4c38", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3f006d5c-5b28-4aaa-8b18-6d6ec4ca283d", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b67cba6a-010c-4a0b-a01f-c5a6f87c6856", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "488f315d-14d9-4966-80c8-df94de961fd1", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6a51cfc9-3d15-4031-932e-88c6b5bffb56", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "858553c7-270c-4fd6-b6a4-ed3eabb51c3d", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bbcc4612-6465-4892-883f-693026075cbd", "documentation": "List character industry jobs", "method": "get", "endpoint": "characters/:character_id/industry/jobs/", "responses": [ { "uuid": "2e9dc365-93d1-4973-bf42-bcdbc2cef779", "body": "[\n {\n \"activity_id\": {{faker 'number.int' max=99999}},\n \"blueprint_id\": {{faker 'number.int' max=99999}},\n \"blueprint_location_id\": {{faker 'number.int' max=99999}},\n \"blueprint_type_id\": {{faker 'number.int' max=99999}},\n \"completed_character_id\": {{faker 'number.int' max=99999}},\n \"completed_date\": \"{{faker 'date.recent' 365}}\",\n \"cost\": {{faker 'number.float'}},\n \"duration\": {{faker 'number.int' max=99999}},\n \"end_date\": \"{{faker 'date.recent' 365}}\",\n \"facility_id\": {{faker 'number.int' max=99999}},\n \"installer_id\": {{faker 'number.int' max=99999}},\n \"job_id\": {{faker 'number.int' max=99999}},\n \"licensed_runs\": {{faker 'number.int' max=99999}},\n \"output_location_id\": {{faker 'number.int' max=99999}},\n \"pause_date\": \"{{faker 'date.recent' 365}}\",\n \"probability\": {{faker 'number.float'}},\n \"product_type_id\": {{faker 'number.int' max=99999}},\n \"runs\": {{faker 'number.int' max=99999}},\n \"start_date\": \"{{faker 'date.recent' 365}}\",\n \"station_id\": {{faker 'number.int' max=99999}},\n \"status\": \"{{oneOf (array 'active' 'cancelled' 'delivered' 'paused' 'ready' 'reverted')}}\",\n \"successful_runs\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Industry jobs placed by a character", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c4b2dfe7-1b51-4038-a8ee-f55bc9d21151", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "88851ca4-dac0-48a5-8979-26297e90b0a2", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "478ff20d-1d3b-4edf-ba41-a334f0447890", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "dd0ab75d-88ad-444b-92db-76e777a28515", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f0f185d8-dd8b-4eae-ab45-34d8abe651e6", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "06dc8870-4ba7-4861-8c62-eb5bb145c2a2", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "096497a3-d538-429b-bc3f-aed28318e667", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "eeae91b4-9245-4567-ac30-89009d3e96d8", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5484c1fc-5b0f-4671-bf73-a46c7afddb1d", "documentation": "Get a character's recent kills and losses", "method": "get", "endpoint": "characters/:character_id/killmails/recent/", "responses": [ { "uuid": "719346f4-fb50-4ade-9083-5224e8f26dcc", "body": "[\n {\n \"killmail_hash\": \"\",\n \"killmail_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of killmail IDs and hashes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3bc2296d-9932-4c37-abc1-0b35b90b4582", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2042e9d9-b63e-459b-9edf-180ccd633ceb", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e73a60e5-1d7f-4368-a9a1-9e3984985695", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7fbfc9d6-ea35-486e-9e00-33c0c2bbaba1", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e271d089-ec67-4702-bebd-eaee15a09254", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "39938233-d1d5-4521-8a89-1152f084b244", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b60c24d4-8a1c-412e-8cb1-ed0438c41032", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d7d0d36e-b505-49fe-bf92-4244d60bac6e", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a9179e1c-f38a-46b6-97b9-4751e318113f", "documentation": "Get character location", "method": "get", "endpoint": "characters/:character_id/location/", "responses": [ { "uuid": "022b36e3-7e5e-4d8f-b5cc-79253d6c1c90", "body": "{\n \"solar_system_id\": {{faker 'number.int' max=99999}},\n \"station_id\": {{faker 'number.int' max=99999}},\n \"structure_id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Information about the characters current location. Returns the current solar system id, and also the current station or structure ID if applicable", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "cf03e560-21eb-46b3-b2da-fdb0b16f3e09", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "157cbcf5-ce4b-43b2-b50d-4419be7b9052", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6cb8b571-53c8-4c00-9a5f-26da59f6c385", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c5832cde-b7b3-45f0-8fe6-2ad64f5a9908", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "405b181c-75dd-4592-b6a8-33beda951b35", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ecd53dd5-258a-43a0-8008-52b27a9f49af", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8f93156c-3604-44d1-9b40-665f44d877aa", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fa2756c0-ae1e-46dc-a261-838cac0e2927", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5423c183-1e05-4908-a0a8-286d68929a2e", "documentation": "Get loyalty points", "method": "get", "endpoint": "characters/:character_id/loyalty/points/", "responses": [ { "uuid": "43207e12-fbbf-4a55-bab9-96260f7187cb", "body": "[\n {\n \"corporation_id\": {{faker 'number.int' max=99999}},\n \"loyalty_points\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of loyalty points", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "487d2d14-d7e9-4642-888e-a17a02ca717a", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bc9faa25-d341-490d-8f7e-6039619e4311", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "59391625-a265-4ee4-abad-d63e5a55bc40", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3f9a602a-3497-4eae-9267-e846fcea5f8b", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3bce6558-55da-437b-9184-1051d746cae4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3fa8a157-bdaf-4b3e-a93e-cc73154d5c67", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a80b37c8-a7b4-4bda-944e-bf93c8ce1bb9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c64e7218-63c4-485d-b0e7-f4500f25a5df", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "be5bb1f6-1691-4f36-a6dd-680d38a7e909", "documentation": "Return mail headers", "method": "get", "endpoint": "characters/:character_id/mail/", "responses": [ { "uuid": "4ebc15ce-8442-46cd-a70e-4f555f2fd027", "body": "[\n {\n \"from\": {{faker 'number.int' max=99999}},\n \"is_read\": {{faker 'datatype.boolean'}},\n \"labels\": [\n {{faker 'number.int' max=99999}}\n ],\n \"mail_id\": {{faker 'number.int' max=99999}},\n \"recipients\": [\n {\n \"recipient_id\": {{faker 'number.int' max=99999}},\n \"recipient_type\": \"{{oneOf (array 'alliance' 'character' 'corporation' 'mailing_list')}}\"\n }\n ],\n \"subject\": \"\",\n \"timestamp\": \"{{faker 'date.recent' 365}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "The requested mail", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "896af5a5-a8fd-4c41-9c4b-6bf2ad977f42", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9b038052-18f5-4a65-8cef-966fe277798c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "43c82b98-140d-4de4-9aab-f22338c66585", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4c945f79-d097-413f-9e6f-f5d38338aab7", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a9a01b8a-d62f-4d0c-be63-0e7143b3e734", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "98d70d44-1535-419b-a384-a4c5ed49d937", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "aab43c9e-27a5-4f21-8fde-a5e42cc46369", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "33aebc3c-c28b-4ab6-ae59-e222e643270e", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "88ed7f7a-564d-4dac-b397-576e6e0eba75", "documentation": "Send a new mail", "method": "post", "endpoint": "characters/:character_id/mail/", "responses": [ { "uuid": "03860035-8376-4a9a-bd7e-02c256816a2a", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 201, "label": "Mail created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "cf6ae705-f8a2-49dd-b60c-c9a7e491e5ba", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "49e34be5-e88d-409b-b0dc-a11362937711", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "87adde7c-6e47-4284-bddc-f372cd24dd59", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b4a68f65-0c46-4d32-a838-c6ce806bc76a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ea2fbb1e-6eb1-40e1-87a6-f3c8bd4ee29a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c367d9f2-1a7a-404c-b6e0-45bd48036f42", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6578cc6a-7877-43be-8152-5b594305eb03", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "70670b50-63e8-4109-a6be-a7f88d9cce38", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 520, "label": "Internal error thrown from the EVE server. Most of the time this means you have hit an EVE server rate limit", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f844e389-082d-4ad9-8c1d-7025b772a622", "documentation": "Get mail labels and unread counts", "method": "get", "endpoint": "characters/:character_id/mail/labels/", "responses": [ { "uuid": "5cd3a9c5-1db4-49b0-8f50-031e2fc91103", "body": "{\n \"labels\": [\n {\n \"color\": \"{{oneOf (array '#0000fe' '#006634' '#0099ff' '#00ff33' '#01ffff' '#349800' '#660066' '#666666' '#999999' '#99ffff' '#9a0000' '#ccff9a' '#e6e6e6' '#fe0000' '#ff6600' '#ffff01' '#ffffcd' '#ffffff')}}\",\n \"label_id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"unread_count\": {{faker 'number.int' max=99999}}\n }\n ],\n \"total_unread_count\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "A list of mail labels and unread counts", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b0fe9188-ef0d-47b4-8c16-958514d070cf", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "478c0c2e-bc7e-48dc-ae60-11f686898d45", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "293e9667-ff6d-4d2d-8063-fe64f55861ab", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6dd800e3-1706-43e1-a04c-6043ec7004b1", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "50d39d5d-8e05-4e71-bacc-15a1d350c848", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "343021d2-5803-4f98-be61-555c769f56e9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "eaaefa9f-612f-48b7-b41d-88746fc3a0a5", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5f881d8b-88f3-4ccb-8954-f44cff94ea4a", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ca2e856b-dcbd-4cee-b245-b4138a8871cf", "documentation": "Create a mail label", "method": "post", "endpoint": "characters/:character_id/mail/labels/", "responses": [ { "uuid": "16eb8248-f926-4543-a884-d25c4ac61921", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 201, "label": "Label created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9414f72b-883c-4858-969a-8644f6a792d0", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1eb9c3c7-efc4-43fb-921d-70aaefa8539c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2c453900-d972-4a28-a845-ef04e00e9bda", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a3a7f659-d2d4-40e0-ab1b-1e367c9e71cb", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e135494c-4dab-4c29-a617-e6202e9aca6e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "16a5a3ff-e3b7-47cf-8e68-1353951a3832", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "100c1fd7-6b47-4ebb-af23-bb9d9dd6451c", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "781957ea-b2c8-4cd8-a280-275d5de925e5", "documentation": "Delete a mail label", "method": "delete", "endpoint": "characters/:character_id/mail/labels/:label_id/", "responses": [ { "uuid": "d22e4c55-fccb-45ae-a6f0-71e72ecd8970", "body": "", "latency": 0, "statusCode": 204, "label": "Label deleted", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c06a14ec-212a-4f41-a9eb-91faf3b5ab99", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "86780a1f-e66a-43cc-9c98-d1284b13c090", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a29c534f-ea59-4a9c-8ec1-74e4bfcf59be", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cf0fcb9a-b480-4f5a-8645-f09f2aa4f405", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "419bd2ee-b682-45e6-8a05-4390809e42c6", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Default labels cannot be deleted", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1e0cfbd9-d864-4f91-904c-3e42c7845e6f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fc3eac56-b30c-4ab6-9d2f-c46310e388f0", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b4e12372-72ec-4147-b7fa-6877c3f0448e", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a8b8a772-a225-450a-9ead-1528a8a1708f", "documentation": "Return mailing list subscriptions", "method": "get", "endpoint": "characters/:character_id/mail/lists/", "responses": [ { "uuid": "12fbea65-7b64-4c22-a750-74d6a16b4c4a", "body": "[\n {\n \"mailing_list_id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Mailing lists", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8b211afd-dbd8-4e94-b386-1cc25c69130c", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "af939801-cec2-4848-9475-a1fdcdc88b1f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0abb0c10-1614-48ca-9367-2188b6244810", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fef9fe38-53fa-488a-993f-57b93ed51d7d", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "44bb5141-7d41-464c-ba40-f92a362e8ef0", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7d28465f-2d41-4e56-9111-0adce0aa1d3a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6cd90ea5-6004-4a77-875f-10d4b0f5f9e4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "657721ab-86ec-4202-86ae-a91cb01abca2", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9d04e16b-5c82-496e-ab0a-a038bc0b125a", "documentation": "Delete a mail", "method": "delete", "endpoint": "characters/:character_id/mail/:mail_id/", "responses": [ { "uuid": "5ddaf49a-12fd-480c-bc50-a2e124ca5578", "body": "", "latency": 0, "statusCode": 204, "label": "Mail deleted", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7d92c550-75a8-4b78-a510-9d76fe600086", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cf42413d-d6ff-456f-8ca6-71f2f9eb6deb", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4c1d7920-9367-4e26-8262-440f521d5a12", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ae1fcb9e-c2ed-45cf-8127-02491a6681a6", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7057ce5f-6a1f-4f14-af56-11e275d486b6", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "aae04e83-f0e1-4b18-8774-b1533bce3bca", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "24a70cf7-5d7e-49e6-84e3-036c627b291f", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0de2d8e8-a973-49b8-b052-21c32e62f50b", "documentation": "Return a mail", "method": "get", "endpoint": "characters/:character_id/mail/:mail_id/", "responses": [ { "uuid": "08fd8d04-22c1-4859-92ae-e5505b8dc405", "body": "{\n \"body\": \"\",\n \"from\": {{faker 'number.int' max=99999}},\n \"labels\": [\n {{faker 'number.int' max=99999}}\n ],\n \"read\": {{faker 'datatype.boolean'}},\n \"recipients\": [\n {\n \"recipient_id\": {{faker 'number.int' max=99999}},\n \"recipient_type\": \"{{oneOf (array 'alliance' 'character' 'corporation' 'mailing_list')}}\"\n }\n ],\n \"subject\": \"\",\n \"timestamp\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 200, "label": "Contents of a mail", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "492836d3-bb1f-4ce9-b454-76480f974365", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e07c612e-c411-478a-ba86-25e41701e5ec", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b8d272a7-0109-4009-9bac-7ca826e66290", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9ca95007-2e08-4a74-99fe-b7592583451d", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "21297336-8d2f-4095-9590-c4ed6704f481", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Mail not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3c4755f2-123f-489f-918c-4739acbf6c7d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3d16d07e-a803-4a74-8d48-8ee379f40291", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "70f3dc42-49a9-4f74-b2e7-ca1665de685a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5a7a1021-a0f4-4444-a3fa-61bf4bdd1a67", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "993607a9-132d-4d81-a51d-81e1f5743ee6", "documentation": "Update metadata about a mail", "method": "put", "endpoint": "characters/:character_id/mail/:mail_id/", "responses": [ { "uuid": "52e943ef-dc58-4e34-9150-df5dcf64cd37", "body": "", "latency": 0, "statusCode": 204, "label": "Mail updated", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0bacdf69-0e17-4bed-8515-442d6fd00297", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5e1823b1-182f-4ce6-9d04-0895a919d8ef", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "afb0b98d-51bd-4118-94c1-af8b4a731896", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "092e9531-d2a2-49b0-bdca-89894d521a83", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9377b18b-1094-403c-89ca-ec7db9599fc2", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "53fafe6d-bfb4-4e74-9c0e-ff549395a370", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "67e91728-5db0-41fe-92b9-f39c149b8629", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b19ebfe4-f3f2-410f-a19f-c0a27ca0be2e", "documentation": "Get medals", "method": "get", "endpoint": "characters/:character_id/medals/", "responses": [ { "uuid": "5181b2ee-1265-43d6-9718-4ab5655c5b98", "body": "[\n {\n \"corporation_id\": {{faker 'number.int' max=99999}},\n \"date\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"graphics\": [\n {\n \"color\": {{faker 'number.int' max=99999}},\n \"graphic\": \"\",\n \"layer\": {{faker 'number.int' max=99999}},\n \"part\": {{faker 'number.int' max=99999}}\n }\n ],\n \"issuer_id\": {{faker 'number.int' max=99999}},\n \"medal_id\": {{faker 'number.int' max=99999}},\n \"reason\": \"\",\n \"status\": \"{{oneOf (array 'public' 'private')}}\",\n \"title\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of medals", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "26f0548f-f5e4-46b9-b8a3-03db03d09e46", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3967a135-45c7-43f8-8354-da65fbf3d42b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e3818c08-6d03-4cf5-80db-562fd68d16fc", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1d0d4ba6-58db-4c32-8d09-7746944e5fda", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "961fc0ed-7770-4439-93ab-1b1c5bc7d3d3", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3a0735dd-14a2-493b-bd22-c6afff893c2b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b24abe27-7908-45e7-b7cc-90fb23f1ef76", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "106488b9-3cf7-40cd-886d-825a41ee7a17", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f8fbd8c3-6dd9-4f42-9d65-a6ea2c4d0633", "documentation": "Character mining ledger", "method": "get", "endpoint": "characters/:character_id/mining/", "responses": [ { "uuid": "c0cd6197-035e-45c3-b09e-0491f0fcaea7", "body": "[\n {\n \"date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"solar_system_id\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Mining ledger of a character", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8c599dea-7255-4ad8-b3e4-3b7b8ae42a43", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a889894a-813b-4aa3-88bb-4e3323dcfd74", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ab584334-ffb4-4572-a57d-c36b27da4f51", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c17ba732-9b88-421a-a52d-ef09fb5cbfb7", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "59db27c3-1a12-4f32-8fe1-5f7287ca0eb9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ae28acde-775d-4b70-89f3-d428a93a82b4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "37d6cddb-9f3b-4d4e-a721-024aa715077b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3eef7580-2fdc-415a-ab25-fd05a14d754c", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c58d5f52-00d1-43b1-a009-2174523c4360", "documentation": "Get character notifications", "method": "get", "endpoint": "characters/:character_id/notifications/", "responses": [ { "uuid": "17b92d61-4956-4ea9-b8c4-c613cdd7d4d0", "body": "[\n {\n \"is_read\": {{faker 'datatype.boolean'}},\n \"notification_id\": {{faker 'number.int' max=99999}},\n \"sender_id\": {{faker 'number.int' max=99999}},\n \"sender_type\": \"{{oneOf (array 'character' 'corporation' 'alliance' 'faction' 'other')}}\",\n \"text\": \"\",\n \"timestamp\": \"{{faker 'date.recent' 365}}\",\n \"type\": \"{{oneOf (array 'AcceptedAlly' 'AcceptedSurrender' 'AllAnchoringMsg' 'AllMaintenanceBillMsg' 'AllStrucInvulnerableMsg' 'AllStructVulnerableMsg' 'AllWarCorpJoinedAllianceMsg' 'AllWarDeclaredMsg' 'AllWarInvalidatedMsg' 'AllWarRetractedMsg' 'AllWarSurrenderMsg' 'AllianceCapitalChanged' 'AllyContractCancelled' 'AllyJoinedWarAggressorMsg' 'AllyJoinedWarAllyMsg' 'AllyJoinedWarDefenderMsg' 'BattlePunishFriendlyFire' 'BillOutOfMoneyMsg' 'BillPaidCorpAllMsg' 'BountyClaimMsg' 'BountyESSShared' 'BountyESSTaken' 'BountyPlacedAlliance' 'BountyPlacedChar' 'BountyPlacedCorp' 'BountyYourBountyClaimed' 'BuddyConnectContactAdd' 'CharAppAcceptMsg' 'CharAppRejectMsg' 'CharAppWithdrawMsg' 'CharLeftCorpMsg' 'CharMedalMsg' 'CharTerminationMsg' 'CloneActivationMsg' 'CloneActivationMsg2' 'CloneMovedMsg' 'CloneRevokedMsg1' 'CloneRevokedMsg2' 'CombatOperationFinished' 'ContactAdd' 'ContactEdit' 'ContainerPasswordMsg' 'CorpAllBillMsg' 'CorpAppAcceptMsg' 'CorpAppInvitedMsg' 'CorpAppNewMsg' 'CorpAppRejectCustomMsg' 'CorpAppRejectMsg' 'CorpDividendMsg' 'CorpFriendlyFireDisableTimerCompleted' 'CorpFriendlyFireDisableTimerStarted' 'CorpFriendlyFireEnableTimerCompleted' 'CorpFriendlyFireEnableTimerStarted' 'CorpKicked' 'CorpLiquidationMsg' 'CorpNewCEOMsg' 'CorpNewsMsg' 'CorpOfficeExpirationMsg' 'CorpStructLostMsg' 'CorpTaxChangeMsg' 'CorpVoteCEORevokedMsg' 'CorpVoteMsg' 'CorpWarDeclaredMsg' 'CorpWarFightingLegalMsg' 'CorpWarInvalidatedMsg' 'CorpWarRetractedMsg' 'CorpWarSurrenderMsg' 'CustomsMsg' 'DeclareWar' 'DistrictAttacked' 'DustAppAcceptedMsg' 'EntosisCaptureStarted' 'FWAllianceKickMsg' 'FWAllianceWarningMsg' 'FWCharKickMsg' 'FWCharRankGainMsg' 'FWCharRankLossMsg' 'FWCharWarningMsg' 'FWCorpJoinMsg' 'FWCorpKickMsg' 'FWCorpLeaveMsg' 'FWCorpWarningMsg' 'FacWarCorpJoinRequestMsg' 'FacWarCorpJoinWithdrawMsg' 'FacWarCorpLeaveRequestMsg' 'FacWarCorpLeaveWithdrawMsg' 'FacWarLPDisqualifiedEvent' 'FacWarLPDisqualifiedKill' 'FacWarLPPayoutEvent' 'FacWarLPPayoutKill' 'GameTimeAdded' 'GameTimeReceived' 'GameTimeSent' 'GiftReceived' 'IHubDestroyedByBillFailure' 'IncursionCompletedMsg' 'IndustryOperationFinished' 'IndustryTeamAuctionLost' 'IndustryTeamAuctionWon' 'InfrastructureHubBillAboutToExpire' 'InsuranceExpirationMsg' 'InsuranceFirstShipMsg' 'InsuranceInvalidatedMsg' 'InsuranceIssuedMsg' 'InsurancePayoutMsg' 'JumpCloneDeletedMsg1' 'JumpCloneDeletedMsg2' 'KillReportFinalBlow' 'KillReportVictim' 'KillRightAvailable' 'KillRightAvailableOpen' 'KillRightEarned' 'KillRightUnavailable' 'KillRightUnavailableOpen' 'KillRightUsed' 'LocateCharMsg' 'MadeWarMutual' 'MercOfferedNegotiationMsg' 'MissionOfferExpirationMsg' 'MissionTimeoutMsg' 'MoonminingAutomaticFracture' 'MoonminingExtractionCancelled' 'MoonminingExtractionFinished' 'MoonminingExtractionStarted' 'MoonminingLaserFired' 'NPCStandingsGained' 'NPCStandingsLost' 'OfferedSurrender' 'OfferedToAlly' 'OldLscMessages' 'OperationFinished' 'OrbitalAttacked' 'OrbitalReinforced' 'OwnershipTransferred' 'ReimbursementMsg' 'ResearchMissionAvailableMsg' 'RetractsWar' 'SeasonalChallengeCompleted' 'SovAllClaimAquiredMsg' 'SovAllClaimLostMsg' 'SovCommandNodeEventStarted' 'SovCorpBillLateMsg' 'SovCorpClaimFailMsg' 'SovDisruptorMsg' 'SovStationEnteredFreeport' 'SovStructureDestroyed' 'SovStructureReinforced' 'SovStructureSelfDestructCancel' 'SovStructureSelfDestructFinished' 'SovStructureSelfDestructRequested' 'SovereigntyIHDamageMsg' 'SovereigntySBUDamageMsg' 'SovereigntyTCUDamageMsg' 'StationAggressionMsg1' 'StationAggressionMsg2' 'StationConquerMsg' 'StationServiceDisabled' 'StationServiceEnabled' 'StationStateChangeMsg' 'StoryLineMissionAvailableMsg' 'StructureAnchoring' 'StructureCourierContractChanged' 'StructureDestroyed' 'StructureFuelAlert' 'StructureItemsDelivered' 'StructureItemsMovedToSafety' 'StructureLostArmor' 'StructureLostShields' 'StructureOnline' 'StructureServicesOffline' 'StructureUnanchoring' 'StructureUnderAttack' 'StructureWentHighPower' 'StructureWentLowPower' 'StructuresJobsCancelled' 'StructuresJobsPaused' 'StructuresReinforcementChanged' 'TowerAlertMsg' 'TowerResourceAlertMsg' 'TransactionReversalMsg' 'TutorialMsg' 'WarAllyOfferDeclinedMsg' 'WarSurrenderDeclinedMsg' 'WarSurrenderOfferMsg')}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Returns your recent notifications", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "291ed95b-f26e-436c-a9f3-915d4cd221ca", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0f777842-e8d7-45ea-ba48-f193409bdd35", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "aa1686e8-280d-4cd7-bb05-5c4df747002d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cb860f1e-b35c-4bb0-82b7-c10654dd6295", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4e373572-73f8-45ec-8c3e-636b7307a164", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b4134a3d-b306-40ab-bd2c-a596a2878044", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "29698fae-2318-4271-9467-ac493c5679d0", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4bfe1d0f-308b-450c-aa40-9e6f7522da23", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a6d07d3e-51c5-4f58-ba1a-58d112997dd6", "documentation": "Get new contact notifications", "method": "get", "endpoint": "characters/:character_id/notifications/contacts/", "responses": [ { "uuid": "00658087-f957-4521-b807-776259e1e3c4", "body": "[\n {\n \"message\": \"\",\n \"notification_id\": {{faker 'number.int' max=99999}},\n \"send_date\": \"{{faker 'date.recent' 365}}\",\n \"sender_character_id\": {{faker 'number.int' max=99999}},\n \"standing_level\": {{faker 'number.float'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of contact notifications", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d2979e03-eaea-407f-ab44-91692ffe03b6", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "079d1aeb-f712-442d-a18f-4a5d4a913228", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2251e593-cf75-4917-9035-6b2572577435", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ba9b268c-f1c4-4b95-9a1f-79520a0f3d0f", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b33b5644-27b1-4b08-bd24-670a572cde1c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6f185a12-ee12-47f6-92b5-32785f6448ba", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c95b4846-cf13-4045-a526-b02fafc5ec5e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6969cc2a-42b0-4085-a947-0a2a4b87473f", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "524b79c3-c777-450c-a51e-583e001d0702", "documentation": "Get character online", "method": "get", "endpoint": "characters/:character_id/online/", "responses": [ { "uuid": "243620ec-13a0-4c64-9bfe-ff95170fe975", "body": "{\n \"last_login\": \"{{faker 'date.recent' 365}}\",\n \"last_logout\": \"{{faker 'date.recent' 365}}\",\n \"logins\": {{faker 'number.int' max=99999}},\n \"online\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "Object describing the character's online status", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5482aabf-2bf3-491a-bd88-a73d3b45067c", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6b61268a-4f5e-45ed-8d21-ad357c651dd3", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6c899f4c-2b75-4838-ad98-232c1c9b7e74", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9f13a0e3-dca8-429e-857b-ccd0fcf3d617", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "382870e7-34a1-4eac-98ac-8ff3c4d74856", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fe13a845-9dfc-42d2-aac6-66260efab5bf", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9133ae17-e1e3-4d0e-a9ee-a9b7d50d7c8a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "27919eea-16bc-4fa1-b0fe-c569e373f049", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5094f5d8-0eb2-402e-b974-5b300a729c03", "documentation": "Get a character's completed tasks", "method": "get", "endpoint": "characters/:character_id/opportunities/", "responses": [ { "uuid": "89f540f3-5af6-413a-abae-d638de00503c", "body": "[\n {\n \"completed_at\": \"{{faker 'date.recent' 365}}\",\n \"task_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of opportunities task ids", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3483717b-1826-42d1-83ca-894e56f9bf77", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d3cddfc8-22b3-4404-a8f4-2287f11b8e4d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2f6c787d-6e0a-4e12-8773-663b6e4f50a4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "135a075f-325c-4844-b3db-041d782ff5f2", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ccfe0aab-1851-4956-9d1f-5f94a5e89e4e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b64ca6a6-b113-4938-b67d-625c6ea03441", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "150b7e75-750b-4329-bcaa-517737880f5c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "31133788-3a82-4256-a9c5-be4399e9edff", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0fdc7972-6d9d-403b-a5dd-df7a00ada6d1", "documentation": "List open orders from a character", "method": "get", "endpoint": "characters/:character_id/orders/", "responses": [ { "uuid": "6c97d662-1345-423d-b318-69a0be140ce0", "body": "[\n {\n \"duration\": {{faker 'number.int' max=99999}},\n \"escrow\": {{faker 'number.float'}},\n \"is_buy_order\": {{faker 'datatype.boolean'}},\n \"is_corporation\": {{faker 'datatype.boolean'}},\n \"issued\": \"{{faker 'date.recent' 365}}\",\n \"location_id\": {{faker 'number.int' max=99999}},\n \"min_volume\": {{faker 'number.int' max=99999}},\n \"order_id\": {{faker 'number.int' max=99999}},\n \"price\": {{faker 'number.float'}},\n \"range\": \"{{oneOf (array '1' '10' '2' '20' '3' '30' '4' '40' '5' 'region' 'solarsystem' 'station')}}\",\n \"region_id\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}},\n \"volume_remain\": {{faker 'number.int' max=99999}},\n \"volume_total\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Open market orders placed by a character", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e658d276-ff61-44c5-8ebb-16453991f7ad", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d7a5aa8b-715a-44fd-80a4-69a345df1e6e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "569cfc47-3783-4990-988c-08f38c5271a3", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "244d2746-56c0-4942-8fb1-76a8508d7ae1", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "83fdefca-f4f3-48e8-9e05-ec28c550cb54", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "edcd9ac0-38e1-48d5-8bb0-9d4e01ad93f6", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b0bb2b98-9561-49de-a6e4-b9bec48093f5", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "91592016-3f82-49bf-bf01-bc6467ce7138", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ef1fb881-d966-40b0-945f-a325b211efd0", "documentation": "List historical orders by a character", "method": "get", "endpoint": "characters/:character_id/orders/history/", "responses": [ { "uuid": "0ab18937-117f-496f-b176-ee7c811d120c", "body": "[\n {\n \"duration\": {{faker 'number.int' max=99999}},\n \"escrow\": {{faker 'number.float'}},\n \"is_buy_order\": {{faker 'datatype.boolean'}},\n \"is_corporation\": {{faker 'datatype.boolean'}},\n \"issued\": \"{{faker 'date.recent' 365}}\",\n \"location_id\": {{faker 'number.int' max=99999}},\n \"min_volume\": {{faker 'number.int' max=99999}},\n \"order_id\": {{faker 'number.int' max=99999}},\n \"price\": {{faker 'number.float'}},\n \"range\": \"{{oneOf (array '1' '10' '2' '20' '3' '30' '4' '40' '5' 'region' 'solarsystem' 'station')}}\",\n \"region_id\": {{faker 'number.int' max=99999}},\n \"state\": \"{{oneOf (array 'cancelled' 'expired')}}\",\n \"type_id\": {{faker 'number.int' max=99999}},\n \"volume_remain\": {{faker 'number.int' max=99999}},\n \"volume_total\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Expired and cancelled market orders placed by a character", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1fc93978-4bb5-4ddc-8954-c4e26cb0ed92", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "26fa6418-30a0-4325-bdad-276b723a32ba", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6e3d5852-555d-4c2e-beb4-30930fcf2acd", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6bf4bc16-971d-4f3f-8f22-75f4638cc037", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3d0bd64e-a24d-4d12-ad6d-2b6a81eea1ef", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "14b105ca-d3b8-49c5-a4e7-2fb3a1fd8343", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4e0f8993-0945-4f31-b162-3834f32131b9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "aaacb5be-ce7c-4560-8b8d-45c726b78079", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "51b295d8-ff52-425f-b68f-13120ab2273a", "documentation": "Get colonies", "method": "get", "endpoint": "characters/:character_id/planets/", "responses": [ { "uuid": "dee057ff-f172-4de0-b3eb-e2c385e41469", "body": "[\n {\n \"last_update\": \"{{faker 'date.recent' 365}}\",\n \"num_pins\": {{faker 'number.int' max=99999}},\n \"owner_id\": {{faker 'number.int' max=99999}},\n \"planet_id\": {{faker 'number.int' max=99999}},\n \"planet_type\": \"{{oneOf (array 'temperate' 'barren' 'oceanic' 'ice' 'gas' 'lava' 'storm' 'plasma')}}\",\n \"solar_system_id\": {{faker 'number.int' max=99999}},\n \"upgrade_level\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "List of colonies", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "02afdd80-073a-4a79-be74-4d22d23b6185", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d21d2393-1976-403a-92e8-83d2d3e6cf0e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7518ca70-87f8-40a1-bc3d-217ad0da23e2", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "23f04046-9163-4b27-9250-1dc6470e8f60", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6530b0dc-6719-4820-817f-0e906f8086ed", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d37bcd24-b5fe-4fb2-9c88-7200de280ad9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6a8b4386-a5ce-4696-bc21-c8081a6d4a26", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1d5b05ee-aa11-4c2c-b6bb-f38ad951c760", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f2c9854c-e98b-402f-bedc-70e27563a240", "documentation": "Get colony layout", "method": "get", "endpoint": "characters/:character_id/planets/:planet_id/", "responses": [ { "uuid": "fb3c6d59-3e21-4e79-9e2b-e37b62f1eb31", "body": "{\n \"links\": [\n {\n \"destination_pin_id\": {{faker 'number.int' max=99999}},\n \"link_level\": {{faker 'number.int' max=99999}},\n \"source_pin_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"pins\": [\n {\n \"contents\": [\n {\n \"amount\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"expiry_time\": \"{{faker 'date.recent' 365}}\",\n \"extractor_details\": {\n \"cycle_time\": {{faker 'number.int' max=99999}},\n \"head_radius\": {{faker 'number.float'}},\n \"heads\": [\n {\n \"head_id\": {{faker 'number.int' max=99999}},\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}}\n }\n ],\n \"product_type_id\": {{faker 'number.int' max=99999}},\n \"qty_per_cycle\": {{faker 'number.int' max=99999}}\n },\n \"factory_details\": {\n \"schematic_id\": {{faker 'number.int' max=99999}}\n },\n \"install_time\": \"{{faker 'date.recent' 365}}\",\n \"last_cycle_start\": \"{{faker 'date.recent' 365}}\",\n \"latitude\": {{faker 'number.float'}},\n \"longitude\": {{faker 'number.float'}},\n \"pin_id\": {{faker 'number.int' max=99999}},\n \"schematic_id\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"routes\": [\n {\n \"content_type_id\": {{faker 'number.int' max=99999}},\n \"destination_pin_id\": {{faker 'number.int' max=99999}},\n \"quantity\": {{faker 'number.float'}},\n \"route_id\": {{faker 'number.int' max=99999}},\n \"source_pin_id\": {{faker 'number.int' max=99999}},\n \"waypoints\": [\n {{faker 'number.int' max=99999}}\n ]\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Colony layout", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "eaf15bf8-c16a-404f-b7e9-b69034e55da1", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1ca1e2a7-7512-4177-b037-280da611155c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "db44e195-7490-4b99-bd60-e6bd1bb48918", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9d71e305-2e08-43c0-8a8b-95ca4e6e0d8b", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8199c7e6-7ad4-4c29-9dcd-86b3beab28a4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Colony not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8ad01e9f-6c10-4feb-bc7d-53740d13801d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7b400a81-fe98-4db7-9f2b-6a2e76cc1722", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4872a1a1-8673-4dc2-af67-a4b6329e6d7a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "105a44aa-826c-4519-b736-3b5933a87a13", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "062adeb6-b44e-4c53-922f-84973714bacd", "documentation": "Get character portraits", "method": "get", "endpoint": "characters/:character_id/portrait/", "responses": [ { "uuid": "ace88ffd-6bd1-4e6c-84ca-6ed00a08f35f", "body": "{\n \"px128x128\": \"\",\n \"px256x256\": \"\",\n \"px512x512\": \"\",\n \"px64x64\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Public data for the given character", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "66dda1f7-6238-41ff-8930-f8d7174da82c", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c038e3be-d3c5-45ae-b5d2-98a158e62b08", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3dc06637-e798-4218-b1c1-acfaca653e4d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "No image server for this datasource", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5faba0c3-9fc1-488d-b082-96d4803ccc7d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5c7f6df5-003e-4adb-b5d1-0f10af4c48bc", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c66fe2b5-cef0-4148-84d8-9ffd409337a9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "37e9f104-d7a2-4b43-8bc8-5006b0889f08", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7b8ac2f3-ae80-47e0-81b2-ccfbe9f43233", "documentation": "Get character corporation roles", "method": "get", "endpoint": "characters/:character_id/roles/", "responses": [ { "uuid": "987be91d-d950-4a1d-99f8-7c5baca129fa", "body": "{\n \"roles\": [\n \"{{oneOf (array 'Account_Take_1' 'Account_Take_2' 'Account_Take_3' 'Account_Take_4' 'Account_Take_5' 'Account_Take_6' 'Account_Take_7' 'Accountant' 'Auditor' 'Communications_Officer' 'Config_Equipment' 'Config_Starbase_Equipment' 'Container_Take_1' 'Container_Take_2' 'Container_Take_3' 'Container_Take_4' 'Container_Take_5' 'Container_Take_6' 'Container_Take_7' 'Contract_Manager' 'Diplomat' 'Director' 'Factory_Manager' 'Fitting_Manager' 'Hangar_Query_1' 'Hangar_Query_2' 'Hangar_Query_3' 'Hangar_Query_4' 'Hangar_Query_5' 'Hangar_Query_6' 'Hangar_Query_7' 'Hangar_Take_1' 'Hangar_Take_2' 'Hangar_Take_3' 'Hangar_Take_4' 'Hangar_Take_5' 'Hangar_Take_6' 'Hangar_Take_7' 'Junior_Accountant' 'Personnel_Manager' 'Rent_Factory_Facility' 'Rent_Office' 'Rent_Research_Facility' 'Security_Officer' 'Starbase_Defense_Operator' 'Starbase_Fuel_Technician' 'Station_Manager' 'Terrestrial_Combat_Officer' 'Terrestrial_Logistics_Officer' 'Trader')}}\"\n ],\n \"roles_at_base\": [\n \"{{oneOf (array 'Account_Take_1' 'Account_Take_2' 'Account_Take_3' 'Account_Take_4' 'Account_Take_5' 'Account_Take_6' 'Account_Take_7' 'Accountant' 'Auditor' 'Communications_Officer' 'Config_Equipment' 'Config_Starbase_Equipment' 'Container_Take_1' 'Container_Take_2' 'Container_Take_3' 'Container_Take_4' 'Container_Take_5' 'Container_Take_6' 'Container_Take_7' 'Contract_Manager' 'Diplomat' 'Director' 'Factory_Manager' 'Fitting_Manager' 'Hangar_Query_1' 'Hangar_Query_2' 'Hangar_Query_3' 'Hangar_Query_4' 'Hangar_Query_5' 'Hangar_Query_6' 'Hangar_Query_7' 'Hangar_Take_1' 'Hangar_Take_2' 'Hangar_Take_3' 'Hangar_Take_4' 'Hangar_Take_5' 'Hangar_Take_6' 'Hangar_Take_7' 'Junior_Accountant' 'Personnel_Manager' 'Rent_Factory_Facility' 'Rent_Office' 'Rent_Research_Facility' 'Security_Officer' 'Starbase_Defense_Operator' 'Starbase_Fuel_Technician' 'Station_Manager' 'Terrestrial_Combat_Officer' 'Terrestrial_Logistics_Officer' 'Trader')}}\"\n ],\n \"roles_at_hq\": [\n \"{{oneOf (array 'Account_Take_1' 'Account_Take_2' 'Account_Take_3' 'Account_Take_4' 'Account_Take_5' 'Account_Take_6' 'Account_Take_7' 'Accountant' 'Auditor' 'Communications_Officer' 'Config_Equipment' 'Config_Starbase_Equipment' 'Container_Take_1' 'Container_Take_2' 'Container_Take_3' 'Container_Take_4' 'Container_Take_5' 'Container_Take_6' 'Container_Take_7' 'Contract_Manager' 'Diplomat' 'Director' 'Factory_Manager' 'Fitting_Manager' 'Hangar_Query_1' 'Hangar_Query_2' 'Hangar_Query_3' 'Hangar_Query_4' 'Hangar_Query_5' 'Hangar_Query_6' 'Hangar_Query_7' 'Hangar_Take_1' 'Hangar_Take_2' 'Hangar_Take_3' 'Hangar_Take_4' 'Hangar_Take_5' 'Hangar_Take_6' 'Hangar_Take_7' 'Junior_Accountant' 'Personnel_Manager' 'Rent_Factory_Facility' 'Rent_Office' 'Rent_Research_Facility' 'Security_Officer' 'Starbase_Defense_Operator' 'Starbase_Fuel_Technician' 'Station_Manager' 'Terrestrial_Combat_Officer' 'Terrestrial_Logistics_Officer' 'Trader')}}\"\n ],\n \"roles_at_other\": [\n \"{{oneOf (array 'Account_Take_1' 'Account_Take_2' 'Account_Take_3' 'Account_Take_4' 'Account_Take_5' 'Account_Take_6' 'Account_Take_7' 'Accountant' 'Auditor' 'Communications_Officer' 'Config_Equipment' 'Config_Starbase_Equipment' 'Container_Take_1' 'Container_Take_2' 'Container_Take_3' 'Container_Take_4' 'Container_Take_5' 'Container_Take_6' 'Container_Take_7' 'Contract_Manager' 'Diplomat' 'Director' 'Factory_Manager' 'Fitting_Manager' 'Hangar_Query_1' 'Hangar_Query_2' 'Hangar_Query_3' 'Hangar_Query_4' 'Hangar_Query_5' 'Hangar_Query_6' 'Hangar_Query_7' 'Hangar_Take_1' 'Hangar_Take_2' 'Hangar_Take_3' 'Hangar_Take_4' 'Hangar_Take_5' 'Hangar_Take_6' 'Hangar_Take_7' 'Junior_Accountant' 'Personnel_Manager' 'Rent_Factory_Facility' 'Rent_Office' 'Rent_Research_Facility' 'Security_Officer' 'Starbase_Defense_Operator' 'Starbase_Fuel_Technician' 'Station_Manager' 'Terrestrial_Combat_Officer' 'Terrestrial_Logistics_Officer' 'Trader')}}\"\n ]\n}", "latency": 0, "statusCode": 200, "label": "The character's roles in thier corporation", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "db7eb83a-5341-4cb8-87ae-74150ac3e527", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0d73162c-e8f6-44e7-a9c2-abfebe147a51", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1e839924-5950-4cc4-aa8b-b582414ecae8", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bf4647db-59c9-4c8a-91bb-7d45ee64f8f7", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "726356e0-dad9-440d-8c2b-e98f92e3f31d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b468bfd1-d64b-41e9-b35f-db22484fe2f9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d5999540-b4b6-41ba-bedb-6680f837cc7c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c0530536-0a3e-449d-b65d-308dd787897d", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ea34ea93-8cf6-4d5f-93f0-fb4e7df54ce4", "documentation": "Search on a string", "method": "get", "endpoint": "characters/:character_id/search/", "responses": [ { "uuid": "827f0ae0-35f9-4c37-80ad-4cfdbaf3f580", "body": "{\n \"agent\": [\n {{faker 'number.int' max=99999}}\n ],\n \"alliance\": [\n {{faker 'number.int' max=99999}}\n ],\n \"character\": [\n {{faker 'number.int' max=99999}}\n ],\n \"constellation\": [\n {{faker 'number.int' max=99999}}\n ],\n \"corporation\": [\n {{faker 'number.int' max=99999}}\n ],\n \"faction\": [\n {{faker 'number.int' max=99999}}\n ],\n \"inventory_type\": [\n {{faker 'number.int' max=99999}}\n ],\n \"region\": [\n {{faker 'number.int' max=99999}}\n ],\n \"solar_system\": [\n {{faker 'number.int' max=99999}}\n ],\n \"station\": [\n {{faker 'number.int' max=99999}}\n ],\n \"structure\": [\n {{faker 'number.int' max=99999}}\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of search results", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Content-Language", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "81ff99d3-73cf-410d-bc0a-897c08ac69df", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "218df83a-5ab6-40a5-b223-9cb95638c15e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "743aa4ce-a07f-43fb-8190-a6b45c84c2ec", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8be40369-01e8-420d-bc06-c87b1f4413dc", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6422d422-9055-427a-a866-219ee10c85b4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3eb4b3e7-dc60-454c-8fba-c3c27148d5c9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4db1d1dc-4c05-48c6-88d6-9535fc1058a9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9ddb73c9-7faf-45dc-abd0-4166cd97163e", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e0e19161-ae69-4ec1-a016-742d0f5b1164", "documentation": "Get current ship", "method": "get", "endpoint": "characters/:character_id/ship/", "responses": [ { "uuid": "bd2cc81d-c5a2-450d-8741-751db8a2b57a", "body": "{\n \"ship_item_id\": {{faker 'number.int' max=99999}},\n \"ship_name\": \"\",\n \"ship_type_id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Get the current ship type, name and id", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "12c1a840-de91-43ab-b88c-8c46ee94975e", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9b0b284e-7299-4d8d-96ec-3173c2c2a720", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "90444b6d-9012-4eb4-87ab-17a7aa6a97c3", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "00a38e46-b146-4a17-858f-810923b1b144", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3acdba45-5b24-4c37-af79-e5a9fb139ccf", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e612afcf-c699-420a-b9c7-27b9b0819b42", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1cdd4e02-cacd-4139-95e0-d8c4e5ca9b33", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d8b54dc1-2a45-455e-b6f6-c602c1059330", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "66f4ee79-253b-4a20-9863-07d05ebe7879", "documentation": "Get character's skill queue", "method": "get", "endpoint": "characters/:character_id/skillqueue/", "responses": [ { "uuid": "eece5960-bf9b-401d-a11e-08f3f51b9aa4", "body": "[\n {\n \"finish_date\": \"{{faker 'date.recent' 365}}\",\n \"finished_level\": {{faker 'number.int' max=99999}},\n \"level_end_sp\": {{faker 'number.int' max=99999}},\n \"level_start_sp\": {{faker 'number.int' max=99999}},\n \"queue_position\": {{faker 'number.int' max=99999}},\n \"skill_id\": {{faker 'number.int' max=99999}},\n \"start_date\": \"{{faker 'date.recent' 365}}\",\n \"training_start_sp\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "The current skill queue, sorted ascending by finishing time", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7fb9c50b-04bc-4677-8f9b-ae395cc51cf6", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b62322dd-f68e-4987-b26c-cf60c6f4b8bd", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a4ce4f8a-3368-452a-b197-517c51b8503b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "dbe2d576-03fd-4f8f-8ccf-753ab4b16159", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "495a3d20-5375-4b83-a4fa-28b60491faa9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9ab72e42-ada1-45f3-9e13-848dd7ebfbc4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4c4b27f8-cdf2-4abc-bb46-81878e820ae7", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1be5b746-b07e-4719-998e-18a9ba4251de", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "05c453a7-8651-4193-aacb-7d6c277c4f3d", "documentation": "Get character skills", "method": "get", "endpoint": "characters/:character_id/skills/", "responses": [ { "uuid": "7bf1a96b-0ee8-4e10-b4b8-a7c6ff4684d9", "body": "{\n \"skills\": [\n {\n \"active_skill_level\": {{faker 'number.int' max=99999}},\n \"skill_id\": {{faker 'number.int' max=99999}},\n \"skillpoints_in_skill\": {{faker 'number.int' max=99999}},\n \"trained_skill_level\": {{faker 'number.int' max=99999}}\n }\n ],\n \"total_sp\": {{faker 'number.int' max=99999}},\n \"unallocated_sp\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Known skills for the character", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "02a883e7-9fe7-4dbb-aa3c-1fb15e39357c", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8decb414-f705-479d-affc-0729def8c020", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "88203d09-4d8a-4e14-b755-be4102e793d6", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "40d025b3-0089-44d8-9c3c-99e12b2d5338", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "31a8b585-84af-489a-b0ca-84b14f7fad63", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c1b64938-830f-479b-b40c-632d5d531691", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "87d11382-f519-45a4-9deb-a77ac8d64956", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a5d090d6-59a1-4e6c-8981-641966ae6cc4", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "948bc9a1-522e-4e26-bc5e-1bf7499e9a11", "documentation": "Get standings", "method": "get", "endpoint": "characters/:character_id/standings/", "responses": [ { "uuid": "fc16696f-3e87-4735-a08c-ce67ba7f5bc1", "body": "[\n {\n \"from_id\": {{faker 'number.int' max=99999}},\n \"from_type\": \"{{oneOf (array 'agent' 'npc_corp' 'faction')}}\",\n \"standing\": {{faker 'number.float'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of standings", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b836acb5-5290-476b-a6cf-d279e5929be1", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3d63a229-f630-442f-aec8-d7f12c6f3f97", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "626918f9-7740-4876-9c23-ab6af1340b7f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "11c31bbc-dceb-4c30-821d-7e3da5bf43e5", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "32070931-a610-4c66-a598-f829643a853a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a94d2504-d456-4303-8c61-ddc75e8bea65", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "edca0ef8-6083-444e-8a08-22b0bcbeef89", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6c896a8d-78d6-4eab-9d4f-4315a3e5729b", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d76bd125-87d6-450e-9db7-55424bbf6802", "documentation": "Yearly aggregate stats", "method": "get", "endpoint": "characters/:character_id/stats/", "responses": [ { "uuid": "6f429a59-a014-4009-a918-77fb793f39cc", "body": "[\n {\n \"character\": {\n \"days_of_activity\": {{faker 'number.int' max=99999}},\n \"minutes\": {{faker 'number.int' max=99999}},\n \"sessions_started\": {{faker 'number.int' max=99999}}\n },\n \"combat\": {\n \"cap_drainedby_npc\": {{faker 'number.int' max=99999}},\n \"cap_drainedby_pc\": {{faker 'number.int' max=99999}},\n \"cap_draining_pc\": {{faker 'number.int' max=99999}},\n \"criminal_flag_set\": {{faker 'number.int' max=99999}},\n \"damage_from_np_cs_amount\": {{faker 'number.int' max=99999}},\n \"damage_from_np_cs_num_shots\": {{faker 'number.int' max=99999}},\n \"damage_from_players_bomb_amount\": {{faker 'number.int' max=99999}},\n \"damage_from_players_bomb_num_shots\": {{faker 'number.int' max=99999}},\n \"damage_from_players_combat_drone_amount\": {{faker 'number.int' max=99999}},\n \"damage_from_players_combat_drone_num_shots\": {{faker 'number.int' max=99999}},\n \"damage_from_players_energy_amount\": {{faker 'number.int' max=99999}},\n \"damage_from_players_energy_num_shots\": {{faker 'number.int' max=99999}},\n \"damage_from_players_fighter_bomber_amount\": {{faker 'number.int' max=99999}},\n \"damage_from_players_fighter_bomber_num_shots\": {{faker 'number.int' max=99999}},\n \"damage_from_players_fighter_drone_amount\": {{faker 'number.int' max=99999}},\n \"damage_from_players_fighter_drone_num_shots\": {{faker 'number.int' max=99999}},\n \"damage_from_players_hybrid_amount\": {{faker 'number.int' max=99999}},\n \"damage_from_players_hybrid_num_shots\": {{faker 'number.int' max=99999}},\n \"damage_from_players_missile_amount\": {{faker 'number.int' max=99999}},\n \"damage_from_players_missile_num_shots\": {{faker 'number.int' max=99999}},\n \"damage_from_players_projectile_amount\": {{faker 'number.int' max=99999}},\n \"damage_from_players_projectile_num_shots\": {{faker 'number.int' max=99999}},\n \"damage_from_players_smart_bomb_amount\": {{faker 'number.int' max=99999}},\n \"damage_from_players_smart_bomb_num_shots\": {{faker 'number.int' max=99999}},\n \"damage_from_players_super_amount\": {{faker 'number.int' max=99999}},\n \"damage_from_players_super_num_shots\": {{faker 'number.int' max=99999}},\n \"damage_from_structures_total_amount\": {{faker 'number.int' max=99999}},\n \"damage_from_structures_total_num_shots\": {{faker 'number.int' max=99999}},\n \"damage_to_players_bomb_amount\": {{faker 'number.int' max=99999}},\n \"damage_to_players_bomb_num_shots\": {{faker 'number.int' max=99999}},\n \"damage_to_players_combat_drone_amount\": {{faker 'number.int' max=99999}},\n \"damage_to_players_combat_drone_num_shots\": {{faker 'number.int' max=99999}},\n \"damage_to_players_energy_amount\": {{faker 'number.int' max=99999}},\n \"damage_to_players_energy_num_shots\": {{faker 'number.int' max=99999}},\n \"damage_to_players_fighter_bomber_amount\": {{faker 'number.int' max=99999}},\n \"damage_to_players_fighter_bomber_num_shots\": {{faker 'number.int' max=99999}},\n \"damage_to_players_fighter_drone_amount\": {{faker 'number.int' max=99999}},\n \"damage_to_players_fighter_drone_num_shots\": {{faker 'number.int' max=99999}},\n \"damage_to_players_hybrid_amount\": {{faker 'number.int' max=99999}},\n \"damage_to_players_hybrid_num_shots\": {{faker 'number.int' max=99999}},\n \"damage_to_players_missile_amount\": {{faker 'number.int' max=99999}},\n \"damage_to_players_missile_num_shots\": {{faker 'number.int' max=99999}},\n \"damage_to_players_projectile_amount\": {{faker 'number.int' max=99999}},\n \"damage_to_players_projectile_num_shots\": {{faker 'number.int' max=99999}},\n \"damage_to_players_smart_bomb_amount\": {{faker 'number.int' max=99999}},\n \"damage_to_players_smart_bomb_num_shots\": {{faker 'number.int' max=99999}},\n \"damage_to_players_super_amount\": {{faker 'number.int' max=99999}},\n \"damage_to_players_super_num_shots\": {{faker 'number.int' max=99999}},\n \"damage_to_structures_total_amount\": {{faker 'number.int' max=99999}},\n \"damage_to_structures_total_num_shots\": {{faker 'number.int' max=99999}},\n \"deaths_high_sec\": {{faker 'number.int' max=99999}},\n \"deaths_low_sec\": {{faker 'number.int' max=99999}},\n \"deaths_null_sec\": {{faker 'number.int' max=99999}},\n \"deaths_pod_high_sec\": {{faker 'number.int' max=99999}},\n \"deaths_pod_low_sec\": {{faker 'number.int' max=99999}},\n \"deaths_pod_null_sec\": {{faker 'number.int' max=99999}},\n \"deaths_pod_wormhole\": {{faker 'number.int' max=99999}},\n \"deaths_wormhole\": {{faker 'number.int' max=99999}},\n \"drone_engage\": {{faker 'number.int' max=99999}},\n \"dscans\": {{faker 'number.int' max=99999}},\n \"duel_requested\": {{faker 'number.int' max=99999}},\n \"engagement_register\": {{faker 'number.int' max=99999}},\n \"kills_assists\": {{faker 'number.int' max=99999}},\n \"kills_high_sec\": {{faker 'number.int' max=99999}},\n \"kills_low_sec\": {{faker 'number.int' max=99999}},\n \"kills_null_sec\": {{faker 'number.int' max=99999}},\n \"kills_pod_high_sec\": {{faker 'number.int' max=99999}},\n \"kills_pod_low_sec\": {{faker 'number.int' max=99999}},\n \"kills_pod_null_sec\": {{faker 'number.int' max=99999}},\n \"kills_pod_wormhole\": {{faker 'number.int' max=99999}},\n \"kills_wormhole\": {{faker 'number.int' max=99999}},\n \"npc_flag_set\": {{faker 'number.int' max=99999}},\n \"probe_scans\": {{faker 'number.int' max=99999}},\n \"pvp_flag_set\": {{faker 'number.int' max=99999}},\n \"repair_armor_by_remote_amount\": {{faker 'number.int' max=99999}},\n \"repair_armor_remote_amount\": {{faker 'number.int' max=99999}},\n \"repair_armor_self_amount\": {{faker 'number.int' max=99999}},\n \"repair_capacitor_by_remote_amount\": {{faker 'number.int' max=99999}},\n \"repair_capacitor_remote_amount\": {{faker 'number.int' max=99999}},\n \"repair_capacitor_self_amount\": {{faker 'number.int' max=99999}},\n \"repair_hull_by_remote_amount\": {{faker 'number.int' max=99999}},\n \"repair_hull_remote_amount\": {{faker 'number.int' max=99999}},\n \"repair_hull_self_amount\": {{faker 'number.int' max=99999}},\n \"repair_shield_by_remote_amount\": {{faker 'number.int' max=99999}},\n \"repair_shield_remote_amount\": {{faker 'number.int' max=99999}},\n \"repair_shield_self_amount\": {{faker 'number.int' max=99999}},\n \"self_destructs\": {{faker 'number.int' max=99999}},\n \"warp_scramble_pc\": {{faker 'number.int' max=99999}},\n \"warp_scrambledby_npc\": {{faker 'number.int' max=99999}},\n \"warp_scrambledby_pc\": {{faker 'number.int' max=99999}},\n \"weapon_flag_set\": {{faker 'number.int' max=99999}},\n \"webifiedby_npc\": {{faker 'number.int' max=99999}},\n \"webifiedby_pc\": {{faker 'number.int' max=99999}},\n \"webifying_pc\": {{faker 'number.int' max=99999}}\n },\n \"industry\": {\n \"hacking_successes\": {{faker 'number.int' max=99999}},\n \"jobs_cancelled\": {{faker 'number.int' max=99999}},\n \"jobs_completed_copy_blueprint\": {{faker 'number.int' max=99999}},\n \"jobs_completed_invention\": {{faker 'number.int' max=99999}},\n \"jobs_completed_manufacture\": {{faker 'number.int' max=99999}},\n \"jobs_completed_manufacture_asteroid\": {{faker 'number.int' max=99999}},\n \"jobs_completed_manufacture_asteroid_quantity\": {{faker 'number.int' max=99999}},\n \"jobs_completed_manufacture_charge\": {{faker 'number.int' max=99999}},\n \"jobs_completed_manufacture_charge_quantity\": {{faker 'number.int' max=99999}},\n \"jobs_completed_manufacture_commodity\": {{faker 'number.int' max=99999}},\n \"jobs_completed_manufacture_commodity_quantity\": {{faker 'number.int' max=99999}},\n \"jobs_completed_manufacture_deployable\": {{faker 'number.int' max=99999}},\n \"jobs_completed_manufacture_deployable_quantity\": {{faker 'number.int' max=99999}},\n \"jobs_completed_manufacture_drone\": {{faker 'number.int' max=99999}},\n \"jobs_completed_manufacture_drone_quantity\": {{faker 'number.int' max=99999}},\n \"jobs_completed_manufacture_implant\": {{faker 'number.int' max=99999}},\n \"jobs_completed_manufacture_implant_quantity\": {{faker 'number.int' max=99999}},\n \"jobs_completed_manufacture_module\": {{faker 'number.int' max=99999}},\n \"jobs_completed_manufacture_module_quantity\": {{faker 'number.int' max=99999}},\n \"jobs_completed_manufacture_other\": {{faker 'number.int' max=99999}},\n \"jobs_completed_manufacture_other_quantity\": {{faker 'number.int' max=99999}},\n \"jobs_completed_manufacture_ship\": {{faker 'number.int' max=99999}},\n \"jobs_completed_manufacture_ship_quantity\": {{faker 'number.int' max=99999}},\n \"jobs_completed_manufacture_structure\": {{faker 'number.int' max=99999}},\n \"jobs_completed_manufacture_structure_quantity\": {{faker 'number.int' max=99999}},\n \"jobs_completed_manufacture_subsystem\": {{faker 'number.int' max=99999}},\n \"jobs_completed_manufacture_subsystem_quantity\": {{faker 'number.int' max=99999}},\n \"jobs_completed_material_productivity\": {{faker 'number.int' max=99999}},\n \"jobs_completed_time_productivity\": {{faker 'number.int' max=99999}},\n \"jobs_started_copy_blueprint\": {{faker 'number.int' max=99999}},\n \"jobs_started_invention\": {{faker 'number.int' max=99999}},\n \"jobs_started_manufacture\": {{faker 'number.int' max=99999}},\n \"jobs_started_material_productivity\": {{faker 'number.int' max=99999}},\n \"jobs_started_time_productivity\": {{faker 'number.int' max=99999}},\n \"reprocess_item\": {{faker 'number.int' max=99999}},\n \"reprocess_item_quantity\": {{faker 'number.int' max=99999}}\n },\n \"inventory\": {\n \"abandon_loot_quantity\": {{faker 'number.int' max=99999}},\n \"trash_item_quantity\": {{faker 'number.int' max=99999}}\n },\n \"isk\": {\n \"in\": {{faker 'number.int' max=99999}},\n \"out\": {{faker 'number.int' max=99999}}\n },\n \"market\": {\n \"accept_contracts_courier\": {{faker 'number.int' max=99999}},\n \"accept_contracts_item_exchange\": {{faker 'number.int' max=99999}},\n \"buy_orders_placed\": {{faker 'number.int' max=99999}},\n \"cancel_market_order\": {{faker 'number.int' max=99999}},\n \"create_contracts_auction\": {{faker 'number.int' max=99999}},\n \"create_contracts_courier\": {{faker 'number.int' max=99999}},\n \"create_contracts_item_exchange\": {{faker 'number.int' max=99999}},\n \"deliver_courier_contract\": {{faker 'number.int' max=99999}},\n \"isk_gained\": {{faker 'number.int' max=99999}},\n \"isk_spent\": {{faker 'number.int' max=99999}},\n \"modify_market_order\": {{faker 'number.int' max=99999}},\n \"search_contracts\": {{faker 'number.int' max=99999}},\n \"sell_orders_placed\": {{faker 'number.int' max=99999}}\n },\n \"mining\": {\n \"drone_mine\": {{faker 'number.int' max=99999}},\n \"ore_arkonor\": {{faker 'number.int' max=99999}},\n \"ore_bistot\": {{faker 'number.int' max=99999}},\n \"ore_crokite\": {{faker 'number.int' max=99999}},\n \"ore_dark_ochre\": {{faker 'number.int' max=99999}},\n \"ore_gneiss\": {{faker 'number.int' max=99999}},\n \"ore_harvestable_cloud\": {{faker 'number.int' max=99999}},\n \"ore_hedbergite\": {{faker 'number.int' max=99999}},\n \"ore_hemorphite\": {{faker 'number.int' max=99999}},\n \"ore_ice\": {{faker 'number.int' max=99999}},\n \"ore_jaspet\": {{faker 'number.int' max=99999}},\n \"ore_kernite\": {{faker 'number.int' max=99999}},\n \"ore_mercoxit\": {{faker 'number.int' max=99999}},\n \"ore_omber\": {{faker 'number.int' max=99999}},\n \"ore_plagioclase\": {{faker 'number.int' max=99999}},\n \"ore_pyroxeres\": {{faker 'number.int' max=99999}},\n \"ore_scordite\": {{faker 'number.int' max=99999}},\n \"ore_spodumain\": {{faker 'number.int' max=99999}},\n \"ore_veldspar\": {{faker 'number.int' max=99999}}\n },\n \"module\": {\n \"activations_armor_hardener\": {{faker 'number.int' max=99999}},\n \"activations_armor_repair_unit\": {{faker 'number.int' max=99999}},\n \"activations_armor_resistance_shift_hardener\": {{faker 'number.int' max=99999}},\n \"activations_automated_targeting_system\": {{faker 'number.int' max=99999}},\n \"activations_bastion\": {{faker 'number.int' max=99999}},\n \"activations_bomb_launcher\": {{faker 'number.int' max=99999}},\n \"activations_capacitor_booster\": {{faker 'number.int' max=99999}},\n \"activations_cargo_scanner\": {{faker 'number.int' max=99999}},\n \"activations_cloaking_device\": {{faker 'number.int' max=99999}},\n \"activations_clone_vat_bay\": {{faker 'number.int' max=99999}},\n \"activations_cynosural_field\": {{faker 'number.int' max=99999}},\n \"activations_damage_control\": {{faker 'number.int' max=99999}},\n \"activations_data_miners\": {{faker 'number.int' max=99999}},\n \"activations_drone_control_unit\": {{faker 'number.int' max=99999}},\n \"activations_drone_tracking_modules\": {{faker 'number.int' max=99999}},\n \"activations_eccm\": {{faker 'number.int' max=99999}},\n \"activations_ecm\": {{faker 'number.int' max=99999}},\n \"activations_ecm_burst\": {{faker 'number.int' max=99999}},\n \"activations_energy_destabilizer\": {{faker 'number.int' max=99999}},\n \"activations_energy_vampire\": {{faker 'number.int' max=99999}},\n \"activations_energy_weapon\": {{faker 'number.int' max=99999}},\n \"activations_festival_launcher\": {{faker 'number.int' max=99999}},\n \"activations_frequency_mining_laser\": {{faker 'number.int' max=99999}},\n \"activations_fueled_armor_repairer\": {{faker 'number.int' max=99999}},\n \"activations_fueled_shield_booster\": {{faker 'number.int' max=99999}},\n \"activations_gang_coordinator\": {{faker 'number.int' max=99999}},\n \"activations_gas_cloud_harvester\": {{faker 'number.int' max=99999}},\n \"activations_hull_repair_unit\": {{faker 'number.int' max=99999}},\n \"activations_hybrid_weapon\": {{faker 'number.int' max=99999}},\n \"activations_industrial_core\": {{faker 'number.int' max=99999}},\n \"activations_interdiction_sphere_launcher\": {{faker 'number.int' max=99999}},\n \"activations_micro_jump_drive\": {{faker 'number.int' max=99999}},\n \"activations_mining_laser\": {{faker 'number.int' max=99999}},\n \"activations_missile_launcher\": {{faker 'number.int' max=99999}},\n \"activations_passive_targeting_system\": {{faker 'number.int' max=99999}},\n \"activations_probe_launcher\": {{faker 'number.int' max=99999}},\n \"activations_projected_eccm\": {{faker 'number.int' max=99999}},\n \"activations_projectile_weapon\": {{faker 'number.int' max=99999}},\n \"activations_propulsion_module\": {{faker 'number.int' max=99999}},\n \"activations_remote_armor_repairer\": {{faker 'number.int' max=99999}},\n \"activations_remote_capacitor_transmitter\": {{faker 'number.int' max=99999}},\n \"activations_remote_ecm_burst\": {{faker 'number.int' max=99999}},\n \"activations_remote_hull_repairer\": {{faker 'number.int' max=99999}},\n \"activations_remote_sensor_booster\": {{faker 'number.int' max=99999}},\n \"activations_remote_sensor_damper\": {{faker 'number.int' max=99999}},\n \"activations_remote_shield_booster\": {{faker 'number.int' max=99999}},\n \"activations_remote_tracking_computer\": {{faker 'number.int' max=99999}},\n \"activations_salvager\": {{faker 'number.int' max=99999}},\n \"activations_sensor_booster\": {{faker 'number.int' max=99999}},\n \"activations_shield_booster\": {{faker 'number.int' max=99999}},\n \"activations_shield_hardener\": {{faker 'number.int' max=99999}},\n \"activations_ship_scanner\": {{faker 'number.int' max=99999}},\n \"activations_siege\": {{faker 'number.int' max=99999}},\n \"activations_smart_bomb\": {{faker 'number.int' max=99999}},\n \"activations_stasis_web\": {{faker 'number.int' max=99999}},\n \"activations_strip_miner\": {{faker 'number.int' max=99999}},\n \"activations_super_weapon\": {{faker 'number.int' max=99999}},\n \"activations_survey_scanner\": {{faker 'number.int' max=99999}},\n \"activations_target_breaker\": {{faker 'number.int' max=99999}},\n \"activations_target_painter\": {{faker 'number.int' max=99999}},\n \"activations_tracking_computer\": {{faker 'number.int' max=99999}},\n \"activations_tracking_disruptor\": {{faker 'number.int' max=99999}},\n \"activations_tractor_beam\": {{faker 'number.int' max=99999}},\n \"activations_triage\": {{faker 'number.int' max=99999}},\n \"activations_warp_disrupt_field_generator\": {{faker 'number.int' max=99999}},\n \"activations_warp_scrambler\": {{faker 'number.int' max=99999}},\n \"link_weapons\": {{faker 'number.int' max=99999}},\n \"overload\": {{faker 'number.int' max=99999}},\n \"repairs\": {{faker 'number.int' max=99999}}\n },\n \"orbital\": {\n \"strike_characters_killed\": {{faker 'number.int' max=99999}},\n \"strike_damage_to_players_armor_amount\": {{faker 'number.int' max=99999}},\n \"strike_damage_to_players_shield_amount\": {{faker 'number.int' max=99999}}\n },\n \"pve\": {\n \"dungeons_completed_agent\": {{faker 'number.int' max=99999}},\n \"dungeons_completed_distribution\": {{faker 'number.int' max=99999}},\n \"missions_succeeded\": {{faker 'number.int' max=99999}},\n \"missions_succeeded_epic_arc\": {{faker 'number.int' max=99999}}\n },\n \"social\": {\n \"add_contact_bad\": {{faker 'number.int' max=99999}},\n \"add_contact_good\": {{faker 'number.int' max=99999}},\n \"add_contact_high\": {{faker 'number.int' max=99999}},\n \"add_contact_horrible\": {{faker 'number.int' max=99999}},\n \"add_contact_neutral\": {{faker 'number.int' max=99999}},\n \"add_note\": {{faker 'number.int' max=99999}},\n \"added_as_contact_bad\": {{faker 'number.int' max=99999}},\n \"added_as_contact_good\": {{faker 'number.int' max=99999}},\n \"added_as_contact_high\": {{faker 'number.int' max=99999}},\n \"added_as_contact_horrible\": {{faker 'number.int' max=99999}},\n \"added_as_contact_neutral\": {{faker 'number.int' max=99999}},\n \"calendar_event_created\": {{faker 'number.int' max=99999}},\n \"chat_messages_alliance\": {{faker 'number.int' max=99999}},\n \"chat_messages_constellation\": {{faker 'number.int' max=99999}},\n \"chat_messages_corporation\": {{faker 'number.int' max=99999}},\n \"chat_messages_fleet\": {{faker 'number.int' max=99999}},\n \"chat_messages_region\": {{faker 'number.int' max=99999}},\n \"chat_messages_solarsystem\": {{faker 'number.int' max=99999}},\n \"chat_messages_warfaction\": {{faker 'number.int' max=99999}},\n \"chat_total_message_length\": {{faker 'number.int' max=99999}},\n \"direct_trades\": {{faker 'number.int' max=99999}},\n \"fleet_broadcasts\": {{faker 'number.int' max=99999}},\n \"fleet_joins\": {{faker 'number.int' max=99999}},\n \"mails_received\": {{faker 'number.int' max=99999}},\n \"mails_sent\": {{faker 'number.int' max=99999}}\n },\n \"travel\": {\n \"acceleration_gate_activations\": {{faker 'number.int' max=99999}},\n \"align_to\": {{faker 'number.int' max=99999}},\n \"distance_warped_high_sec\": {{faker 'number.int' max=99999}},\n \"distance_warped_low_sec\": {{faker 'number.int' max=99999}},\n \"distance_warped_null_sec\": {{faker 'number.int' max=99999}},\n \"distance_warped_wormhole\": {{faker 'number.int' max=99999}},\n \"docks_high_sec\": {{faker 'number.int' max=99999}},\n \"docks_low_sec\": {{faker 'number.int' max=99999}},\n \"docks_null_sec\": {{faker 'number.int' max=99999}},\n \"jumps_stargate_high_sec\": {{faker 'number.int' max=99999}},\n \"jumps_stargate_low_sec\": {{faker 'number.int' max=99999}},\n \"jumps_stargate_null_sec\": {{faker 'number.int' max=99999}},\n \"jumps_wormhole\": {{faker 'number.int' max=99999}},\n \"warps_high_sec\": {{faker 'number.int' max=99999}},\n \"warps_low_sec\": {{faker 'number.int' max=99999}},\n \"warps_null_sec\": {{faker 'number.int' max=99999}},\n \"warps_to_bookmark\": {{faker 'number.int' max=99999}},\n \"warps_to_celestial\": {{faker 'number.int' max=99999}},\n \"warps_to_fleet_member\": {{faker 'number.int' max=99999}},\n \"warps_to_scan_result\": {{faker 'number.int' max=99999}},\n \"warps_wormhole\": {{faker 'number.int' max=99999}}\n },\n \"year\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Character stats", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "97f2a722-1df6-4f63-865f-4c593e2224cb", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4fd46e3b-44ce-4034-9323-93beacb30238", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "acf764ee-74bd-4c70-b42d-fce38e3ca776", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bd07c498-bd1e-47c7-9283-7280006d7cfd", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "53c84b3d-3625-449b-83cd-4013e29cda2e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "21cd14ac-877d-41c3-ba57-b4870cc5073e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c79c7658-8fb1-43e3-a2d9-5078311b4602", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "39af92a7-b32b-42a2-b74e-f3f0baa84090", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8e3d5f63-7728-4095-b69a-bd4347d50049", "documentation": "Get character corporation titles", "method": "get", "endpoint": "characters/:character_id/titles/", "responses": [ { "uuid": "d7dad640-9c2b-4c4f-8ea8-e6895237df2b", "body": "[\n {\n \"name\": \"\",\n \"title_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of titles", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0bac3fc0-dfca-4c83-b894-e2cbdddde79c", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5b21d231-13e0-4968-b4d5-f515009215a3", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e81fbed2-4a9e-4eb5-9271-1841c954f5a6", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ed1ac014-ff9a-41cb-b222-7d89a875a010", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "71ee8417-3386-473e-82be-086af7318232", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "59918d8f-1758-4d65-862f-993df4e64a7c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bcdf8133-3a18-484b-a784-970fe8f8c28a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "10200593-0c67-43dd-b9ec-37a3d6c5f1a9", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ac4da195-a58e-4eaf-a3fb-9f8d1579423b", "documentation": "Get a character's wallet balance", "method": "get", "endpoint": "characters/:character_id/wallet/", "responses": [ { "uuid": "ed6de625-1b7b-4bc8-bb96-6ea7116cda44", "body": "{{faker 'number.float'}}", "latency": 0, "statusCode": 200, "label": "Wallet balance", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "baba93be-6e80-4f31-9a80-b68dea022bee", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "53010997-bce4-40e4-ae6b-70703dc2404d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5adeda7d-f694-4cf6-92dc-e91df1a4d9d9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "beb2afc8-73f9-4b08-bfb7-6580075d832d", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "eb4338f7-1792-487e-8b0e-26627b28a846", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "98a19690-6831-4064-8bf7-c542e0107a71", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "75f74cd3-8291-46ed-ab9b-99ccf2819c2d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5676542b-ca26-4b73-814d-44db773cf9e9", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c8ff115a-da6f-4efb-9a00-e1e05433fbbd", "documentation": "Get character wallet journal", "method": "get", "endpoint": "characters/:character_id/wallet/journal/", "responses": [ { "uuid": "1b313541-20a2-40d7-b192-d7e545060d54", "body": "[\n {\n \"amount\": {{faker 'number.float'}},\n \"balance\": {{faker 'number.float'}},\n \"context_id\": {{faker 'number.int' max=99999}},\n \"context_id_type\": \"{{oneOf (array 'structure_id' 'station_id' 'market_transaction_id' 'character_id' 'corporation_id' 'alliance_id' 'eve_system' 'industry_job_id' 'contract_id' 'planet_id' 'system_id' 'type_id')}}\",\n \"date\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"first_party_id\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"reason\": \"\",\n \"ref_type\": \"{{oneOf (array 'acceleration_gate_fee' 'advertisement_listing_fee' 'agent_donation' 'agent_location_services' 'agent_miscellaneous' 'agent_mission_collateral_paid' 'agent_mission_collateral_refunded' 'agent_mission_reward' 'agent_mission_reward_corporation_tax' 'agent_mission_time_bonus_reward' 'agent_mission_time_bonus_reward_corporation_tax' 'agent_security_services' 'agent_services_rendered' 'agents_preward' 'alliance_maintainance_fee' 'alliance_registration_fee' 'asset_safety_recovery_tax' 'bounty' 'bounty_prize' 'bounty_prize_corporation_tax' 'bounty_prizes' 'bounty_reimbursement' 'bounty_surcharge' 'brokers_fee' 'clone_activation' 'clone_transfer' 'contraband_fine' 'contract_auction_bid' 'contract_auction_bid_corp' 'contract_auction_bid_refund' 'contract_auction_sold' 'contract_brokers_fee' 'contract_brokers_fee_corp' 'contract_collateral' 'contract_collateral_deposited_corp' 'contract_collateral_payout' 'contract_collateral_refund' 'contract_deposit' 'contract_deposit_corp' 'contract_deposit_refund' 'contract_deposit_sales_tax' 'contract_price' 'contract_price_payment_corp' 'contract_reversal' 'contract_reward' 'contract_reward_deposited' 'contract_reward_deposited_corp' 'contract_reward_refund' 'contract_sales_tax' 'copying' 'corporate_reward_payout' 'corporate_reward_tax' 'corporation_account_withdrawal' 'corporation_bulk_payment' 'corporation_dividend_payment' 'corporation_liquidation' 'corporation_logo_change_cost' 'corporation_payment' 'corporation_registration_fee' 'courier_mission_escrow' 'cspa' 'cspaofflinerefund' 'datacore_fee' 'dna_modification_fee' 'docking_fee' 'duel_wager_escrow' 'duel_wager_payment' 'duel_wager_refund' 'factory_slot_rental_fee' 'gm_cash_transfer' 'industry_job_tax' 'infrastructure_hub_maintenance' 'inheritance' 'insurance' 'jump_clone_activation_fee' 'jump_clone_installation_fee' 'kill_right_fee' 'lp_store' 'manufacturing' 'market_escrow' 'market_fine_paid' 'market_transaction' 'medal_creation' 'medal_issued' 'mission_completion' 'mission_cost' 'mission_expiration' 'mission_reward' 'office_rental_fee' 'operation_bonus' 'opportunity_reward' 'planetary_construction' 'planetary_export_tax' 'planetary_import_tax' 'player_donation' 'player_trading' 'project_discovery_reward' 'project_discovery_tax' 'reaction' 'release_of_impounded_property' 'repair_bill' 'reprocessing_tax' 'researching_material_productivity' 'researching_technology' 'researching_time_productivity' 'resource_wars_reward' 'reverse_engineering' 'security_processing_fee' 'shares' 'sovereignity_bill' 'store_purchase' 'store_purchase_refund' 'transaction_tax' 'upkeep_adjustment_fee' 'war_ally_contract' 'war_fee' 'war_fee_surrender')}}\",\n \"second_party_id\": {{faker 'number.int' max=99999}},\n \"tax\": {{faker 'number.float'}},\n \"tax_receiver_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Journal entries", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ba2d41a2-2718-41dc-904a-44f877c6de24", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b77be68f-aacc-473d-83e3-2a257354852c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3abe373b-4cd7-4ddf-89bc-c4aaaa0f4dba", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "86df3e93-a71e-4fed-bb6d-5efd876a5755", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "73b330dc-ef55-41a8-a34a-0f95c9f0891c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ff944410-ae76-4ac6-a2ac-5f0fbd0e9ded", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "85cbdeb1-b5c9-4ec6-b013-7ff1e771af96", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d40edeef-89f7-4626-b596-e1f4907e6a23", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3c54a2b6-1d2e-4992-8fcd-6d71aa855a72", "documentation": "Get wallet transactions", "method": "get", "endpoint": "characters/:character_id/wallet/transactions/", "responses": [ { "uuid": "8a24a829-e69f-4c9f-a0b0-ce9724a2950b", "body": "[\n {\n \"client_id\": {{faker 'number.int' max=99999}},\n \"date\": \"{{faker 'date.recent' 365}}\",\n \"is_buy\": {{faker 'datatype.boolean'}},\n \"is_personal\": {{faker 'datatype.boolean'}},\n \"journal_ref_id\": {{faker 'number.int' max=99999}},\n \"location_id\": {{faker 'number.int' max=99999}},\n \"quantity\": {{faker 'number.int' max=99999}},\n \"transaction_id\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}},\n \"unit_price\": {{faker 'number.float'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Wallet transactions", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1c0cdadc-e463-400a-92d0-86afa846cc7a", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f85b5130-18f3-47ac-a870-85d655dda7dd", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c18f8c19-2e6c-441b-ae06-33fb51022b72", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "848e95aa-56e2-4a56-ab44-e4755bd2e4d1", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2379c43e-fa3b-4519-9359-f0cee4c14549", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8a44fa11-f9ee-46a1-9dca-0c55a152a98a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "98bc82f3-f456-46cc-99e0-184daaeac37a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cbdcf7d2-a23a-42af-8a5c-f43a0e5a568f", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b217c310-2bf6-4c6b-be56-0440f360c2a6", "documentation": "Get public contract bids", "method": "get", "endpoint": "contracts/public/bids/:contract_id/", "responses": [ { "uuid": "c271c9fe-af0f-42ce-9f44-1b8b3bb21994", "body": "[\n {\n \"amount\": {{faker 'number.float'}},\n \"bid_id\": {{faker 'number.int' max=99999}},\n \"date_bid\": \"{{faker 'date.recent' 365}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of bids", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d285597b-8209-435a-b636-b9ab8a6088bf", "body": "", "latency": 0, "statusCode": 204, "label": "Contract expired or recently accepted by player", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d65f2046-ed9b-442e-a058-b7b04cbc1418", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "eb5bd2f1-3676-403c-8771-077de9cc1fb1", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b2726257-31cc-4bce-8c98-0fdbe55d1c91", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 403, "label": "Not Authorized to see contract", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "15cdbd1d-95b8-449d-a0e3-4a8fc7e52fd2", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bfdd4ddb-26b5-47c6-a7b9-c65f18e45c99", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0b70af89-c14a-4764-87b9-fa44d47b32e1", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "78bc35fd-da24-40c6-8270-cb95ef021f5c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "839b5c9f-b52e-4f61-98bb-daf12f3f9593", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2bf99bb8-9df9-4447-acc5-3090a7d027f4", "documentation": "Get public contract items", "method": "get", "endpoint": "contracts/public/items/:contract_id/", "responses": [ { "uuid": "fa9ad2a2-6205-4b46-b996-74ca791041d1", "body": "[\n {\n \"is_blueprint_copy\": {{faker 'datatype.boolean'}},\n \"is_included\": {{faker 'datatype.boolean'}},\n \"item_id\": {{faker 'number.int' max=99999}},\n \"material_efficiency\": {{faker 'number.int' max=99999}},\n \"quantity\": {{faker 'number.int' max=99999}},\n \"record_id\": {{faker 'number.int' max=99999}},\n \"runs\": {{faker 'number.int' max=99999}},\n \"time_efficiency\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of items in this contract", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d279a2b2-15fc-4ef7-9c8a-4d0e1270dbb7", "body": "", "latency": 0, "statusCode": 204, "label": "Contract expired or recently accepted by player", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b26cd508-4a14-480d-92f1-9b447fa233c6", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bf8290c6-f422-4a09-bc07-e18ef5edd618", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e8a275ce-7eb8-4634-8fc0-402bdc938b92", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 403, "label": "Not Authorized to see contract", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ce8205b3-2b75-46e3-bc3e-1e833cc45606", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d336340d-82aa-4d1e-9bd6-5058540f4d54", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "872ebe28-5b13-4d22-aafa-389de4247c1b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "749b5431-fd77-41d5-8a4a-c98df32565f1", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f204fcd7-7c52-4488-90db-bd33bf45d4cf", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "03e1c8eb-9c0e-4363-b971-b859f73ed6c0", "documentation": "Get public contracts", "method": "get", "endpoint": "contracts/public/:region_id/", "responses": [ { "uuid": "ab5793b7-6469-4b64-b3a4-e28ceed9def4", "body": "[\n {\n \"buyout\": {{faker 'number.float'}},\n \"collateral\": {{faker 'number.float'}},\n \"contract_id\": {{faker 'number.int' max=99999}},\n \"date_expired\": \"{{faker 'date.recent' 365}}\",\n \"date_issued\": \"{{faker 'date.recent' 365}}\",\n \"days_to_complete\": {{faker 'number.int' max=99999}},\n \"end_location_id\": {{faker 'number.int' max=99999}},\n \"for_corporation\": {{faker 'datatype.boolean'}},\n \"issuer_corporation_id\": {{faker 'number.int' max=99999}},\n \"issuer_id\": {{faker 'number.int' max=99999}},\n \"price\": {{faker 'number.float'}},\n \"reward\": {{faker 'number.float'}},\n \"start_location_id\": {{faker 'number.int' max=99999}},\n \"title\": \"\",\n \"type\": \"{{oneOf (array 'unknown' 'item_exchange' 'auction' 'courier' 'loan')}}\",\n \"volume\": {{faker 'number.float'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of contracts", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "92ba55a5-9a70-449b-923f-1305ef547771", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a762206a-eb06-4b55-8989-d9c3cd2af1bb", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f7a9bca3-6f0e-4931-ab23-e09e034b9885", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Region not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4c76f417-82a3-40f1-93f2-05a705c1cd40", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "23d904b5-0251-4341-8b62-4bf3a763c41a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3630dea3-cdfc-4b01-b026-1ac9a2499af0", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2628ff2c-76f7-467d-a23a-8d97147db8e6", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d6a1ffb4-1c4d-4561-ac75-fcf682e4c85c", "documentation": "Moon extraction timers", "method": "get", "endpoint": "corporation/:corporation_id/mining/extractions/", "responses": [ { "uuid": "68263949-e34d-4ee5-9a35-40ec8285e77c", "body": "[\n {\n \"chunk_arrival_time\": \"{{faker 'date.recent' 365}}\",\n \"extraction_start_time\": \"{{faker 'date.recent' 365}}\",\n \"moon_id\": {{faker 'number.int' max=99999}},\n \"natural_decay_time\": \"{{faker 'date.recent' 365}}\",\n \"structure_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of chunk timers", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1b56868b-15d8-4321-b81c-00c6404ecc01", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b8dab28e-3727-40ea-b396-88bf4c08bbdc", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "39dbcd36-e2cf-43e7-81dc-37e6a2c37e66", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9d846758-f425-4cfa-a183-94a013a544bc", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "61c9f435-3bd3-4920-a2ce-db7f7cb4b5f6", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3446b60e-b0c2-4970-9cd3-243d68831a89", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8f603bd5-27f5-4c11-97a0-a4fdc4b7cb35", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "98914ae1-e1ec-4f54-b9b5-31d10237adfc", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "651028ae-813f-4d4c-911c-63e51c88d3aa", "documentation": "Corporation mining observers", "method": "get", "endpoint": "corporation/:corporation_id/mining/observers/", "responses": [ { "uuid": "3581fcfb-2e05-44b1-9846-ce7f9b7f063a", "body": "[\n {\n \"last_updated\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"observer_id\": {{faker 'number.int' max=99999}},\n \"observer_type\": \"{{oneOf (array 'structure')}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Observer list of a corporation", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a7ed1a84-09d0-48a9-ba59-dcf869c5189d", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6007f3c0-d365-4345-9fc7-5dabb2260eea", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "60563089-88dc-487b-aecd-54b1d75efba6", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e61759c7-2843-47ae-ac07-c6a37f0d7c50", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "57d4a67c-a5eb-4b0c-b5fb-735b4c4a57b5", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "590a0d99-09c8-4201-ae81-9259dde31b9b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c27615be-2b23-432f-b33b-73aeae07c5f4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0e8070ce-0edd-4b0e-99f9-aa938423bf36", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "76aee69f-fb7d-4393-a3a4-46fba0f100f0", "documentation": "Observed corporation mining", "method": "get", "endpoint": "corporation/:corporation_id/mining/observers/:observer_id/", "responses": [ { "uuid": "f408361f-3566-4d9e-992e-2f04044c7881", "body": "[\n {\n \"character_id\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"recorded_corporation_id\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Mining ledger of an observer", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "eb29af03-78d9-4892-a5f6-d414ad42c73b", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4968d133-4719-4929-863d-fd39e319eaed", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "08cfad97-da7b-41cd-9802-f13a7455f1fb", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9dfe5d54-8ec0-43e1-831b-b43084713757", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "511de925-fe89-4e08-be0a-e2a4cbe40735", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "973f9a5a-9dcc-4d9f-b9a9-01c70067ce04", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e5733890-d6a8-41f1-9318-08ee78261dd5", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ae51532a-e2be-4e26-98e1-aa8ac6aff676", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ce5a961a-0d8f-4820-b751-ebf3e30dd02d", "documentation": "Get npc corporations", "method": "get", "endpoint": "corporations/npccorps/", "responses": [ { "uuid": "555d1f00-f777-4be3-a5dc-31fe74e7ec48", "body": "[\n {{faker 'number.int' max=99999}}\n]", "latency": 0, "statusCode": 200, "label": "A list of npc corporation ids", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0b72933d-ec62-48f2-822b-6164d4febf9a", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "75e7d58b-c51e-41c3-97e6-7b27f328fa56", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3d2e75de-b53b-4253-83eb-15049aeefc91", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f27b420d-33f2-4117-8a6e-e56f88655795", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cf87148e-1a6b-4687-99ad-38031cd621cd", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e910941a-1a1b-4f7e-84e8-c2b5c24f6b4f", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7cad569c-4ffa-47c4-8090-3d731a71adf4", "documentation": "Get corporation information", "method": "get", "endpoint": "corporations/:corporation_id/", "responses": [ { "uuid": "f47588b8-e238-41f4-8c2f-6deab734277a", "body": "{\n \"alliance_id\": {{faker 'number.int' max=99999}},\n \"ceo_id\": {{faker 'number.int' max=99999}},\n \"creator_id\": {{faker 'number.int' max=99999}},\n \"date_founded\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"faction_id\": {{faker 'number.int' max=99999}},\n \"home_station_id\": {{faker 'number.int' max=99999}},\n \"member_count\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"shares\": {{faker 'number.int' max=99999}},\n \"tax_rate\": {{faker 'number.float'}},\n \"ticker\": \"\",\n \"url\": \"\",\n \"war_eligible\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "Public information about a corporation", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "cfd9a073-d19a-4595-907e-81ac268c95ab", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2cba0b94-2a0f-44e2-823e-69e52a9bfe27", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7f9ba278-cb70-4605-8790-ea77a9fcd208", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Corporation not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b09eb3f1-2cb0-47ef-bcd1-201e37a6c27f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "04a386ad-49e9-48a7-b1e0-58118d2cd29d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "39374cc2-3250-4bd2-9319-6d9476dc6ea7", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "60f33b84-3a44-40e8-89b1-ac4c5a1f11fd", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "da714aa9-909d-4682-95da-3528538b7039", "documentation": "Get alliance history", "method": "get", "endpoint": "corporations/:corporation_id/alliancehistory/", "responses": [ { "uuid": "a8d123f2-f3d2-44fb-8168-d27a19242265", "body": "[\n {\n \"alliance_id\": {{faker 'number.int' max=99999}},\n \"is_deleted\": {{faker 'datatype.boolean'}},\n \"record_id\": {{faker 'number.int' max=99999}},\n \"start_date\": \"{{faker 'date.recent' 365}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "Alliance history for the given corporation", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "87967a61-3d71-4ad8-ae13-5b416d7000c0", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3d7ea44f-038e-49f2-aa1d-e4cc3e3bc042", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a732f935-b704-469f-8b5a-0a919a71d738", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "04a8c3a7-95ca-4eb5-9f66-db7969feae90", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "01818525-fb27-400f-b7b0-1df64ddc18fe", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c11c0ecd-4d0f-440d-8f33-18f45416ac48", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "301c76b0-cfd8-4431-bf7f-c154554c51f9", "documentation": "Get corporation assets", "method": "get", "endpoint": "corporations/:corporation_id/assets/", "responses": [ { "uuid": "3cb79c3e-5ef6-4dba-9622-a7f4381a70c9", "body": "[\n {\n \"is_blueprint_copy\": {{faker 'datatype.boolean'}},\n \"is_singleton\": {{faker 'datatype.boolean'}},\n \"item_id\": {{faker 'number.int' max=99999}},\n \"location_flag\": \"{{oneOf (array 'AssetSafety' 'AutoFit' 'Bonus' 'Booster' 'BoosterBay' 'Capsule' 'Cargo' 'CorpDeliveries' 'CorpSAG1' 'CorpSAG2' 'CorpSAG3' 'CorpSAG4' 'CorpSAG5' 'CorpSAG6' 'CorpSAG7' 'CrateLoot' 'Deliveries' 'DroneBay' 'DustBattle' 'DustDatabank' 'FighterBay' 'FighterTube0' 'FighterTube1' 'FighterTube2' 'FighterTube3' 'FighterTube4' 'FleetHangar' 'Hangar' 'HangarAll' 'HiSlot0' 'HiSlot1' 'HiSlot2' 'HiSlot3' 'HiSlot4' 'HiSlot5' 'HiSlot6' 'HiSlot7' 'HiddenModifiers' 'Implant' 'Impounded' 'JunkyardReprocessed' 'JunkyardTrashed' 'LoSlot0' 'LoSlot1' 'LoSlot2' 'LoSlot3' 'LoSlot4' 'LoSlot5' 'LoSlot6' 'LoSlot7' 'Locked' 'MedSlot0' 'MedSlot1' 'MedSlot2' 'MedSlot3' 'MedSlot4' 'MedSlot5' 'MedSlot6' 'MedSlot7' 'OfficeFolder' 'Pilot' 'PlanetSurface' 'QuafeBay' 'Reward' 'RigSlot0' 'RigSlot1' 'RigSlot2' 'RigSlot3' 'RigSlot4' 'RigSlot5' 'RigSlot6' 'RigSlot7' 'SecondaryStorage' 'ServiceSlot0' 'ServiceSlot1' 'ServiceSlot2' 'ServiceSlot3' 'ServiceSlot4' 'ServiceSlot5' 'ServiceSlot6' 'ServiceSlot7' 'ShipHangar' 'ShipOffline' 'Skill' 'SkillInTraining' 'SpecializedAmmoHold' 'SpecializedCommandCenterHold' 'SpecializedFuelBay' 'SpecializedGasHold' 'SpecializedIndustrialShipHold' 'SpecializedLargeShipHold' 'SpecializedMaterialBay' 'SpecializedMediumShipHold' 'SpecializedMineralHold' 'SpecializedOreHold' 'SpecializedPlanetaryCommoditiesHold' 'SpecializedSalvageHold' 'SpecializedShipHold' 'SpecializedSmallShipHold' 'StructureActive' 'StructureFuel' 'StructureInactive' 'StructureOffline' 'SubSystemBay' 'SubSystemSlot0' 'SubSystemSlot1' 'SubSystemSlot2' 'SubSystemSlot3' 'SubSystemSlot4' 'SubSystemSlot5' 'SubSystemSlot6' 'SubSystemSlot7' 'Unlocked' 'Wallet' 'Wardrobe')}}\",\n \"location_id\": {{faker 'number.int' max=99999}},\n \"location_type\": \"{{oneOf (array 'station' 'solar_system' 'other')}}\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of assets", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8e4e34a0-8b7c-40e4-8e3e-a0413ca1666e", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "af7e412c-b257-44ca-8593-fb4bbd480bc2", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "88cfed6b-89a1-4392-a785-d31a3b88a46b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6c687044-b464-48d5-a72b-29d4204c14dd", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "161353ea-6d10-4c47-b00c-81929e5438a2", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5e6e6a61-2e35-4d6b-845f-b5af148db1f4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4f87e46c-c3ed-482f-ab9d-ec773fdf8934", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e1f98751-6d09-4969-bba1-a3b3d3746acb", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "15317fdf-5821-4a54-af5f-48d9575e816a", "documentation": "Get corporation asset locations", "method": "post", "endpoint": "corporations/:corporation_id/assets/locations/", "responses": [ { "uuid": "9d790998-311a-41b9-b70e-9c3ce0a78a20", "body": "[\n {\n \"item_id\": {{faker 'number.int' max=99999}},\n \"position\": {\n \"x\": {{faker 'number.float'}},\n \"y\": {{faker 'number.float'}},\n \"z\": {{faker 'number.float'}}\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "List of asset locations", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "74915013-6c1f-406d-8c0e-039cab84ad0b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9b6b086f-6baf-4cf9-a241-e0fbc3720f98", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9d939d45-0ef9-4693-a50c-99a63dd9cf4e", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e8fbe2ac-0c17-4715-b27f-0b1649508d0c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Invalid IDs", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "06a990b2-415a-4f90-821b-8d56c36e8618", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "235374cf-d30a-43ae-888a-f258dc01b30e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "24100df0-5ef1-4a4b-91c6-e5ddfd8e09e3", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b8647ec0-7a42-4b6e-bb82-2f0103bf234b", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7300a2fd-c2ac-4b45-aeb4-3da063ed1b21", "documentation": "Get corporation asset names", "method": "post", "endpoint": "corporations/:corporation_id/assets/names/", "responses": [ { "uuid": "3cdfd5cb-8f77-40d3-a99c-eb0d9df13fe4", "body": "[\n {\n \"item_id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List of asset names", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "dbf7dfdd-d045-45d0-a39f-813b831b499e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "71dab468-81d1-455d-b8d3-d533b8e889b1", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "89964b1f-cd62-450f-9c82-f8463c0a5c7e", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c7e07350-4325-49e6-84c4-03004747f888", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Invalid IDs", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8a2a4891-fabd-4048-9518-5addafff411d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "98c89f54-afae-4d49-8392-4f6ec430cae0", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d4d5bccd-72af-429f-977b-8a0db458ea13", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "70b3239c-83d2-403b-b9c2-a7e4e73f2b27", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6b874922-b869-4d10-800b-7cfbbed1c5f0", "documentation": "Get corporation blueprints", "method": "get", "endpoint": "corporations/:corporation_id/blueprints/", "responses": [ { "uuid": "9823e475-ed20-4fc9-b66f-5a8af8d58c25", "body": "[\n {\n \"item_id\": {{faker 'number.int' max=99999}},\n \"location_flag\": \"{{oneOf (array 'AssetSafety' 'AutoFit' 'Bonus' 'Booster' 'BoosterBay' 'Capsule' 'Cargo' 'CorpDeliveries' 'CorpSAG1' 'CorpSAG2' 'CorpSAG3' 'CorpSAG4' 'CorpSAG5' 'CorpSAG6' 'CorpSAG7' 'CrateLoot' 'Deliveries' 'DroneBay' 'DustBattle' 'DustDatabank' 'FighterBay' 'FighterTube0' 'FighterTube1' 'FighterTube2' 'FighterTube3' 'FighterTube4' 'FleetHangar' 'Hangar' 'HangarAll' 'HiSlot0' 'HiSlot1' 'HiSlot2' 'HiSlot3' 'HiSlot4' 'HiSlot5' 'HiSlot6' 'HiSlot7' 'HiddenModifiers' 'Implant' 'Impounded' 'JunkyardReprocessed' 'JunkyardTrashed' 'LoSlot0' 'LoSlot1' 'LoSlot2' 'LoSlot3' 'LoSlot4' 'LoSlot5' 'LoSlot6' 'LoSlot7' 'Locked' 'MedSlot0' 'MedSlot1' 'MedSlot2' 'MedSlot3' 'MedSlot4' 'MedSlot5' 'MedSlot6' 'MedSlot7' 'OfficeFolder' 'Pilot' 'PlanetSurface' 'QuafeBay' 'Reward' 'RigSlot0' 'RigSlot1' 'RigSlot2' 'RigSlot3' 'RigSlot4' 'RigSlot5' 'RigSlot6' 'RigSlot7' 'SecondaryStorage' 'ServiceSlot0' 'ServiceSlot1' 'ServiceSlot2' 'ServiceSlot3' 'ServiceSlot4' 'ServiceSlot5' 'ServiceSlot6' 'ServiceSlot7' 'ShipHangar' 'ShipOffline' 'Skill' 'SkillInTraining' 'SpecializedAmmoHold' 'SpecializedCommandCenterHold' 'SpecializedFuelBay' 'SpecializedGasHold' 'SpecializedIndustrialShipHold' 'SpecializedLargeShipHold' 'SpecializedMaterialBay' 'SpecializedMediumShipHold' 'SpecializedMineralHold' 'SpecializedOreHold' 'SpecializedPlanetaryCommoditiesHold' 'SpecializedSalvageHold' 'SpecializedShipHold' 'SpecializedSmallShipHold' 'StructureActive' 'StructureFuel' 'StructureInactive' 'StructureOffline' 'SubSystemBay' 'SubSystemSlot0' 'SubSystemSlot1' 'SubSystemSlot2' 'SubSystemSlot3' 'SubSystemSlot4' 'SubSystemSlot5' 'SubSystemSlot6' 'SubSystemSlot7' 'Unlocked' 'Wallet' 'Wardrobe')}}\",\n \"location_id\": {{faker 'number.int' max=99999}},\n \"material_efficiency\": {{faker 'number.int' max=99999}},\n \"quantity\": {{faker 'number.int' max=99999}},\n \"runs\": {{faker 'number.int' max=99999}},\n \"time_efficiency\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "List of corporation blueprints", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "856b93ba-8e00-442b-bf9a-fe6430657644", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "833398f2-4611-4f39-9974-fb9f58e4b324", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "178f2030-5c45-4f0e-ae93-ebce264f57be", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cc4448df-2559-46bc-9fb4-0ace5c2bbbf8", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bce65825-3af3-4306-a913-1fcf3c56e9fe", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ab824f9b-809e-4a5c-968d-3c2bf06ad422", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8509737c-4cf5-43fe-aa17-458404463719", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2cbabafd-ce3f-4414-b7e5-1118402b7c2b", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "535de707-97b5-44bf-89fe-8ea5ae90c06e", "documentation": "List corporation bookmarks", "method": "get", "endpoint": "corporations/:corporation_id/bookmarks/", "responses": [ { "uuid": "c5a40b67-bb61-47ea-a4c5-df37058f23d6", "body": "[\n {\n \"bookmark_id\": {{faker 'number.int' max=99999}},\n \"coordinates\": {\n \"x\": {{faker 'number.float'}},\n \"y\": {{faker 'number.float'}},\n \"z\": {{faker 'number.float'}}\n },\n \"created\": \"{{faker 'date.recent' 365}}\",\n \"creator_id\": {{faker 'number.int' max=99999}},\n \"folder_id\": {{faker 'number.int' max=99999}},\n \"item\": {\n \"item_id\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}}\n },\n \"label\": \"\",\n \"location_id\": {{faker 'number.int' max=99999}},\n \"notes\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List of corporation owned bookmarks", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "83fc3cf2-dbf7-44c5-b4a5-700f1a82c30a", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f17579e8-f772-4039-9a34-ca8fd16e2af9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "daba6da9-c98b-4eba-8c04-df5c7ec5c054", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0fa46798-1c0f-4ae4-9800-6d871a039a71", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "57927446-06fd-4152-b876-643ed55f0c7a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "02221062-84d4-4460-b3a9-edc1565ed616", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "83036627-464d-4a5c-8b2e-d5b66cdb8c48", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d7d51321-7c0f-4989-a434-7c5b37156052", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "17d66430-8976-4cab-95cc-5c02d4b3c350", "documentation": "List corporation bookmark folders", "method": "get", "endpoint": "corporations/:corporation_id/bookmarks/folders/", "responses": [ { "uuid": "64dc5781-362b-4ab9-a852-8bb61f9c114b", "body": "[\n {\n \"creator_id\": {{faker 'number.int' max=99999}},\n \"folder_id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List of corporation owned bookmark folders", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1228de18-d8c6-46ab-b0ba-794c2c002715", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "885f7dc1-f625-4a45-9f79-5317342fc624", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "625a5621-1124-4794-8025-1c00a427e33a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2cefa3a9-9145-4505-9685-c8f58fe3e452", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7f83e26e-9a1d-43df-91ab-b6e490731c3a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ee00f1fa-23fd-421f-9931-464d3ddee07b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "52083d4a-e266-4942-8c96-9e3428112f42", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e7e5493a-60bf-488e-93b6-3ff68d92c63c", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "65d44b2b-0661-4c31-bb87-7f7347aac7f1", "documentation": "Get corporation contacts", "method": "get", "endpoint": "corporations/:corporation_id/contacts/", "responses": [ { "uuid": "c9f60b12-abdc-4ea0-8699-c0d6e70b4a4a", "body": "[\n {\n \"contact_id\": {{faker 'number.int' max=99999}},\n \"contact_type\": \"{{oneOf (array 'character' 'corporation' 'alliance' 'faction')}}\",\n \"is_watched\": {{faker 'datatype.boolean'}},\n \"label_ids\": [\n {{faker 'number.int' max=99999}}\n ],\n \"standing\": {{faker 'number.float'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of contacts", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b1c7bb11-729e-4edc-9add-66b54f5edde2", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "22138f9c-93b5-4994-8f07-b2358f67f5cf", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d784a876-5fc5-4f8a-a98f-acc5d62d8d44", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c4c85f6d-2e69-49a5-b112-7d01cb74c83a", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2d995093-97cb-4b1a-a642-55cf6c0119d9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d7ee0ed7-f1a4-47cb-b4af-476acaec3a3d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bc28bdf4-e974-4260-9dfa-5c41717f2adb", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "58a9c4ce-a68d-43af-8afe-f01f3beff01e", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "20c5dfba-2450-459d-b865-d389578dc8ab", "documentation": "Get corporation contact labels", "method": "get", "endpoint": "corporations/:corporation_id/contacts/labels/", "responses": [ { "uuid": "fad5e525-adc9-4ec5-9042-00d949ff5b84", "body": "[\n {\n \"label_id\": {{faker 'number.int' max=99999}},\n \"label_name\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of corporation contact labels", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "547d85f6-8c29-4a00-ba55-bbddeed69156", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ab5d4af7-13ff-447b-98fd-7f3032d21749", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3b6aa38d-48be-47e8-aa62-5a0a3be25f94", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3123b7a5-2f34-4fa3-9925-f818935be1df", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "be36dac3-668d-4d05-b500-af5d197968c9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5b70d100-54f7-4265-8bab-88b672ec70f0", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c2b3589d-2c5b-4694-8e98-654c1361e329", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "44542df9-01fc-4d55-8a46-fe7324015440", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "73c57d34-cc18-420b-bac8-2588e8913d99", "documentation": "Get all corporation ALSC logs", "method": "get", "endpoint": "corporations/:corporation_id/containers/logs/", "responses": [ { "uuid": "3ccebcdf-35f7-45ee-872d-400440b4b45b", "body": "[\n {\n \"action\": \"{{oneOf (array 'add' 'assemble' 'configure' 'enter_password' 'lock' 'move' 'repackage' 'set_name' 'set_password' 'unlock')}}\",\n \"character_id\": {{faker 'number.int' max=99999}},\n \"container_id\": {{faker 'number.int' max=99999}},\n \"container_type_id\": {{faker 'number.int' max=99999}},\n \"location_flag\": \"{{oneOf (array 'AssetSafety' 'AutoFit' 'Bonus' 'Booster' 'BoosterBay' 'Capsule' 'Cargo' 'CorpDeliveries' 'CorpSAG1' 'CorpSAG2' 'CorpSAG3' 'CorpSAG4' 'CorpSAG5' 'CorpSAG6' 'CorpSAG7' 'CrateLoot' 'Deliveries' 'DroneBay' 'DustBattle' 'DustDatabank' 'FighterBay' 'FighterTube0' 'FighterTube1' 'FighterTube2' 'FighterTube3' 'FighterTube4' 'FleetHangar' 'Hangar' 'HangarAll' 'HiSlot0' 'HiSlot1' 'HiSlot2' 'HiSlot3' 'HiSlot4' 'HiSlot5' 'HiSlot6' 'HiSlot7' 'HiddenModifiers' 'Implant' 'Impounded' 'JunkyardReprocessed' 'JunkyardTrashed' 'LoSlot0' 'LoSlot1' 'LoSlot2' 'LoSlot3' 'LoSlot4' 'LoSlot5' 'LoSlot6' 'LoSlot7' 'Locked' 'MedSlot0' 'MedSlot1' 'MedSlot2' 'MedSlot3' 'MedSlot4' 'MedSlot5' 'MedSlot6' 'MedSlot7' 'OfficeFolder' 'Pilot' 'PlanetSurface' 'QuafeBay' 'Reward' 'RigSlot0' 'RigSlot1' 'RigSlot2' 'RigSlot3' 'RigSlot4' 'RigSlot5' 'RigSlot6' 'RigSlot7' 'SecondaryStorage' 'ServiceSlot0' 'ServiceSlot1' 'ServiceSlot2' 'ServiceSlot3' 'ServiceSlot4' 'ServiceSlot5' 'ServiceSlot6' 'ServiceSlot7' 'ShipHangar' 'ShipOffline' 'Skill' 'SkillInTraining' 'SpecializedAmmoHold' 'SpecializedCommandCenterHold' 'SpecializedFuelBay' 'SpecializedGasHold' 'SpecializedIndustrialShipHold' 'SpecializedLargeShipHold' 'SpecializedMaterialBay' 'SpecializedMediumShipHold' 'SpecializedMineralHold' 'SpecializedOreHold' 'SpecializedPlanetaryCommoditiesHold' 'SpecializedSalvageHold' 'SpecializedShipHold' 'SpecializedSmallShipHold' 'StructureActive' 'StructureFuel' 'StructureInactive' 'StructureOffline' 'SubSystemBay' 'SubSystemSlot0' 'SubSystemSlot1' 'SubSystemSlot2' 'SubSystemSlot3' 'SubSystemSlot4' 'SubSystemSlot5' 'SubSystemSlot6' 'SubSystemSlot7' 'Unlocked' 'Wallet' 'Wardrobe')}}\",\n \"location_id\": {{faker 'number.int' max=99999}},\n \"logged_at\": \"{{faker 'date.recent' 365}}\",\n \"new_config_bitmask\": {{faker 'number.int' max=99999}},\n \"old_config_bitmask\": {{faker 'number.int' max=99999}},\n \"password_type\": \"{{oneOf (array 'config' 'general')}}\",\n \"quantity\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "List of corporation ALSC logs", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d4ffd199-dc9f-4b3b-a4e4-7b965971f881", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8a41bd83-198f-436e-b17b-940008f9d9ef", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "59c8d318-5dba-4674-938e-1436495cb42e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "41923ae4-0ae5-4cce-b5b3-b921f7bec426", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f66bf2ba-0ee8-48a1-9423-c18761f20060", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7d8d6d52-a1e0-4b26-8cfa-cd726db5eacf", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "19261521-1b85-4ebd-a74c-8adeba449388", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f5c810f6-f5a7-4302-aa56-81e016636ec6", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "00e62b00-906e-499a-a203-95c390865193", "documentation": "Get corporation contracts", "method": "get", "endpoint": "corporations/:corporation_id/contracts/", "responses": [ { "uuid": "e2739b21-f951-418d-b9a9-87c8af21f1a8", "body": "[\n {\n \"acceptor_id\": {{faker 'number.int' max=99999}},\n \"assignee_id\": {{faker 'number.int' max=99999}},\n \"availability\": \"{{oneOf (array 'public' 'personal' 'corporation' 'alliance')}}\",\n \"buyout\": {{faker 'number.float'}},\n \"collateral\": {{faker 'number.float'}},\n \"contract_id\": {{faker 'number.int' max=99999}},\n \"date_accepted\": \"{{faker 'date.recent' 365}}\",\n \"date_completed\": \"{{faker 'date.recent' 365}}\",\n \"date_expired\": \"{{faker 'date.recent' 365}}\",\n \"date_issued\": \"{{faker 'date.recent' 365}}\",\n \"days_to_complete\": {{faker 'number.int' max=99999}},\n \"end_location_id\": {{faker 'number.int' max=99999}},\n \"for_corporation\": {{faker 'datatype.boolean'}},\n \"issuer_corporation_id\": {{faker 'number.int' max=99999}},\n \"issuer_id\": {{faker 'number.int' max=99999}},\n \"price\": {{faker 'number.float'}},\n \"reward\": {{faker 'number.float'}},\n \"start_location_id\": {{faker 'number.int' max=99999}},\n \"status\": \"{{oneOf (array 'outstanding' 'in_progress' 'finished_issuer' 'finished_contractor' 'finished' 'cancelled' 'rejected' 'failed' 'deleted' 'reversed')}}\",\n \"title\": \"\",\n \"type\": \"{{oneOf (array 'unknown' 'item_exchange' 'auction' 'courier' 'loan')}}\",\n \"volume\": {{faker 'number.float'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of contracts", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b0184d30-1019-44d6-b4c9-5b3edf25c94d", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e83ee3cf-fa61-4569-8fcc-5762435ba2bf", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1e11be64-6c38-41d9-84cc-20003b43c816", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cfe1cced-8533-4988-9e87-c6d08a584200", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2c19adbd-4d31-469f-adc8-9feadbf5de4e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fbc6cbdf-1496-4d1c-9c12-8d24957ee887", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3120a1f0-5402-4b18-9c9f-ffcee8fce48b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c2b26506-6902-4bb4-a650-6002bd79eb52", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7ab40460-3558-443f-a350-3ffb38223c39", "documentation": "Get corporation contract bids", "method": "get", "endpoint": "corporations/:corporation_id/contracts/:contract_id/bids/", "responses": [ { "uuid": "d4a43d7f-ac65-40bf-8861-59e5f22e4876", "body": "[\n {\n \"amount\": {{faker 'number.float'}},\n \"bid_id\": {{faker 'number.int' max=99999}},\n \"bidder_id\": {{faker 'number.int' max=99999}},\n \"date_bid\": \"{{faker 'date.recent' 365}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of bids", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "82fa18f1-2338-4bae-a823-503d3cc1f1dd", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7365d464-7817-448e-8e7e-97d5ba360057", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7b131a9c-fc0f-4368-bbb4-482eb52b40f5", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "230e297d-7394-4d1b-8bf3-d34e050c265a", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "da0aaac1-6050-4672-9f58-b61b4ba209b4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f4454642-0947-4eb0-9563-8e69700d4faa", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "38d250ce-d978-4cec-9d30-ee13715a9772", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6cea6fd0-dfe0-4444-880a-269f2ff83250", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "816302f2-1470-45ae-b704-3e1fdea3d595", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cd52de44-ab3c-4d4d-94cc-70a97e3a79ad", "documentation": "Get corporation contract items", "method": "get", "endpoint": "corporations/:corporation_id/contracts/:contract_id/items/", "responses": [ { "uuid": "71002f3a-3c42-4ada-a413-259d2d7b22e2", "body": "[\n {\n \"is_included\": {{faker 'datatype.boolean'}},\n \"is_singleton\": {{faker 'datatype.boolean'}},\n \"quantity\": {{faker 'number.int' max=99999}},\n \"raw_quantity\": {{faker 'number.int' max=99999}},\n \"record_id\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of items in this contract", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6aa9ddfb-eb7b-45a0-a4f7-8f67deaca494", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "79bf43bb-6f9f-4963-9498-134adb14cf83", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "83ed697b-9ccf-4ae6-9305-228f2d376139", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bd74241a-d9dd-4ae9-9495-ba0662e7b501", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ea762176-eb8a-4e92-9b26-308e93fab1cd", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c58125b5-259e-4e21-bb1b-af0d1b81d6e2", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e4813e09-b11e-40c4-8d63-bd2499ade75f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4b0eeb2d-0f90-4fa8-a875-e87c9ecf59a6", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0a22c1f7-188c-4ce1-8958-792bcbc025a3", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "29676f0d-d8e3-4743-9b4c-c9927411d641", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 520, "label": "Internal error thrown from the EVE server. Most of the time this means you have hit an EVE server rate limit", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d37f5446-097c-434a-966f-05d92972de02", "documentation": "List corporation customs offices", "method": "get", "endpoint": "corporations/:corporation_id/customs_offices/", "responses": [ { "uuid": "01532642-b74c-4957-ac93-3d2c3c5a0780", "body": "[\n {\n \"alliance_tax_rate\": {{faker 'number.float'}},\n \"allow_access_with_standings\": {{faker 'datatype.boolean'}},\n \"allow_alliance_access\": {{faker 'datatype.boolean'}},\n \"bad_standing_tax_rate\": {{faker 'number.float'}},\n \"corporation_tax_rate\": {{faker 'number.float'}},\n \"excellent_standing_tax_rate\": {{faker 'number.float'}},\n \"good_standing_tax_rate\": {{faker 'number.float'}},\n \"neutral_standing_tax_rate\": {{faker 'number.float'}},\n \"office_id\": {{faker 'number.int' max=99999}},\n \"reinforce_exit_end\": {{faker 'number.int' max=99999}},\n \"reinforce_exit_start\": {{faker 'number.int' max=99999}},\n \"standing_level\": \"{{oneOf (array 'bad' 'excellent' 'good' 'neutral' 'terrible')}}\",\n \"system_id\": {{faker 'number.int' max=99999}},\n \"terrible_standing_tax_rate\": {{faker 'number.float'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of customs offices and their settings", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "94584a27-c07d-49d7-8f2a-381ff85fff8b", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1e76ca98-865c-441a-bc3c-6125e7ba4f3a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "24dc9eea-4852-40d8-9246-59fe96fce6f4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8dc416fa-fa68-432d-939e-2f0208e34017", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2b0f90a5-3883-4d09-8f8d-1a94b9a273f1", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6d0f1a6d-598d-45ee-b2cd-b9098edd587a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ecf33ffd-0211-4f7d-a8f7-34f511a86e55", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "23491e89-b0fd-48b8-a67c-e4e7dafcfe50", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "285bb83a-208b-4f8e-9913-5d1693c74ae9", "documentation": "Get corporation divisions", "method": "get", "endpoint": "corporations/:corporation_id/divisions/", "responses": [ { "uuid": "e307a66d-7dcf-4deb-bdd6-c00d7df9977a", "body": "{\n \"hangar\": [\n {\n \"division\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n ],\n \"wallet\": [\n {\n \"division\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "List of corporation division names", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bf9a94cf-916b-4e82-bb42-cfd3ce4e3480", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "774a23ba-3f0e-4707-9a30-f61babbe3729", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e77514c2-cbaa-4b20-98fe-b8000f6ffe28", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f3b44935-a797-4ee6-897f-8246b3dd4c4a", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "05879241-f5a5-4cde-8e7c-2217c904de18", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9a145c66-d331-4dda-8556-dea897bc3505", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f4273880-d675-4e0a-b3d8-a6e43eab7e1a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d662336a-277d-4833-823a-51ce2c230a70", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "530bdc77-e3c7-431c-85d1-6d88fd5827ef", "documentation": "Get corporation facilities", "method": "get", "endpoint": "corporations/:corporation_id/facilities/", "responses": [ { "uuid": "7b8c2a94-c837-4676-beb3-e4e8ea3ce818", "body": "[\n {\n \"facility_id\": {{faker 'number.int' max=99999}},\n \"system_id\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "List of corporation facilities", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4ebbf4bc-86ea-4b5b-a9b7-1d5d1e7d3d9e", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "798f0236-9d6f-4dff-a60c-c1de586c4ffc", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6064c26c-b024-47e0-a580-4afeebc0595c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8dc2eb01-2045-4642-87f1-8cab2483bcd0", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "571a1acb-aca9-49db-b684-7f439b8ddc1c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b5c43402-e1b1-4445-9015-734107d58690", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a87ed98c-344a-4e52-a773-0a4ae29079a3", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "063602d9-467a-4518-83f4-8117ca259a73", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ffd4d7cf-76b7-49a3-9cfa-38b7003832b1", "documentation": "Overview of a corporation involved in faction warfare", "method": "get", "endpoint": "corporations/:corporation_id/fw/stats/", "responses": [ { "uuid": "cb3c326e-e1fc-41b6-9209-d6e866cf365a", "body": "{\n \"enlisted_on\": \"{{faker 'date.recent' 365}}\",\n \"faction_id\": {{faker 'number.int' max=99999}},\n \"kills\": {\n \"last_week\": {{faker 'number.int' max=99999}},\n \"total\": {{faker 'number.int' max=99999}},\n \"yesterday\": {{faker 'number.int' max=99999}}\n },\n \"pilots\": {{faker 'number.int' max=99999}},\n \"victory_points\": {\n \"last_week\": {{faker 'number.int' max=99999}},\n \"total\": {{faker 'number.int' max=99999}},\n \"yesterday\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Faction warfare statistics for a given corporation", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "75f91653-0c33-4113-80bf-0f6c65e8c529", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6c158178-8f49-4459-8dac-2e3e6f1bb99a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2e2bbaed-ad01-4460-953b-361f72f7d098", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ff8a4907-e275-41cf-a369-2e28ad0b7624", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "13b93ba2-cc29-4fe7-9b85-beae02f0048f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6cc84fe1-03db-4340-97a7-7179857ccc0c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5ab7336a-3224-4618-9205-91e1e59230df", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6e7553c9-672f-4c8e-a401-f08a1ed7ad78", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "07a65109-ac43-4977-82c1-99bbcb94e117", "documentation": "Get corporation icon", "method": "get", "endpoint": "corporations/:corporation_id/icons/", "responses": [ { "uuid": "7b169057-d245-49a7-a343-59b8bf201f35", "body": "{\n \"px128x128\": \"\",\n \"px256x256\": \"\",\n \"px64x64\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Urls for icons for the given corporation id and server", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "cd810111-ea91-4b9d-8e37-75eea44e650e", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e55d883b-d1ab-4015-a892-1d126470461a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6bc22312-adfc-4de0-bee1-7491804fd2b3", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "No image server for this datasource", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "01fc2d44-5101-4508-a8c2-37eb00f9bf0d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6b6470e8-03b9-4362-aaa8-e8ef53279a4f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "86478c1e-7138-4ede-a858-4eb6c0aacf67", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "15b98012-7d6b-4acb-9546-7bc09af572a8", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "821d03fe-fcf4-464c-b03b-4b1e2223bce4", "documentation": "List corporation industry jobs", "method": "get", "endpoint": "corporations/:corporation_id/industry/jobs/", "responses": [ { "uuid": "4e8b1b6a-dabe-4f9e-908e-f170981c12d1", "body": "[\n {\n \"activity_id\": {{faker 'number.int' max=99999}},\n \"blueprint_id\": {{faker 'number.int' max=99999}},\n \"blueprint_location_id\": {{faker 'number.int' max=99999}},\n \"blueprint_type_id\": {{faker 'number.int' max=99999}},\n \"completed_character_id\": {{faker 'number.int' max=99999}},\n \"completed_date\": \"{{faker 'date.recent' 365}}\",\n \"cost\": {{faker 'number.float'}},\n \"duration\": {{faker 'number.int' max=99999}},\n \"end_date\": \"{{faker 'date.recent' 365}}\",\n \"facility_id\": {{faker 'number.int' max=99999}},\n \"installer_id\": {{faker 'number.int' max=99999}},\n \"job_id\": {{faker 'number.int' max=99999}},\n \"licensed_runs\": {{faker 'number.int' max=99999}},\n \"location_id\": {{faker 'number.int' max=99999}},\n \"output_location_id\": {{faker 'number.int' max=99999}},\n \"pause_date\": \"{{faker 'date.recent' 365}}\",\n \"probability\": {{faker 'number.float'}},\n \"product_type_id\": {{faker 'number.int' max=99999}},\n \"runs\": {{faker 'number.int' max=99999}},\n \"start_date\": \"{{faker 'date.recent' 365}}\",\n \"status\": \"{{oneOf (array 'active' 'cancelled' 'delivered' 'paused' 'ready' 'reverted')}}\",\n \"successful_runs\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of corporation industry jobs", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1046592f-c629-4aaf-8c96-cc864f8a048b", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "25bdbc69-0038-49a0-976c-b0625726b710", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7fbebd12-25d9-4eba-9aec-273ac2eb55e7", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "27f89595-b070-4fc5-be60-e783e9cc787a", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6c5356cf-ab8c-4b0b-831a-faae04360ad5", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "13358d90-ea83-487e-b4d1-f7c88cb054e6", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "26eb82bf-49fa-4cd3-82c1-5da8bbf87667", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c2c77211-4c43-45ac-8fe9-f6a57490d23c", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e5118018-e4b7-4950-86d2-32aa3a2bc449", "documentation": "Get a corporation's recent kills and losses", "method": "get", "endpoint": "corporations/:corporation_id/killmails/recent/", "responses": [ { "uuid": "2662b644-c252-432f-95b8-b0de48a95f77", "body": "[\n {\n \"killmail_hash\": \"\",\n \"killmail_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of killmail IDs and hashes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "543dca56-ec99-4433-b0e3-c8c9a522cd92", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "76ecea88-3b12-4779-8e4e-ef49dd2d1e90", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "96394416-c860-4bec-8ff8-4f247bfbd672", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b67f4dcc-25ff-4e22-a1b4-ab5a564b02d6", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "26c211ea-0707-4ad9-8e09-9469ab259fdd", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "75eedbf6-89ce-48e5-8ab5-30bfa941fc59", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "22c750a2-27e7-4a59-86cf-d1a42b1738dd", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b1b4d671-6594-47d5-9f6b-e00fa10cb454", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "34d3af79-1d2d-4794-aaca-d3ce6628491a", "documentation": "Get corporation medals", "method": "get", "endpoint": "corporations/:corporation_id/medals/", "responses": [ { "uuid": "e9a002c8-7c0c-4200-a1ae-813ff74ee437", "body": "[\n {\n \"created_at\": \"{{faker 'date.recent' 365}}\",\n \"creator_id\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"medal_id\": {{faker 'number.int' max=99999}},\n \"title\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of medals", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "549ba63e-eeea-41da-89bd-162f4b68a3c4", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9c6b0b26-de88-4fcf-9fa2-66c83f575043", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4c77647b-8fd6-4439-b770-f64a5303f622", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4a3d44a1-303e-4cf4-94fd-72cb9f44419e", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5caf735c-192c-4938-bd26-88b259ed1226", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e535fa8f-ff0e-4ec3-b1ed-08780603176a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "450971bb-2667-4f25-ada7-da37dbc6fed1", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7763b5b5-06f5-4093-b96a-8f6ac9cd44b3", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e77d248c-815b-45c1-b84c-34a4b08eaf18", "documentation": "Get corporation issued medals", "method": "get", "endpoint": "corporations/:corporation_id/medals/issued/", "responses": [ { "uuid": "ec4d6590-b5c9-4823-ad8d-0ad845051acb", "body": "[\n {\n \"character_id\": {{faker 'number.int' max=99999}},\n \"issued_at\": \"{{faker 'date.recent' 365}}\",\n \"issuer_id\": {{faker 'number.int' max=99999}},\n \"medal_id\": {{faker 'number.int' max=99999}},\n \"reason\": \"\",\n \"status\": \"{{oneOf (array 'private' 'public')}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of issued medals", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "84c05b5b-6758-4077-b1ee-d1a401562575", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8b85b894-fbdd-48bb-aa7f-866238ebd5b3", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "37be1508-7f23-48e6-9ed5-3d2bb579715b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fe0205e5-dda1-440c-8907-f9bc3d8b9411", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "96a89671-6a1b-4bd8-873d-32e1ba3b0960", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "db5afc70-d0e6-4014-b0a2-1fc702c91337", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b8507173-e845-4a54-b3c2-2327aeb97b19", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1f98acfb-015c-4f9b-a402-201880946208", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8cf56073-f5a7-4a49-b63e-1cc5c264a818", "documentation": "Get corporation members", "method": "get", "endpoint": "corporations/:corporation_id/members/", "responses": [ { "uuid": "d94ad313-e63c-4ceb-aaf6-4dbde1a8ee82", "body": "[\n {{faker 'number.int' max=99999}}\n]", "latency": 0, "statusCode": 200, "label": "List of member character IDs", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e4d7cfa2-86c8-45e5-8474-d90e45c3f97d", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "80f1994f-9763-4ff2-b6b2-8856be52136d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6ef17764-6642-497a-9e0d-5cc5691342bf", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "12b92a32-71f2-4697-853f-d1643508f441", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e2a27d6c-0d56-4bfb-9441-58fe0fa7c869", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "30b80d85-440b-407e-aae9-38a173cd8fab", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cb680106-6448-48a3-818e-60cf9f5907f6", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5d4f2f65-6386-4d4d-ae70-60c469c89f25", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "311e79bd-f377-4a47-b6f9-c29b54085823", "documentation": "Get corporation member limit", "method": "get", "endpoint": "corporations/:corporation_id/members/limit/", "responses": [ { "uuid": "d6e78e9a-6d3d-4e0e-8065-ebc9a8cb357e", "body": "{{faker 'number.int' max=99999}}", "latency": 0, "statusCode": 200, "label": "The corporation's member limit", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d3fe3332-afea-4043-9d0a-165e4b66ba7b", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "357e0040-c494-4c84-872b-c372ff03bdb3", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8dd58ac1-ae00-441f-8d1a-d3eaa5fc711e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7db59cad-83bb-4bed-bdf7-f33ac7776a4e", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "16b9ea71-1d5b-4e20-8a3f-f96a15bbddec", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4dd28b77-2f3f-48de-92c1-b4cf1f1e8b3a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "401b3e03-a74b-47dd-bef9-8ff80481fffd", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fea55679-af99-4fc1-ac84-e9c33a5da2fe", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c0f980a8-9915-4e48-ab86-c228c5be5b52", "documentation": "Get corporation's members' titles", "method": "get", "endpoint": "corporations/:corporation_id/members/titles/", "responses": [ { "uuid": "f35d9e32-e66b-4e36-96b2-21f21f5ac908", "body": "[\n {\n \"character_id\": {{faker 'number.int' max=99999}},\n \"titles\": [\n {{faker 'number.int' max=99999}}\n ]\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of members and theirs titles", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "760ddb1b-dd21-40e0-8cc7-54444d1bb2e9", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b59eaa1b-6f36-4875-908e-f080ec7d52e3", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a42a284e-86d7-4a0c-b4c7-191babb0bf9f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7919a640-e2ad-48e5-a105-50f7235c7959", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "58957b24-fe39-4450-9f21-2f8d2103d2e8", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "362e3048-3738-4a84-b289-2249ae2003ef", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2b19c3c1-9fd7-4824-a42d-ea0e4678efe2", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e019e5b6-9479-4f6c-9379-4c78b34830db", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "791d31d1-a77b-4203-9936-23e300ecbecd", "documentation": "Track corporation members", "method": "get", "endpoint": "corporations/:corporation_id/membertracking/", "responses": [ { "uuid": "23587793-aac4-409d-8054-4592cc4d4b13", "body": "[\n {\n \"base_id\": {{faker 'number.int' max=99999}},\n \"character_id\": {{faker 'number.int' max=99999}},\n \"location_id\": {{faker 'number.int' max=99999}},\n \"logoff_date\": \"{{faker 'date.recent' 365}}\",\n \"logon_date\": \"{{faker 'date.recent' 365}}\",\n \"ship_type_id\": {{faker 'number.int' max=99999}},\n \"start_date\": \"{{faker 'date.recent' 365}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List of member character IDs", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6296e82f-afc4-4265-8d04-223a37a1c8c6", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "663c0c4a-1636-4c57-9a04-3ae9b3619722", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "677f3afb-123c-4e36-9392-b60a89d41bac", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "51eb5e11-c63b-4a09-a076-59f93b18f902", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "88191820-a586-4dcf-8e3d-73744c6e9e43", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "89cda358-a337-4740-a804-b4f031e549f2", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ab008e37-40da-43f1-8a44-7d9a4884d6af", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "42c8fc13-333b-4f68-abe0-c7f14259d6ab", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1b88141e-0e49-474b-a178-923ffd1e81d8", "documentation": "List open orders from a corporation", "method": "get", "endpoint": "corporations/:corporation_id/orders/", "responses": [ { "uuid": "37c79c6b-476a-4f72-970c-8340736df08d", "body": "[\n {\n \"duration\": {{faker 'number.int' max=99999}},\n \"escrow\": {{faker 'number.float'}},\n \"is_buy_order\": {{faker 'datatype.boolean'}},\n \"issued\": \"{{faker 'date.recent' 365}}\",\n \"issued_by\": {{faker 'number.int' max=99999}},\n \"location_id\": {{faker 'number.int' max=99999}},\n \"min_volume\": {{faker 'number.int' max=99999}},\n \"order_id\": {{faker 'number.int' max=99999}},\n \"price\": {{faker 'number.float'}},\n \"range\": \"{{oneOf (array '1' '10' '2' '20' '3' '30' '4' '40' '5' 'region' 'solarsystem' 'station')}}\",\n \"region_id\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}},\n \"volume_remain\": {{faker 'number.int' max=99999}},\n \"volume_total\": {{faker 'number.int' max=99999}},\n \"wallet_division\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of open market orders", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "80499db4-aacb-4a2f-82cc-4d533d0aa3a7", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0f38ace5-c1a8-4fc0-b04c-6aa82a0c00b9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "860abf6c-6cce-40be-82dd-65ee578ea0de", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2104f23e-6e68-45b2-aa73-3c22d0da6c1b", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1e84931e-b431-4847-b8c5-122e18ba5759", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3309b4ce-c590-4115-b404-5e27f846a38c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "aa913744-8c79-4663-a4fd-bb29764c5810", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "68a6d928-e58f-4b62-8434-5c2e82a29b25", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8bcc1a4c-d504-4cc1-bcc5-26b947dffbc8", "documentation": "List historical orders from a corporation", "method": "get", "endpoint": "corporations/:corporation_id/orders/history/", "responses": [ { "uuid": "00dd8de0-4936-4e83-b8b1-5bb2a6d4d43f", "body": "[\n {\n \"duration\": {{faker 'number.int' max=99999}},\n \"escrow\": {{faker 'number.float'}},\n \"is_buy_order\": {{faker 'datatype.boolean'}},\n \"issued\": \"{{faker 'date.recent' 365}}\",\n \"issued_by\": {{faker 'number.int' max=99999}},\n \"location_id\": {{faker 'number.int' max=99999}},\n \"min_volume\": {{faker 'number.int' max=99999}},\n \"order_id\": {{faker 'number.int' max=99999}},\n \"price\": {{faker 'number.float'}},\n \"range\": \"{{oneOf (array '1' '10' '2' '20' '3' '30' '4' '40' '5' 'region' 'solarsystem' 'station')}}\",\n \"region_id\": {{faker 'number.int' max=99999}},\n \"state\": \"{{oneOf (array 'cancelled' 'expired')}}\",\n \"type_id\": {{faker 'number.int' max=99999}},\n \"volume_remain\": {{faker 'number.int' max=99999}},\n \"volume_total\": {{faker 'number.int' max=99999}},\n \"wallet_division\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Expired and cancelled market orders placed on behalf of a corporation", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d9e5a72e-8570-4777-8a6b-e1f77d2834ae", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9d2266c9-7bd1-43ee-a599-f9e817c085bd", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f4773254-64f2-49a1-9f32-ccf207ad15f4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ee7d70f5-6dd6-47db-9b4a-d529e6d7365d", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a69a5b71-121e-40b5-b90e-519bc3f5c7ec", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e197b85c-5814-40ab-8172-bbaf4bfb618b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9e915732-111c-4408-ac79-ad8e181623a4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f58ef0f1-e115-4fbe-86b7-42e371671c96", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ffa8c944-f29a-4eae-b2e5-ac21272e1f5c", "documentation": "Get corporation member roles", "method": "get", "endpoint": "corporations/:corporation_id/roles/", "responses": [ { "uuid": "3c09eb4d-80d0-4621-8d14-2f728071d2bc", "body": "[\n {\n \"character_id\": {{faker 'number.int' max=99999}},\n \"grantable_roles\": [\n \"{{oneOf (array 'Account_Take_1' 'Account_Take_2' 'Account_Take_3' 'Account_Take_4' 'Account_Take_5' 'Account_Take_6' 'Account_Take_7' 'Accountant' 'Auditor' 'Communications_Officer' 'Config_Equipment' 'Config_Starbase_Equipment' 'Container_Take_1' 'Container_Take_2' 'Container_Take_3' 'Container_Take_4' 'Container_Take_5' 'Container_Take_6' 'Container_Take_7' 'Contract_Manager' 'Diplomat' 'Director' 'Factory_Manager' 'Fitting_Manager' 'Hangar_Query_1' 'Hangar_Query_2' 'Hangar_Query_3' 'Hangar_Query_4' 'Hangar_Query_5' 'Hangar_Query_6' 'Hangar_Query_7' 'Hangar_Take_1' 'Hangar_Take_2' 'Hangar_Take_3' 'Hangar_Take_4' 'Hangar_Take_5' 'Hangar_Take_6' 'Hangar_Take_7' 'Junior_Accountant' 'Personnel_Manager' 'Rent_Factory_Facility' 'Rent_Office' 'Rent_Research_Facility' 'Security_Officer' 'Starbase_Defense_Operator' 'Starbase_Fuel_Technician' 'Station_Manager' 'Terrestrial_Combat_Officer' 'Terrestrial_Logistics_Officer' 'Trader')}}\"\n ],\n \"grantable_roles_at_base\": [\n \"{{oneOf (array 'Account_Take_1' 'Account_Take_2' 'Account_Take_3' 'Account_Take_4' 'Account_Take_5' 'Account_Take_6' 'Account_Take_7' 'Accountant' 'Auditor' 'Communications_Officer' 'Config_Equipment' 'Config_Starbase_Equipment' 'Container_Take_1' 'Container_Take_2' 'Container_Take_3' 'Container_Take_4' 'Container_Take_5' 'Container_Take_6' 'Container_Take_7' 'Contract_Manager' 'Diplomat' 'Director' 'Factory_Manager' 'Fitting_Manager' 'Hangar_Query_1' 'Hangar_Query_2' 'Hangar_Query_3' 'Hangar_Query_4' 'Hangar_Query_5' 'Hangar_Query_6' 'Hangar_Query_7' 'Hangar_Take_1' 'Hangar_Take_2' 'Hangar_Take_3' 'Hangar_Take_4' 'Hangar_Take_5' 'Hangar_Take_6' 'Hangar_Take_7' 'Junior_Accountant' 'Personnel_Manager' 'Rent_Factory_Facility' 'Rent_Office' 'Rent_Research_Facility' 'Security_Officer' 'Starbase_Defense_Operator' 'Starbase_Fuel_Technician' 'Station_Manager' 'Terrestrial_Combat_Officer' 'Terrestrial_Logistics_Officer' 'Trader')}}\"\n ],\n \"grantable_roles_at_hq\": [\n \"{{oneOf (array 'Account_Take_1' 'Account_Take_2' 'Account_Take_3' 'Account_Take_4' 'Account_Take_5' 'Account_Take_6' 'Account_Take_7' 'Accountant' 'Auditor' 'Communications_Officer' 'Config_Equipment' 'Config_Starbase_Equipment' 'Container_Take_1' 'Container_Take_2' 'Container_Take_3' 'Container_Take_4' 'Container_Take_5' 'Container_Take_6' 'Container_Take_7' 'Contract_Manager' 'Diplomat' 'Director' 'Factory_Manager' 'Fitting_Manager' 'Hangar_Query_1' 'Hangar_Query_2' 'Hangar_Query_3' 'Hangar_Query_4' 'Hangar_Query_5' 'Hangar_Query_6' 'Hangar_Query_7' 'Hangar_Take_1' 'Hangar_Take_2' 'Hangar_Take_3' 'Hangar_Take_4' 'Hangar_Take_5' 'Hangar_Take_6' 'Hangar_Take_7' 'Junior_Accountant' 'Personnel_Manager' 'Rent_Factory_Facility' 'Rent_Office' 'Rent_Research_Facility' 'Security_Officer' 'Starbase_Defense_Operator' 'Starbase_Fuel_Technician' 'Station_Manager' 'Terrestrial_Combat_Officer' 'Terrestrial_Logistics_Officer' 'Trader')}}\"\n ],\n \"grantable_roles_at_other\": [\n \"{{oneOf (array 'Account_Take_1' 'Account_Take_2' 'Account_Take_3' 'Account_Take_4' 'Account_Take_5' 'Account_Take_6' 'Account_Take_7' 'Accountant' 'Auditor' 'Communications_Officer' 'Config_Equipment' 'Config_Starbase_Equipment' 'Container_Take_1' 'Container_Take_2' 'Container_Take_3' 'Container_Take_4' 'Container_Take_5' 'Container_Take_6' 'Container_Take_7' 'Contract_Manager' 'Diplomat' 'Director' 'Factory_Manager' 'Fitting_Manager' 'Hangar_Query_1' 'Hangar_Query_2' 'Hangar_Query_3' 'Hangar_Query_4' 'Hangar_Query_5' 'Hangar_Query_6' 'Hangar_Query_7' 'Hangar_Take_1' 'Hangar_Take_2' 'Hangar_Take_3' 'Hangar_Take_4' 'Hangar_Take_5' 'Hangar_Take_6' 'Hangar_Take_7' 'Junior_Accountant' 'Personnel_Manager' 'Rent_Factory_Facility' 'Rent_Office' 'Rent_Research_Facility' 'Security_Officer' 'Starbase_Defense_Operator' 'Starbase_Fuel_Technician' 'Station_Manager' 'Terrestrial_Combat_Officer' 'Terrestrial_Logistics_Officer' 'Trader')}}\"\n ],\n \"roles\": [\n \"{{oneOf (array 'Account_Take_1' 'Account_Take_2' 'Account_Take_3' 'Account_Take_4' 'Account_Take_5' 'Account_Take_6' 'Account_Take_7' 'Accountant' 'Auditor' 'Communications_Officer' 'Config_Equipment' 'Config_Starbase_Equipment' 'Container_Take_1' 'Container_Take_2' 'Container_Take_3' 'Container_Take_4' 'Container_Take_5' 'Container_Take_6' 'Container_Take_7' 'Contract_Manager' 'Diplomat' 'Director' 'Factory_Manager' 'Fitting_Manager' 'Hangar_Query_1' 'Hangar_Query_2' 'Hangar_Query_3' 'Hangar_Query_4' 'Hangar_Query_5' 'Hangar_Query_6' 'Hangar_Query_7' 'Hangar_Take_1' 'Hangar_Take_2' 'Hangar_Take_3' 'Hangar_Take_4' 'Hangar_Take_5' 'Hangar_Take_6' 'Hangar_Take_7' 'Junior_Accountant' 'Personnel_Manager' 'Rent_Factory_Facility' 'Rent_Office' 'Rent_Research_Facility' 'Security_Officer' 'Starbase_Defense_Operator' 'Starbase_Fuel_Technician' 'Station_Manager' 'Terrestrial_Combat_Officer' 'Terrestrial_Logistics_Officer' 'Trader')}}\"\n ],\n \"roles_at_base\": [\n \"{{oneOf (array 'Account_Take_1' 'Account_Take_2' 'Account_Take_3' 'Account_Take_4' 'Account_Take_5' 'Account_Take_6' 'Account_Take_7' 'Accountant' 'Auditor' 'Communications_Officer' 'Config_Equipment' 'Config_Starbase_Equipment' 'Container_Take_1' 'Container_Take_2' 'Container_Take_3' 'Container_Take_4' 'Container_Take_5' 'Container_Take_6' 'Container_Take_7' 'Contract_Manager' 'Diplomat' 'Director' 'Factory_Manager' 'Fitting_Manager' 'Hangar_Query_1' 'Hangar_Query_2' 'Hangar_Query_3' 'Hangar_Query_4' 'Hangar_Query_5' 'Hangar_Query_6' 'Hangar_Query_7' 'Hangar_Take_1' 'Hangar_Take_2' 'Hangar_Take_3' 'Hangar_Take_4' 'Hangar_Take_5' 'Hangar_Take_6' 'Hangar_Take_7' 'Junior_Accountant' 'Personnel_Manager' 'Rent_Factory_Facility' 'Rent_Office' 'Rent_Research_Facility' 'Security_Officer' 'Starbase_Defense_Operator' 'Starbase_Fuel_Technician' 'Station_Manager' 'Terrestrial_Combat_Officer' 'Terrestrial_Logistics_Officer' 'Trader')}}\"\n ],\n \"roles_at_hq\": [\n \"{{oneOf (array 'Account_Take_1' 'Account_Take_2' 'Account_Take_3' 'Account_Take_4' 'Account_Take_5' 'Account_Take_6' 'Account_Take_7' 'Accountant' 'Auditor' 'Communications_Officer' 'Config_Equipment' 'Config_Starbase_Equipment' 'Container_Take_1' 'Container_Take_2' 'Container_Take_3' 'Container_Take_4' 'Container_Take_5' 'Container_Take_6' 'Container_Take_7' 'Contract_Manager' 'Diplomat' 'Director' 'Factory_Manager' 'Fitting_Manager' 'Hangar_Query_1' 'Hangar_Query_2' 'Hangar_Query_3' 'Hangar_Query_4' 'Hangar_Query_5' 'Hangar_Query_6' 'Hangar_Query_7' 'Hangar_Take_1' 'Hangar_Take_2' 'Hangar_Take_3' 'Hangar_Take_4' 'Hangar_Take_5' 'Hangar_Take_6' 'Hangar_Take_7' 'Junior_Accountant' 'Personnel_Manager' 'Rent_Factory_Facility' 'Rent_Office' 'Rent_Research_Facility' 'Security_Officer' 'Starbase_Defense_Operator' 'Starbase_Fuel_Technician' 'Station_Manager' 'Terrestrial_Combat_Officer' 'Terrestrial_Logistics_Officer' 'Trader')}}\"\n ],\n \"roles_at_other\": [\n \"{{oneOf (array 'Account_Take_1' 'Account_Take_2' 'Account_Take_3' 'Account_Take_4' 'Account_Take_5' 'Account_Take_6' 'Account_Take_7' 'Accountant' 'Auditor' 'Communications_Officer' 'Config_Equipment' 'Config_Starbase_Equipment' 'Container_Take_1' 'Container_Take_2' 'Container_Take_3' 'Container_Take_4' 'Container_Take_5' 'Container_Take_6' 'Container_Take_7' 'Contract_Manager' 'Diplomat' 'Director' 'Factory_Manager' 'Fitting_Manager' 'Hangar_Query_1' 'Hangar_Query_2' 'Hangar_Query_3' 'Hangar_Query_4' 'Hangar_Query_5' 'Hangar_Query_6' 'Hangar_Query_7' 'Hangar_Take_1' 'Hangar_Take_2' 'Hangar_Take_3' 'Hangar_Take_4' 'Hangar_Take_5' 'Hangar_Take_6' 'Hangar_Take_7' 'Junior_Accountant' 'Personnel_Manager' 'Rent_Factory_Facility' 'Rent_Office' 'Rent_Research_Facility' 'Security_Officer' 'Starbase_Defense_Operator' 'Starbase_Fuel_Technician' 'Station_Manager' 'Terrestrial_Combat_Officer' 'Terrestrial_Logistics_Officer' 'Trader')}}\"\n ]\n }\n]", "latency": 0, "statusCode": 200, "label": "List of member character ID's and roles", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c74c8376-4305-4093-8bad-27f98cc45713", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "44d24b0a-6d29-407f-adf8-c2c7129d94e0", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a26c4ab2-e2d3-4dbb-84bb-9e369a95c62f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ff9a49fb-d1ab-4e23-a3f1-2c08daa0857e", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "41399207-c06e-406d-967e-4f7e89779978", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "18408a01-3a2e-4124-84cb-f5391c86a147", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2836c299-ac47-47f8-ac58-50ac8118a916", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3b14ac17-75f6-4751-84ba-60d35ff948ed", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cedf5bae-73ae-4dfe-97f9-b3a651095700", "documentation": "Get corporation member roles history", "method": "get", "endpoint": "corporations/:corporation_id/roles/history/", "responses": [ { "uuid": "4af290bf-d7a9-476b-b586-94245add2979", "body": "[\n {\n \"changed_at\": \"{{faker 'date.recent' 365}}\",\n \"character_id\": {{faker 'number.int' max=99999}},\n \"issuer_id\": {{faker 'number.int' max=99999}},\n \"new_roles\": [\n \"{{oneOf (array 'Account_Take_1' 'Account_Take_2' 'Account_Take_3' 'Account_Take_4' 'Account_Take_5' 'Account_Take_6' 'Account_Take_7' 'Accountant' 'Auditor' 'Communications_Officer' 'Config_Equipment' 'Config_Starbase_Equipment' 'Container_Take_1' 'Container_Take_2' 'Container_Take_3' 'Container_Take_4' 'Container_Take_5' 'Container_Take_6' 'Container_Take_7' 'Contract_Manager' 'Diplomat' 'Director' 'Factory_Manager' 'Fitting_Manager' 'Hangar_Query_1' 'Hangar_Query_2' 'Hangar_Query_3' 'Hangar_Query_4' 'Hangar_Query_5' 'Hangar_Query_6' 'Hangar_Query_7' 'Hangar_Take_1' 'Hangar_Take_2' 'Hangar_Take_3' 'Hangar_Take_4' 'Hangar_Take_5' 'Hangar_Take_6' 'Hangar_Take_7' 'Junior_Accountant' 'Personnel_Manager' 'Rent_Factory_Facility' 'Rent_Office' 'Rent_Research_Facility' 'Security_Officer' 'Starbase_Defense_Operator' 'Starbase_Fuel_Technician' 'Station_Manager' 'Terrestrial_Combat_Officer' 'Terrestrial_Logistics_Officer' 'Trader')}}\"\n ],\n \"old_roles\": [\n \"{{oneOf (array 'Account_Take_1' 'Account_Take_2' 'Account_Take_3' 'Account_Take_4' 'Account_Take_5' 'Account_Take_6' 'Account_Take_7' 'Accountant' 'Auditor' 'Communications_Officer' 'Config_Equipment' 'Config_Starbase_Equipment' 'Container_Take_1' 'Container_Take_2' 'Container_Take_3' 'Container_Take_4' 'Container_Take_5' 'Container_Take_6' 'Container_Take_7' 'Contract_Manager' 'Diplomat' 'Director' 'Factory_Manager' 'Fitting_Manager' 'Hangar_Query_1' 'Hangar_Query_2' 'Hangar_Query_3' 'Hangar_Query_4' 'Hangar_Query_5' 'Hangar_Query_6' 'Hangar_Query_7' 'Hangar_Take_1' 'Hangar_Take_2' 'Hangar_Take_3' 'Hangar_Take_4' 'Hangar_Take_5' 'Hangar_Take_6' 'Hangar_Take_7' 'Junior_Accountant' 'Personnel_Manager' 'Rent_Factory_Facility' 'Rent_Office' 'Rent_Research_Facility' 'Security_Officer' 'Starbase_Defense_Operator' 'Starbase_Fuel_Technician' 'Station_Manager' 'Terrestrial_Combat_Officer' 'Terrestrial_Logistics_Officer' 'Trader')}}\"\n ],\n \"role_type\": \"{{oneOf (array 'grantable_roles' 'grantable_roles_at_base' 'grantable_roles_at_hq' 'grantable_roles_at_other' 'roles' 'roles_at_base' 'roles_at_hq' 'roles_at_other')}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List of role changes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f0f6c9f9-b4f6-4675-9155-e0a05659d288", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4c0fa833-d721-4a7f-9111-526811808832", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "db3d713d-8b82-4a1a-8e87-3ad952f84f06", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e44a40e9-25c1-4399-9705-ec0de51b80ec", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7464175d-6e50-462a-963d-c62ef66ba70b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2b11986c-b778-461a-bd7c-be12ecb2e2a8", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "aa05c196-3c2e-4445-8c21-c96ac9767a9b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "537773c9-c244-43b7-b70e-02acecc0bf5f", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b9ebb89f-5f8b-4647-8658-ef02337f7185", "documentation": "Get corporation shareholders", "method": "get", "endpoint": "corporations/:corporation_id/shareholders/", "responses": [ { "uuid": "b7b370b4-da0e-444e-82b2-09cbcc3870d1", "body": "[\n {\n \"share_count\": {{faker 'number.int' max=99999}},\n \"shareholder_id\": {{faker 'number.int' max=99999}},\n \"shareholder_type\": \"{{oneOf (array 'character' 'corporation')}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List of shareholders", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "81760f0b-4980-45e9-9bfc-48ed61139b71", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "71abb4f4-8185-4588-88ea-4f9177aee955", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4bdedbf5-0410-4754-b634-2cdbb3731cbf", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "27204da5-f0d7-4405-8c45-df8675d780ac", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f90376fe-a55b-4151-ba89-61f7f1c5010f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5cc04efd-a85b-4185-badf-370c664fe569", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9ad6c49f-5127-4a83-9328-bde60f4b5344", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f1a022db-fc01-4185-869a-5fb3848b83ca", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bfa28989-8447-44e7-96a9-ce90743dbaf8", "documentation": "Get corporation standings", "method": "get", "endpoint": "corporations/:corporation_id/standings/", "responses": [ { "uuid": "75eacad4-4d8f-4d9b-ba0e-7df9d3ad8dba", "body": "[\n {\n \"from_id\": {{faker 'number.int' max=99999}},\n \"from_type\": \"{{oneOf (array 'agent' 'npc_corp' 'faction')}}\",\n \"standing\": {{faker 'number.float'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of standings", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e94a20cb-4868-45dd-9d37-a154b2f6fa04", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "269c4f3a-32e4-42b2-ad8b-756905c7c594", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "feeef80b-a1c5-4e62-9f88-9fb9a75cad78", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c68323a1-e924-4354-915d-5c46ef481ff3", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "14081c3f-c05d-47fe-b787-7b204c693655", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7adae8e8-6b7d-4e45-9f02-61ca359e7dd3", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "baff614e-1887-4d41-bfa6-b68b15d62491", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "acea09fd-9a97-4fe9-bce6-9325802ccfd4", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "06217709-8f89-4954-bec2-ca3904c6210a", "documentation": "Get corporation starbases (POSes)", "method": "get", "endpoint": "corporations/:corporation_id/starbases/", "responses": [ { "uuid": "4c7d60b8-31d7-40b3-8759-6d1a7d6c722f", "body": "[\n {\n \"moon_id\": {{faker 'number.int' max=99999}},\n \"onlined_since\": \"{{faker 'date.recent' 365}}\",\n \"reinforced_until\": \"{{faker 'date.recent' 365}}\",\n \"starbase_id\": {{faker 'number.int' max=99999}},\n \"state\": \"{{oneOf (array 'offline' 'online' 'onlining' 'reinforced' 'unanchoring')}}\",\n \"system_id\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}},\n \"unanchor_at\": \"{{faker 'date.recent' 365}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List of starbases (POSes)", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fde21143-d822-4de7-9aeb-9329ef1c401e", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "250a28e5-d34d-4770-994f-921d1f230af4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "377b9d10-7de6-49ab-9477-5e507833e80f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f1a81b3a-4b7f-4a90-8a9f-bb95f9c799f2", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b53f2dc4-1efb-4b2e-9e99-572abe060032", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "341bca4c-c9bb-4e8d-9b32-9884a70338ef", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4c4c6098-25e5-404d-8ce2-49c18d104cd5", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "00d74529-0c0a-40dd-8ee6-00adf59c21e9", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "38ccae0f-4671-4aed-89ee-a1f5db41506d", "documentation": "Get starbase (POS) detail", "method": "get", "endpoint": "corporations/:corporation_id/starbases/:starbase_id/", "responses": [ { "uuid": "f13dea23-5019-4191-af88-1402b4a535f2", "body": "{\n \"allow_alliance_members\": {{faker 'datatype.boolean'}},\n \"allow_corporation_members\": {{faker 'datatype.boolean'}},\n \"anchor\": \"{{oneOf (array 'alliance_member' 'config_starbase_equipment_role' 'corporation_member' 'starbase_fuel_technician_role')}}\",\n \"attack_if_at_war\": {{faker 'datatype.boolean'}},\n \"attack_if_other_security_status_dropping\": {{faker 'datatype.boolean'}},\n \"attack_security_status_threshold\": {{faker 'number.float'}},\n \"attack_standing_threshold\": {{faker 'number.float'}},\n \"fuel_bay_take\": \"{{oneOf (array 'alliance_member' 'config_starbase_equipment_role' 'corporation_member' 'starbase_fuel_technician_role')}}\",\n \"fuel_bay_view\": \"{{oneOf (array 'alliance_member' 'config_starbase_equipment_role' 'corporation_member' 'starbase_fuel_technician_role')}}\",\n \"fuels\": [\n {\n \"quantity\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"offline\": \"{{oneOf (array 'alliance_member' 'config_starbase_equipment_role' 'corporation_member' 'starbase_fuel_technician_role')}}\",\n \"online\": \"{{oneOf (array 'alliance_member' 'config_starbase_equipment_role' 'corporation_member' 'starbase_fuel_technician_role')}}\",\n \"unanchor\": \"{{oneOf (array 'alliance_member' 'config_starbase_equipment_role' 'corporation_member' 'starbase_fuel_technician_role')}}\",\n \"use_alliance_standings\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "List of starbases (POSes)", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "39c01fc8-4e02-4fd5-81c6-619930d551c1", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ece2e5aa-c88c-4d68-85c8-78021e4487ec", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ba2ca147-339b-4ef5-95ab-3490176d8564", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1994e08c-500f-4b14-8ba8-8d736d50c1e0", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bdcf9aa1-a5ee-4f30-bab2-3ef02bd052bf", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c3becc59-3d7c-493d-b8dd-4f534180f687", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7d9d6a78-4da1-4dde-a781-c998f01b2557", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c5668d20-ebf3-4c4b-afe4-bdc2b780c369", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "76bdca6e-9bec-4d96-8669-db00d31bf985", "documentation": "Get corporation structures", "method": "get", "endpoint": "corporations/:corporation_id/structures/", "responses": [ { "uuid": "02a706d0-1cfa-4eee-a144-fac70a7e6828", "body": "[\n {\n \"corporation_id\": {{faker 'number.int' max=99999}},\n \"fuel_expires\": \"{{faker 'date.recent' 365}}\",\n \"next_reinforce_apply\": \"{{faker 'date.recent' 365}}\",\n \"next_reinforce_hour\": {{faker 'number.int' max=99999}},\n \"next_reinforce_weekday\": {{faker 'number.int' max=99999}},\n \"profile_id\": {{faker 'number.int' max=99999}},\n \"reinforce_hour\": {{faker 'number.int' max=99999}},\n \"reinforce_weekday\": {{faker 'number.int' max=99999}},\n \"services\": [\n {\n \"name\": \"\",\n \"state\": \"{{oneOf (array 'online' 'offline' 'cleanup')}}\"\n }\n ],\n \"state\": \"{{oneOf (array 'anchor_vulnerable' 'anchoring' 'armor_reinforce' 'armor_vulnerable' 'fitting_invulnerable' 'hull_reinforce' 'hull_vulnerable' 'online_deprecated' 'onlining_vulnerable' 'shield_vulnerable' 'unanchored' 'unknown')}}\",\n \"state_timer_end\": \"{{faker 'date.recent' 365}}\",\n \"state_timer_start\": \"{{faker 'date.recent' 365}}\",\n \"structure_id\": {{faker 'number.int' max=99999}},\n \"system_id\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}},\n \"unanchors_at\": \"{{faker 'date.recent' 365}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List of corporation structures' information", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Content-Language", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "32a62a68-28e0-4f91-9eb8-34b19c2832fb", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e2acaba0-d5cf-43e6-ab57-e57e3251229b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ed11af08-f9de-42d0-8316-3f0632ffc6bd", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "38f103ef-f1b5-48d1-b43f-75dba5109e45", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2bb13c4e-ea8e-47bb-a1e5-bc38fa57eb4c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0a8c6b79-92f1-4aa4-9565-8481ee8ebbd7", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6de2274b-a108-441d-976a-08f99b23fcc0", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9b74f0f4-6ffc-4509-94d8-9b25d01c9629", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "754aae97-c4d6-4953-8725-e8347055e164", "documentation": "Get corporation titles", "method": "get", "endpoint": "corporations/:corporation_id/titles/", "responses": [ { "uuid": "9cc38a09-b592-475b-8c11-a78f7597d5fc", "body": "[\n {\n \"grantable_roles\": [\n \"{{oneOf (array 'Account_Take_1' 'Account_Take_2' 'Account_Take_3' 'Account_Take_4' 'Account_Take_5' 'Account_Take_6' 'Account_Take_7' 'Accountant' 'Auditor' 'Communications_Officer' 'Config_Equipment' 'Config_Starbase_Equipment' 'Container_Take_1' 'Container_Take_2' 'Container_Take_3' 'Container_Take_4' 'Container_Take_5' 'Container_Take_6' 'Container_Take_7' 'Contract_Manager' 'Diplomat' 'Director' 'Factory_Manager' 'Fitting_Manager' 'Hangar_Query_1' 'Hangar_Query_2' 'Hangar_Query_3' 'Hangar_Query_4' 'Hangar_Query_5' 'Hangar_Query_6' 'Hangar_Query_7' 'Hangar_Take_1' 'Hangar_Take_2' 'Hangar_Take_3' 'Hangar_Take_4' 'Hangar_Take_5' 'Hangar_Take_6' 'Hangar_Take_7' 'Junior_Accountant' 'Personnel_Manager' 'Rent_Factory_Facility' 'Rent_Office' 'Rent_Research_Facility' 'Security_Officer' 'Starbase_Defense_Operator' 'Starbase_Fuel_Technician' 'Station_Manager' 'Terrestrial_Combat_Officer' 'Terrestrial_Logistics_Officer' 'Trader')}}\"\n ],\n \"grantable_roles_at_base\": [\n \"{{oneOf (array 'Account_Take_1' 'Account_Take_2' 'Account_Take_3' 'Account_Take_4' 'Account_Take_5' 'Account_Take_6' 'Account_Take_7' 'Accountant' 'Auditor' 'Communications_Officer' 'Config_Equipment' 'Config_Starbase_Equipment' 'Container_Take_1' 'Container_Take_2' 'Container_Take_3' 'Container_Take_4' 'Container_Take_5' 'Container_Take_6' 'Container_Take_7' 'Contract_Manager' 'Diplomat' 'Director' 'Factory_Manager' 'Fitting_Manager' 'Hangar_Query_1' 'Hangar_Query_2' 'Hangar_Query_3' 'Hangar_Query_4' 'Hangar_Query_5' 'Hangar_Query_6' 'Hangar_Query_7' 'Hangar_Take_1' 'Hangar_Take_2' 'Hangar_Take_3' 'Hangar_Take_4' 'Hangar_Take_5' 'Hangar_Take_6' 'Hangar_Take_7' 'Junior_Accountant' 'Personnel_Manager' 'Rent_Factory_Facility' 'Rent_Office' 'Rent_Research_Facility' 'Security_Officer' 'Starbase_Defense_Operator' 'Starbase_Fuel_Technician' 'Station_Manager' 'Terrestrial_Combat_Officer' 'Terrestrial_Logistics_Officer' 'Trader')}}\"\n ],\n \"grantable_roles_at_hq\": [\n \"{{oneOf (array 'Account_Take_1' 'Account_Take_2' 'Account_Take_3' 'Account_Take_4' 'Account_Take_5' 'Account_Take_6' 'Account_Take_7' 'Accountant' 'Auditor' 'Communications_Officer' 'Config_Equipment' 'Config_Starbase_Equipment' 'Container_Take_1' 'Container_Take_2' 'Container_Take_3' 'Container_Take_4' 'Container_Take_5' 'Container_Take_6' 'Container_Take_7' 'Contract_Manager' 'Diplomat' 'Director' 'Factory_Manager' 'Fitting_Manager' 'Hangar_Query_1' 'Hangar_Query_2' 'Hangar_Query_3' 'Hangar_Query_4' 'Hangar_Query_5' 'Hangar_Query_6' 'Hangar_Query_7' 'Hangar_Take_1' 'Hangar_Take_2' 'Hangar_Take_3' 'Hangar_Take_4' 'Hangar_Take_5' 'Hangar_Take_6' 'Hangar_Take_7' 'Junior_Accountant' 'Personnel_Manager' 'Rent_Factory_Facility' 'Rent_Office' 'Rent_Research_Facility' 'Security_Officer' 'Starbase_Defense_Operator' 'Starbase_Fuel_Technician' 'Station_Manager' 'Terrestrial_Combat_Officer' 'Terrestrial_Logistics_Officer' 'Trader')}}\"\n ],\n \"grantable_roles_at_other\": [\n \"{{oneOf (array 'Account_Take_1' 'Account_Take_2' 'Account_Take_3' 'Account_Take_4' 'Account_Take_5' 'Account_Take_6' 'Account_Take_7' 'Accountant' 'Auditor' 'Communications_Officer' 'Config_Equipment' 'Config_Starbase_Equipment' 'Container_Take_1' 'Container_Take_2' 'Container_Take_3' 'Container_Take_4' 'Container_Take_5' 'Container_Take_6' 'Container_Take_7' 'Contract_Manager' 'Diplomat' 'Director' 'Factory_Manager' 'Fitting_Manager' 'Hangar_Query_1' 'Hangar_Query_2' 'Hangar_Query_3' 'Hangar_Query_4' 'Hangar_Query_5' 'Hangar_Query_6' 'Hangar_Query_7' 'Hangar_Take_1' 'Hangar_Take_2' 'Hangar_Take_3' 'Hangar_Take_4' 'Hangar_Take_5' 'Hangar_Take_6' 'Hangar_Take_7' 'Junior_Accountant' 'Personnel_Manager' 'Rent_Factory_Facility' 'Rent_Office' 'Rent_Research_Facility' 'Security_Officer' 'Starbase_Defense_Operator' 'Starbase_Fuel_Technician' 'Station_Manager' 'Terrestrial_Combat_Officer' 'Terrestrial_Logistics_Officer' 'Trader')}}\"\n ],\n \"name\": \"\",\n \"roles\": [\n \"{{oneOf (array 'Account_Take_1' 'Account_Take_2' 'Account_Take_3' 'Account_Take_4' 'Account_Take_5' 'Account_Take_6' 'Account_Take_7' 'Accountant' 'Auditor' 'Communications_Officer' 'Config_Equipment' 'Config_Starbase_Equipment' 'Container_Take_1' 'Container_Take_2' 'Container_Take_3' 'Container_Take_4' 'Container_Take_5' 'Container_Take_6' 'Container_Take_7' 'Contract_Manager' 'Diplomat' 'Director' 'Factory_Manager' 'Fitting_Manager' 'Hangar_Query_1' 'Hangar_Query_2' 'Hangar_Query_3' 'Hangar_Query_4' 'Hangar_Query_5' 'Hangar_Query_6' 'Hangar_Query_7' 'Hangar_Take_1' 'Hangar_Take_2' 'Hangar_Take_3' 'Hangar_Take_4' 'Hangar_Take_5' 'Hangar_Take_6' 'Hangar_Take_7' 'Junior_Accountant' 'Personnel_Manager' 'Rent_Factory_Facility' 'Rent_Office' 'Rent_Research_Facility' 'Security_Officer' 'Starbase_Defense_Operator' 'Starbase_Fuel_Technician' 'Station_Manager' 'Terrestrial_Combat_Officer' 'Terrestrial_Logistics_Officer' 'Trader')}}\"\n ],\n \"roles_at_base\": [\n \"{{oneOf (array 'Account_Take_1' 'Account_Take_2' 'Account_Take_3' 'Account_Take_4' 'Account_Take_5' 'Account_Take_6' 'Account_Take_7' 'Accountant' 'Auditor' 'Communications_Officer' 'Config_Equipment' 'Config_Starbase_Equipment' 'Container_Take_1' 'Container_Take_2' 'Container_Take_3' 'Container_Take_4' 'Container_Take_5' 'Container_Take_6' 'Container_Take_7' 'Contract_Manager' 'Diplomat' 'Director' 'Factory_Manager' 'Fitting_Manager' 'Hangar_Query_1' 'Hangar_Query_2' 'Hangar_Query_3' 'Hangar_Query_4' 'Hangar_Query_5' 'Hangar_Query_6' 'Hangar_Query_7' 'Hangar_Take_1' 'Hangar_Take_2' 'Hangar_Take_3' 'Hangar_Take_4' 'Hangar_Take_5' 'Hangar_Take_6' 'Hangar_Take_7' 'Junior_Accountant' 'Personnel_Manager' 'Rent_Factory_Facility' 'Rent_Office' 'Rent_Research_Facility' 'Security_Officer' 'Starbase_Defense_Operator' 'Starbase_Fuel_Technician' 'Station_Manager' 'Terrestrial_Combat_Officer' 'Terrestrial_Logistics_Officer' 'Trader')}}\"\n ],\n \"roles_at_hq\": [\n \"{{oneOf (array 'Account_Take_1' 'Account_Take_2' 'Account_Take_3' 'Account_Take_4' 'Account_Take_5' 'Account_Take_6' 'Account_Take_7' 'Accountant' 'Auditor' 'Communications_Officer' 'Config_Equipment' 'Config_Starbase_Equipment' 'Container_Take_1' 'Container_Take_2' 'Container_Take_3' 'Container_Take_4' 'Container_Take_5' 'Container_Take_6' 'Container_Take_7' 'Contract_Manager' 'Diplomat' 'Director' 'Factory_Manager' 'Fitting_Manager' 'Hangar_Query_1' 'Hangar_Query_2' 'Hangar_Query_3' 'Hangar_Query_4' 'Hangar_Query_5' 'Hangar_Query_6' 'Hangar_Query_7' 'Hangar_Take_1' 'Hangar_Take_2' 'Hangar_Take_3' 'Hangar_Take_4' 'Hangar_Take_5' 'Hangar_Take_6' 'Hangar_Take_7' 'Junior_Accountant' 'Personnel_Manager' 'Rent_Factory_Facility' 'Rent_Office' 'Rent_Research_Facility' 'Security_Officer' 'Starbase_Defense_Operator' 'Starbase_Fuel_Technician' 'Station_Manager' 'Terrestrial_Combat_Officer' 'Terrestrial_Logistics_Officer' 'Trader')}}\"\n ],\n \"roles_at_other\": [\n \"{{oneOf (array 'Account_Take_1' 'Account_Take_2' 'Account_Take_3' 'Account_Take_4' 'Account_Take_5' 'Account_Take_6' 'Account_Take_7' 'Accountant' 'Auditor' 'Communications_Officer' 'Config_Equipment' 'Config_Starbase_Equipment' 'Container_Take_1' 'Container_Take_2' 'Container_Take_3' 'Container_Take_4' 'Container_Take_5' 'Container_Take_6' 'Container_Take_7' 'Contract_Manager' 'Diplomat' 'Director' 'Factory_Manager' 'Fitting_Manager' 'Hangar_Query_1' 'Hangar_Query_2' 'Hangar_Query_3' 'Hangar_Query_4' 'Hangar_Query_5' 'Hangar_Query_6' 'Hangar_Query_7' 'Hangar_Take_1' 'Hangar_Take_2' 'Hangar_Take_3' 'Hangar_Take_4' 'Hangar_Take_5' 'Hangar_Take_6' 'Hangar_Take_7' 'Junior_Accountant' 'Personnel_Manager' 'Rent_Factory_Facility' 'Rent_Office' 'Rent_Research_Facility' 'Security_Officer' 'Starbase_Defense_Operator' 'Starbase_Fuel_Technician' 'Station_Manager' 'Terrestrial_Combat_Officer' 'Terrestrial_Logistics_Officer' 'Trader')}}\"\n ],\n \"title_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of titles", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "570a5121-e56d-4fb5-afbd-eea87999217c", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f7e414e9-3eb0-4f24-81ce-0c285f084d04", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "12584d3c-7915-4f59-88e0-6d0c6c815477", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "80ff3d32-1946-4e2d-a520-43a1677124e0", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8c9da209-48cc-470e-b6bd-96317da95776", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5f1bb424-e9cc-4e18-b564-401efad2ded4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fadc84bf-e236-4a0a-89ad-3e18c1c151df", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "64e17613-61c3-4cc8-b77a-9dadddf7882b", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ed9c0507-bd85-4279-ad1f-30ad2bec54b4", "documentation": "Returns a corporation's wallet balance", "method": "get", "endpoint": "corporations/:corporation_id/wallets/", "responses": [ { "uuid": "140d401a-fc8e-46f2-b460-5c1c262f4aad", "body": "[\n {\n \"balance\": {{faker 'number.float'}},\n \"division\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "List of corporation wallets", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "56594c48-8868-4afe-9101-8bf33435c0a4", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8f6eba7f-b7af-4e8c-8577-fe5e890deffe", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "da7967dd-1c02-4c27-8970-9b7235214080", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e85de9cc-86e2-48bd-a92f-391a979e9fe8", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "107b3a9f-dda5-4da3-82ac-b81aa268f05a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2326bc4b-0155-4705-baee-981d99ddec10", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d7206a8a-eb78-4a02-9663-a2d5d570e9a4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "902d3d0e-a5f2-4644-b75c-b492932674aa", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d292120a-cca5-4df3-8b3b-70d95c92e1ae", "documentation": "Get corporation wallet journal", "method": "get", "endpoint": "corporations/:corporation_id/wallets/:division/journal/", "responses": [ { "uuid": "7b6f1599-e43f-40f1-93ed-8b3f3ea15e24", "body": "[\n {\n \"amount\": {{faker 'number.float'}},\n \"balance\": {{faker 'number.float'}},\n \"context_id\": {{faker 'number.int' max=99999}},\n \"context_id_type\": \"{{oneOf (array 'structure_id' 'station_id' 'market_transaction_id' 'character_id' 'corporation_id' 'alliance_id' 'eve_system' 'industry_job_id' 'contract_id' 'planet_id' 'system_id' 'type_id')}}\",\n \"date\": \"{{faker 'date.recent' 365}}\",\n \"description\": \"\",\n \"first_party_id\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"reason\": \"\",\n \"ref_type\": \"{{oneOf (array 'acceleration_gate_fee' 'advertisement_listing_fee' 'agent_donation' 'agent_location_services' 'agent_miscellaneous' 'agent_mission_collateral_paid' 'agent_mission_collateral_refunded' 'agent_mission_reward' 'agent_mission_reward_corporation_tax' 'agent_mission_time_bonus_reward' 'agent_mission_time_bonus_reward_corporation_tax' 'agent_security_services' 'agent_services_rendered' 'agents_preward' 'alliance_maintainance_fee' 'alliance_registration_fee' 'asset_safety_recovery_tax' 'bounty' 'bounty_prize' 'bounty_prize_corporation_tax' 'bounty_prizes' 'bounty_reimbursement' 'bounty_surcharge' 'brokers_fee' 'clone_activation' 'clone_transfer' 'contraband_fine' 'contract_auction_bid' 'contract_auction_bid_corp' 'contract_auction_bid_refund' 'contract_auction_sold' 'contract_brokers_fee' 'contract_brokers_fee_corp' 'contract_collateral' 'contract_collateral_deposited_corp' 'contract_collateral_payout' 'contract_collateral_refund' 'contract_deposit' 'contract_deposit_corp' 'contract_deposit_refund' 'contract_deposit_sales_tax' 'contract_price' 'contract_price_payment_corp' 'contract_reversal' 'contract_reward' 'contract_reward_deposited' 'contract_reward_deposited_corp' 'contract_reward_refund' 'contract_sales_tax' 'copying' 'corporate_reward_payout' 'corporate_reward_tax' 'corporation_account_withdrawal' 'corporation_bulk_payment' 'corporation_dividend_payment' 'corporation_liquidation' 'corporation_logo_change_cost' 'corporation_payment' 'corporation_registration_fee' 'courier_mission_escrow' 'cspa' 'cspaofflinerefund' 'datacore_fee' 'dna_modification_fee' 'docking_fee' 'duel_wager_escrow' 'duel_wager_payment' 'duel_wager_refund' 'factory_slot_rental_fee' 'gm_cash_transfer' 'industry_job_tax' 'infrastructure_hub_maintenance' 'inheritance' 'insurance' 'jump_clone_activation_fee' 'jump_clone_installation_fee' 'kill_right_fee' 'lp_store' 'manufacturing' 'market_escrow' 'market_fine_paid' 'market_transaction' 'medal_creation' 'medal_issued' 'mission_completion' 'mission_cost' 'mission_expiration' 'mission_reward' 'office_rental_fee' 'operation_bonus' 'opportunity_reward' 'planetary_construction' 'planetary_export_tax' 'planetary_import_tax' 'player_donation' 'player_trading' 'project_discovery_reward' 'project_discovery_tax' 'reaction' 'release_of_impounded_property' 'repair_bill' 'reprocessing_tax' 'researching_material_productivity' 'researching_technology' 'researching_time_productivity' 'resource_wars_reward' 'reverse_engineering' 'security_processing_fee' 'shares' 'sovereignity_bill' 'store_purchase' 'store_purchase_refund' 'transaction_tax' 'upkeep_adjustment_fee' 'war_ally_contract' 'war_fee' 'war_fee_surrender')}}\",\n \"second_party_id\": {{faker 'number.int' max=99999}},\n \"tax\": {{faker 'number.float'}},\n \"tax_receiver_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Journal entries", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "669ec959-ae4d-4dd9-a996-d21fba6c8d95", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cbff9297-e19a-4487-a32f-41407862a3e4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7aa62380-0f45-48b2-a957-95ebbeae3c17", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "97d6ac64-4873-403c-933c-eab432665a7c", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "28c93a6e-5cb7-4728-a933-6d70575e38aa", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "40b26d06-ea83-426c-8fc9-b1338d131f50", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "03c13236-3dc6-4e65-83f5-630017d16ede", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9c5b039e-2528-4a3b-864e-516c88fb1f07", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a264acb6-819d-4ff6-b032-98d58d1760ca", "documentation": "Get corporation wallet transactions", "method": "get", "endpoint": "corporations/:corporation_id/wallets/:division/transactions/", "responses": [ { "uuid": "08a5a2f7-4630-4de5-bd75-e2b31aac0f98", "body": "[\n {\n \"client_id\": {{faker 'number.int' max=99999}},\n \"date\": \"{{faker 'date.recent' 365}}\",\n \"is_buy\": {{faker 'datatype.boolean'}},\n \"journal_ref_id\": {{faker 'number.int' max=99999}},\n \"location_id\": {{faker 'number.int' max=99999}},\n \"quantity\": {{faker 'number.int' max=99999}},\n \"transaction_id\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}},\n \"unit_price\": {{faker 'number.float'}}\n }\n]", "latency": 0, "statusCode": 200, "label": "Wallet transactions", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "13eb6c3d-f320-4cbd-84c5-b9366ba1513d", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8b2bc4c7-9fd4-42bb-b814-e5092dc0c18d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b50acdff-2c07-4b14-a940-39334e278e25", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "49c6150b-9bd6-4adc-a9ec-96e3a59759f3", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "159c4adb-0cf2-4b9e-b3b1-7edbd85cd9f0", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "045dda59-2817-47ac-8ce9-8f585787eb95", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6d29ffdd-b252-45fb-8c5d-050c2ee6c416", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d26aa76e-c00a-4dcb-9cf8-9a4d73cb7bc9", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2bf2f9e5-1a63-4a4e-955c-e08d33ce9d0e", "documentation": "Get attributes", "method": "get", "endpoint": "dogma/attributes/", "responses": [ { "uuid": "b6dd51a5-9500-4dcf-ac60-aba67473f770", "body": "[\n {{faker 'number.int' max=99999}}\n]", "latency": 0, "statusCode": 200, "label": "A list of dogma attribute ids", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b80d2e08-5396-4132-8843-17554cd8a193", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4b21ef6c-2333-4e37-b31f-b57dd686b064", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d8688c87-4190-4b57-838f-a660b10114ba", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6a752b92-f0c0-4c8a-8210-e544207217cc", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0641ff1d-11aa-4528-a49d-b1ed2d73b9bb", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "017566d8-0bed-4627-a638-5158e92a46e0", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4303b9cb-fdae-4eff-b992-dcb4876705ba", "documentation": "Get attribute information", "method": "get", "endpoint": "dogma/attributes/:attribute_id/", "responses": [ { "uuid": "fd1a36b2-0bc6-4df6-9075-be6b63863ac9", "body": "{\n \"attribute_id\": {{faker 'number.int' max=99999}},\n \"default_value\": {{faker 'number.float'}},\n \"description\": \"\",\n \"display_name\": \"\",\n \"high_is_good\": {{faker 'datatype.boolean'}},\n \"icon_id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"published\": {{faker 'datatype.boolean'}},\n \"stackable\": {{faker 'datatype.boolean'}},\n \"unit_id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Information about a dogma attribute", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "2e1456b1-52d3-4cf5-8c66-c6f341f1fd4f", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a8f60f2c-b5fb-4243-9a16-97a897a5d43a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "944f04fe-94d2-4990-97b1-d3aeb2a20255", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Dogma attribute not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e3a5e839-9a6c-4602-8b86-85b7a1783036", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "dd8000d0-414e-46f8-8eca-1838826b621f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "57deb8e6-0f11-4ae7-8b76-008d56a0aca1", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "08f34d47-0649-431a-8a49-f560600f95f8", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "26c635b1-cc0e-4b47-9102-ccf7b9eb118c", "documentation": "Get dynamic item information", "method": "get", "endpoint": "dogma/dynamic/items/:type_id/:item_id/", "responses": [ { "uuid": "00d23d99-204f-4189-933c-b3146f742622", "body": "{\n \"created_by\": {{faker 'number.int' max=99999}},\n \"dogma_attributes\": [\n {\n \"attribute_id\": {{faker 'number.int' max=99999}},\n \"value\": {{faker 'number.float'}}\n }\n ],\n \"dogma_effects\": [\n {\n \"effect_id\": {{faker 'number.int' max=99999}},\n \"is_default\": {{faker 'datatype.boolean'}}\n }\n ],\n \"mutator_type_id\": {{faker 'number.int' max=99999}},\n \"source_type_id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Details about a dynamic item", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "76d4b105-df72-44b3-b42a-eaa70395093d", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "27b9ca92-ee35-4bf2-ae8b-a0ef2bc00bc2", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7f7cbee1-b13c-4cec-9549-0a17740efb17", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Item not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "abe7faa3-b916-43c9-944a-2ac70df2febb", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a2480cf7-d117-421a-a5c2-f56d1cdf3a48", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5fb85600-3667-4873-8556-41cee364b69a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "94a22e7a-c83c-47ef-ae79-dcd86024bdf5", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ade25ca6-2da3-47e0-938c-5c2363a85aea", "documentation": "Get effects", "method": "get", "endpoint": "dogma/effects/", "responses": [ { "uuid": "6e521d73-da48-4783-9a54-348fb169c432", "body": "[\n {{faker 'number.int' max=99999}}\n]", "latency": 0, "statusCode": 200, "label": "A list of dogma effect ids", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "01b44283-8f82-4c2f-8bce-70ae3bdf9fa5", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9e27deed-5348-446b-8393-8d2455bbcb8c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "617d8f19-8812-4430-ae66-407ea78006ba", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "30406f02-e035-46b4-b9bf-8dbef1e3486e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1f42403c-f8cb-4517-874a-855d75e245c3", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "74cc7b97-4fae-418d-bccb-13f6f93fdaa3", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "17180e02-0fd0-413f-ad09-5094b6422570", "documentation": "Get effect information", "method": "get", "endpoint": "dogma/effects/:effect_id/", "responses": [ { "uuid": "affc8414-6f0e-47cf-aecd-db87b538dd29", "body": "{\n \"description\": \"\",\n \"disallow_auto_repeat\": {{faker 'datatype.boolean'}},\n \"discharge_attribute_id\": {{faker 'number.int' max=99999}},\n \"display_name\": \"\",\n \"duration_attribute_id\": {{faker 'number.int' max=99999}},\n \"effect_category\": {{faker 'number.int' max=99999}},\n \"effect_id\": {{faker 'number.int' max=99999}},\n \"electronic_chance\": {{faker 'datatype.boolean'}},\n \"falloff_attribute_id\": {{faker 'number.int' max=99999}},\n \"icon_id\": {{faker 'number.int' max=99999}},\n \"is_assistance\": {{faker 'datatype.boolean'}},\n \"is_offensive\": {{faker 'datatype.boolean'}},\n \"is_warp_safe\": {{faker 'datatype.boolean'}},\n \"modifiers\": [\n {\n \"domain\": \"\",\n \"effect_id\": {{faker 'number.int' max=99999}},\n \"func\": \"\",\n \"modified_attribute_id\": {{faker 'number.int' max=99999}},\n \"modifying_attribute_id\": {{faker 'number.int' max=99999}},\n \"operator\": {{faker 'number.int' max=99999}}\n }\n ],\n \"name\": \"\",\n \"post_expression\": {{faker 'number.int' max=99999}},\n \"pre_expression\": {{faker 'number.int' max=99999}},\n \"published\": {{faker 'datatype.boolean'}},\n \"range_attribute_id\": {{faker 'number.int' max=99999}},\n \"range_chance\": {{faker 'datatype.boolean'}},\n \"tracking_speed_attribute_id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Information about a dogma effect", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4013b655-119c-4f8c-afe7-6ab060074ab2", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "78f3932e-4cfd-4465-8d54-29d1b1b57659", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b01f12f9-748c-4eda-bc82-d1c20cd95ba2", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Dogma effect not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "67b7112c-b18b-444f-8d80-ae78faf27b26", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4ceb27e3-a36d-4f78-80b1-fcc557a6d074", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8dc35dff-1f81-454c-bf79-8efcc30c20a0", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "05ae6936-393e-48e4-aed3-d28acfb41319", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "834b0cee-21fa-4e1e-b6c0-f0c7e4157ac7", "documentation": "Get fleet information", "method": "get", "endpoint": "fleets/:fleet_id/", "responses": [ { "uuid": "b06dc9d3-932b-4def-b1f8-15f2ac26589a", "body": "{\n \"is_free_move\": {{faker 'datatype.boolean'}},\n \"is_registered\": {{faker 'datatype.boolean'}},\n \"is_voice_enabled\": {{faker 'datatype.boolean'}},\n \"motd\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Details about a fleet", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5b165966-adb7-41c6-8b4c-5122a2039285", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "da7ad941-560d-48d3-89c8-68a0945fa3fa", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4538f114-d763-4008-9bd9-927778cb877f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "84702f10-da35-46ea-8cf8-6f520883b7ec", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3f5d7f08-b204-4303-ad2e-ca0e7507de84", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "The fleet does not exist or you don't have access to it", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b13652fd-91e3-4d8a-9539-df1dfbbd526a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b0af304d-6c04-4b6c-a6b7-b582e2a5ec75", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "52ea4188-a3bb-4450-a6a0-cd544e941443", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b1db25ba-e78b-442e-890a-dcae84cc1a20", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "14fc0207-7036-4357-8a7f-e0f27bf02184", "documentation": "Update fleet", "method": "put", "endpoint": "fleets/:fleet_id/", "responses": [ { "uuid": "88ad566d-42aa-4b4f-b531-8151be8b0a38", "body": "", "latency": 0, "statusCode": 204, "label": "Fleet updated", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "488eb9de-f23f-4d85-9169-4af534e2eeda", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b57104a1-6b98-4fae-9716-560ca1044170", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "55a1b5ae-8888-4a6e-be91-d5df0fc69722", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "51a7fa71-3e8b-4620-be59-dc41a39a6d85", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "The fleet does not exist or you don't have access to it", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "68f081c2-e30a-421f-8c6b-1c5132025cb8", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ffee4750-17d1-496b-920d-b9f04be58d82", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ca01257a-c71e-41a5-b197-6fbc640a0dd8", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "96c8285f-ae20-4a52-96a3-eaca0cdb281b", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6d47450a-b1fe-4027-a531-952c0e8ea66a", "documentation": "Get fleet members", "method": "get", "endpoint": "fleets/:fleet_id/members/", "responses": [ { "uuid": "3d6ad510-70b4-4cbd-bb42-46cf6d6a5dcd", "body": "[\n {\n \"character_id\": {{faker 'number.int' max=99999}},\n \"join_time\": \"{{faker 'date.recent' 365}}\",\n \"role\": \"{{oneOf (array 'fleet_commander' 'wing_commander' 'squad_commander' 'squad_member')}}\",\n \"role_name\": \"\",\n \"ship_type_id\": {{faker 'number.int' max=99999}},\n \"solar_system_id\": {{faker 'number.int' max=99999}},\n \"squad_id\": {{faker 'number.int' max=99999}},\n \"station_id\": {{faker 'number.int' max=99999}},\n \"takes_fleet_warp\": {{faker 'datatype.boolean'}},\n \"wing_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of fleet members", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Content-Language", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1dfce319-d9b3-4627-9b6f-453cd8d45830", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "77bf68a6-d523-4d32-9d48-85f60fccd2c0", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "75ad48e1-c488-4508-9bd7-8d62b6069024", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "49928605-558d-4832-89f9-21d748e66259", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ceca32cd-ca6f-428b-abf4-615651600531", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "The fleet does not exist or you don't have access to it", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d5ee3486-6bd6-4362-8d37-ffba3ca5780b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3b4b64eb-92b8-4f4d-aa23-d5525ddaf323", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d00fa519-c1c3-45d1-9b22-112d92558176", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c3472e70-5ecb-44a0-a3c4-8500267af757", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "25e11433-93b6-434a-8920-321741b0e830", "documentation": "Create fleet invitation", "method": "post", "endpoint": "fleets/:fleet_id/members/", "responses": [ { "uuid": "c349ea91-ebbc-46e3-a2e8-5daaa3e66c47", "body": "", "latency": 0, "statusCode": 204, "label": "Fleet invitation sent", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fed917be-f424-4c20-bbae-affb4fa392bb", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7912d49f-e4b9-4b36-9535-04d815ebae56", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e7af437f-86b1-48ca-ac11-3d651de2c538", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8d2a6043-dcbf-49e2-9a82-d58b82b91297", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "The fleet does not exist or you don't have access to it", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "68819965-9268-4a72-a1b7-0e6b210bb5d8", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3de1019b-5af8-4a92-b374-fc82e479bf12", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Errors in invitation", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bb7a94ff-c236-42ef-8c8f-60e2f1859039", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3c01cfa2-1224-46d8-947b-285e0cbf9b86", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0bb4971b-4cb9-477b-9c28-e1a6de7700af", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0e9653d8-3bb5-45c7-95b2-b138190d8891", "documentation": "Kick fleet member", "method": "delete", "endpoint": "fleets/:fleet_id/members/:member_id/", "responses": [ { "uuid": "f62ab642-a7e8-46a5-8e99-5495640c8463", "body": "", "latency": 0, "statusCode": 204, "label": "Fleet member kicked", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9b628f28-a47f-4120-b725-89417c30212f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b19cd494-c9fd-46c7-b7c0-094719917665", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "21812f68-0b1c-4883-bcb2-7e53596f5898", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7a5aec58-dba7-4670-bb46-7794f478235e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "The fleet does not exist or you don't have access to it", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "22dd1ada-e4a9-4784-8898-b89392cc68da", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6f199343-64ef-4cf3-831b-b60dee5e9cc9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "04317f16-79f0-43d5-9cf9-6ac9296c26f0", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8a2209fa-19a2-46c6-84f5-7b0042237af8", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d20dfaca-4047-493b-8304-e3fbf56d9f4f", "documentation": "Move fleet member", "method": "put", "endpoint": "fleets/:fleet_id/members/:member_id/", "responses": [ { "uuid": "3a95c67d-adcd-4666-95f1-26aeae88fead", "body": "", "latency": 0, "statusCode": 204, "label": "Fleet invitation sent", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "56636670-c059-40f0-8466-c94c5b199c70", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "39a45ed6-8963-48c3-8798-493bdb9a1614", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0636e611-fb3e-4391-b59b-e6f9b0e6cd56", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "24ec5360-e4d2-452c-8aeb-8eb7cf0d3b7b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "The fleet does not exist or you don't have access to it", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1130e158-f98c-46c1-afaf-a7a2357c0a56", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3c16c37b-fee5-4616-b268-0cdc2eda3abd", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Errors in invitation", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "aa0ce1cf-eea5-4c1a-be1d-8b368daffc00", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "346c893c-1fb0-4583-a7c1-bfb0c0f95410", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "db53445e-0e8a-4f90-bc75-ca135dcfb98c", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "87b11471-153d-4d2e-a71d-659885b7921e", "documentation": "Delete fleet squad", "method": "delete", "endpoint": "fleets/:fleet_id/squads/:squad_id/", "responses": [ { "uuid": "8538ef2b-a794-4e7b-82b7-2c56d8697b8c", "body": "", "latency": 0, "statusCode": 204, "label": "Squad deleted", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7c7e6d6d-958d-44a7-9880-f2388882ffac", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2e3d3000-8ad5-4c3b-80f9-4c20b029f969", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "941a813c-f063-4f66-b3d7-3aaece3454cd", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1d5ccb6b-3406-49b4-820f-e596542645a4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "The fleet does not exist or you don't have access to it", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7df087bd-9f96-46c1-b73e-b52a0ee9dc38", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "49512da9-4e96-4215-a48c-c6b9d474af44", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b00bc872-3954-4011-9103-400fa9bef42b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "133012ff-a468-496f-bbbd-bc5a4357d00e", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7a4853d6-d0e0-4b2e-b26e-00659b1410ef", "documentation": "Rename fleet squad", "method": "put", "endpoint": "fleets/:fleet_id/squads/:squad_id/", "responses": [ { "uuid": "2a9c06c8-a5be-4f3e-bd98-8f37db0b2d8d", "body": "", "latency": 0, "statusCode": 204, "label": "Squad renamed", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0dafa3c6-cde0-4131-b7e7-c79800d3f96f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9ce439a8-a178-4f1d-b2e3-1f998d82c7fd", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7bd4080c-fef9-4379-af67-0f96803239c5", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "584a8e58-21a4-4c8c-9a22-8e22e99be94a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "The fleet does not exist or you don't have access to it", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5efb395e-200c-494d-982a-4fee55c0723b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e076735c-f81c-49b4-82b6-dd0e1e2184e8", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "dda019b0-a1d6-493e-87df-141dac4111ab", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8bc1cb30-c653-4241-a2ee-b3a12114d74e", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5bf3effa-9546-4142-a788-434e6354a709", "documentation": "Get fleet wings", "method": "get", "endpoint": "fleets/:fleet_id/wings/", "responses": [ { "uuid": "cb4bcd20-72a7-44c7-a657-094b188bfbc8", "body": "[\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"squads\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n ]\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of fleet wings", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Content-Language", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ea4d3220-29fc-45af-a987-119b7b91f2f2", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c049ce6d-8b72-4fad-b754-1ea77825ed13", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3ef0a7e4-e39e-4607-b1e5-149870bd18a8", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b2d82bb0-8744-4c67-8da0-b7b26adc242e", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8f385f1d-0d46-45ce-9544-74ab58183c2f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "The fleet does not exist or you don't have access to it", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a88c58f3-dc8d-472e-a331-fe7bc3969aa1", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4d25078b-b8db-478b-9cf8-907957ed1dee", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a8df40f7-accf-4486-bf29-4e8baeee20db", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7f23bf40-d571-4640-a8b0-0fe4bf36c771", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "951b09d1-f747-4a84-ac16-5188d7f09611", "documentation": "Create fleet wing", "method": "post", "endpoint": "fleets/:fleet_id/wings/", "responses": [ { "uuid": "e1fa0630-8423-470d-89ec-7925ba00b4af", "body": "{\n \"wing_id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 201, "label": "Wing created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9d3b357b-455a-4d99-9789-70f66528e6f1", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9b3d310e-b796-49fd-81b0-fc0d218fe062", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8e74dfea-ca6d-470b-8c7a-2d127189c59a", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "29412af9-d7af-48ce-b0ab-88052973f934", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "The fleet does not exist or you don't have access to it", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "faa6354d-09f0-4bae-b86d-d7f374634dbb", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7b35f62c-4f30-4442-b539-ac03de27841a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a9365db9-f637-4306-8f72-42a9f4b376d4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6713844d-af09-4ce7-a74c-a0ef26186019", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "45c025ff-2ebc-4712-818f-8d51285e96cd", "documentation": "Delete fleet wing", "method": "delete", "endpoint": "fleets/:fleet_id/wings/:wing_id/", "responses": [ { "uuid": "ad3632f0-c283-484e-b732-3520230bcf2c", "body": "", "latency": 0, "statusCode": 204, "label": "Wing deleted", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c3ced213-f911-4e19-97a8-67a4044aa189", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "00aee02a-2d7a-4a8b-8a4e-535ddb5d57a0", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "306f790d-68fa-4b54-a422-635d8f844485", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7b3baf22-b5b7-4080-ab67-476ce7252ebf", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "The fleet does not exist or you don't have access to it", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "de362fb0-ab34-447d-83a0-03bc3c5ddcd9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4b0bb4ce-6634-4c7e-9626-e9c45a951a2b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f29a7a7d-41f0-4f63-ae5b-47550ce52f50", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "98619141-8c95-44c9-92eb-348ed302e773", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "453c75ca-dfd1-4f74-b205-a3497ae30897", "documentation": "Rename fleet wing", "method": "put", "endpoint": "fleets/:fleet_id/wings/:wing_id/", "responses": [ { "uuid": "a135ae05-f2ae-446b-98e3-89b760b516c6", "body": "", "latency": 0, "statusCode": 204, "label": "Wing renamed", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "04bbdbd8-9a4a-4ab1-b8b7-eae9e754112d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "60d54374-780f-4cb3-89a8-2f433442d087", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ea0c38d6-bfe9-4d94-9ef5-ea6751a7c99e", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cfd1a620-7c3b-494e-9ba3-b5bbf0e294b7", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "The fleet does not exist or you don't have access to it", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "557bd380-7beb-4b1d-946f-de18a3f9b78d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a4db5c89-e83b-44ec-908a-22fed0e9aa40", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8ae7a3c9-a9bc-463a-9607-eed9f0a486d3", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cbc6c76d-16da-4176-b6f6-c30730e52582", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9c162cdd-f2bf-4be4-8bed-851c28f8cb5a", "documentation": "Create fleet squad", "method": "post", "endpoint": "fleets/:fleet_id/wings/:wing_id/squads/", "responses": [ { "uuid": "64e6aaa9-9fe5-430b-8f35-7b3898eb15e2", "body": "{\n \"squad_id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 201, "label": "Squad created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "90f31bb9-df56-4345-9214-a1858267de1d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1c6cd9a2-c623-4250-8318-b3fcdac0e0db", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "47cd3c1c-6d99-4e6d-862f-bd6012c3e064", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "efcc8f0e-5ffb-4e13-b60d-e354cd77944e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "The fleet does not exist or you don't have access to it", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "194033b2-d2e5-42b7-9c8e-3874d4de7c37", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "48125918-b43d-4f6d-8482-7181972bf6cc", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "82e8e585-a6fa-4dd2-89c8-42b1a2bb6d5d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e9c0ebe5-18bc-49ba-bbbd-3ed1451971ae", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d282c49a-05f0-4588-aaec-1e486caa83cd", "documentation": "List of the top factions in faction warfare", "method": "get", "endpoint": "fw/leaderboards/", "responses": [ { "uuid": "b2a35f42-6bc6-4d05-8762-a1f6d26102fb", "body": "{\n \"kills\": {\n \"active_total\": [\n {\n \"amount\": {{faker 'number.int' max=99999}},\n \"faction_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"last_week\": [\n {\n \"amount\": {{faker 'number.int' max=99999}},\n \"faction_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"yesterday\": [\n {\n \"amount\": {{faker 'number.int' max=99999}},\n \"faction_id\": {{faker 'number.int' max=99999}}\n }\n ]\n },\n \"victory_points\": {\n \"active_total\": [\n {\n \"amount\": {{faker 'number.int' max=99999}},\n \"faction_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"last_week\": [\n {\n \"amount\": {{faker 'number.int' max=99999}},\n \"faction_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"yesterday\": [\n {\n \"amount\": {{faker 'number.int' max=99999}},\n \"faction_id\": {{faker 'number.int' max=99999}}\n }\n ]\n }\n}", "latency": 0, "statusCode": 200, "label": "Corporation leaderboard of kills and victory points within faction warfare", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7e3e2d58-20a6-4558-8164-d53b2fba1d62", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b8125614-c08e-482f-aee8-0e494044827e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2b42ae3a-7676-4503-afe6-f337fbc36670", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "103bc6cb-b85f-4d20-8ad0-4c97e89d74e5", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e4da93a1-e23c-4ac0-9a4e-df62beeb3638", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c5a494a3-24d5-4cca-9797-694bd0be069d", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0b72b2b3-d800-4b3c-8d78-5e80e7ab11ea", "documentation": "List of the top pilots in faction warfare", "method": "get", "endpoint": "fw/leaderboards/characters/", "responses": [ { "uuid": "a1a036d7-9860-40d5-88f6-685b8f526689", "body": "{\n \"kills\": {\n \"active_total\": [\n {\n \"amount\": {{faker 'number.int' max=99999}},\n \"character_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"last_week\": [\n {\n \"amount\": {{faker 'number.int' max=99999}},\n \"character_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"yesterday\": [\n {\n \"amount\": {{faker 'number.int' max=99999}},\n \"character_id\": {{faker 'number.int' max=99999}}\n }\n ]\n },\n \"victory_points\": {\n \"active_total\": [\n {\n \"amount\": {{faker 'number.int' max=99999}},\n \"character_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"last_week\": [\n {\n \"amount\": {{faker 'number.int' max=99999}},\n \"character_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"yesterday\": [\n {\n \"amount\": {{faker 'number.int' max=99999}},\n \"character_id\": {{faker 'number.int' max=99999}}\n }\n ]\n }\n}", "latency": 0, "statusCode": 200, "label": "Character leaderboard of kills and victory points within faction warfare", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "38545f08-8505-41a8-99da-d60044ca9aa9", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "780c02b5-9c3c-4c20-b8b7-8c23a9b7e317", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4e9bd635-dab2-4d2e-b030-3c86986f694a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d399fadd-ce41-4902-be0c-72966e7fd02d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9b89b0e9-e000-4552-97d2-fd42800e487a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d80a1591-371d-4ac6-b704-a46a0e57bafa", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "686ff80e-e517-4ac3-9a25-063c628de9a1", "documentation": "List of the top corporations in faction warfare", "method": "get", "endpoint": "fw/leaderboards/corporations/", "responses": [ { "uuid": "33ae3116-6e2c-43bf-a58b-40e4f7e49565", "body": "{\n \"kills\": {\n \"active_total\": [\n {\n \"amount\": {{faker 'number.int' max=99999}},\n \"corporation_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"last_week\": [\n {\n \"amount\": {{faker 'number.int' max=99999}},\n \"corporation_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"yesterday\": [\n {\n \"amount\": {{faker 'number.int' max=99999}},\n \"corporation_id\": {{faker 'number.int' max=99999}}\n }\n ]\n },\n \"victory_points\": {\n \"active_total\": [\n {\n \"amount\": {{faker 'number.int' max=99999}},\n \"corporation_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"last_week\": [\n {\n \"amount\": {{faker 'number.int' max=99999}},\n \"corporation_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"yesterday\": [\n {\n \"amount\": {{faker 'number.int' max=99999}},\n \"corporation_id\": {{faker 'number.int' max=99999}}\n }\n ]\n }\n}", "latency": 0, "statusCode": 200, "label": "Corporation leaderboard of kills and victory points within faction warfare", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f7c6ae31-838d-47b2-a7f9-793b3fdf654b", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2012162f-493b-4616-99e8-254f52bd951b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5350a1e9-089a-40ee-9f17-e7da601ba73d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cd2f3f16-61b4-448e-a4c4-1a1ee931fea4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0f4230b5-7364-4a48-9b94-af27f4d28f30", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5a32a771-eb35-4213-891f-0798cae93803", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bd338016-0ba8-47ea-a218-15040cd528a4", "documentation": "An overview of statistics about factions involved in faction warfare", "method": "get", "endpoint": "fw/stats/", "responses": [ { "uuid": "a4f8125c-6cf1-4b3e-99ab-e7af5d1c6350", "body": "[\n {\n \"faction_id\": {{faker 'number.int' max=99999}},\n \"kills\": {\n \"last_week\": {{faker 'number.int' max=99999}},\n \"total\": {{faker 'number.int' max=99999}},\n \"yesterday\": {{faker 'number.int' max=99999}}\n },\n \"pilots\": {{faker 'number.int' max=99999}},\n \"systems_controlled\": {{faker 'number.int' max=99999}},\n \"victory_points\": {\n \"last_week\": {{faker 'number.int' max=99999}},\n \"total\": {{faker 'number.int' max=99999}},\n \"yesterday\": {{faker 'number.int' max=99999}}\n }\n }\n]", "latency": 0, "statusCode": 200, "label": "Per faction breakdown of faction warfare statistics", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "296a60fd-b4bf-4097-9ddc-6eae96602f25", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3731de6b-767d-4a52-bff6-408572f892c5", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4e1882ca-5cf7-40ac-ac75-932381707ca6", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "338a3a4f-6b14-4d31-9ee5-9e4fd4ddf2d4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "93c46155-df5f-49bc-bef3-2d1aa7e401a5", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2abe8027-35b3-48bf-b5b3-58e3e2feb241", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f4211bed-bdd1-4d89-aff7-da3c34f5eb2b", "documentation": "Ownership of faction warfare systems", "method": "get", "endpoint": "fw/systems/", "responses": [ { "uuid": "a22bb9f0-fd25-4741-9571-c90a2acc810b", "body": "[\n {\n \"contested\": \"{{oneOf (array 'captured' 'contested' 'uncontested' 'vulnerable')}}\",\n \"occupier_faction_id\": {{faker 'number.int' max=99999}},\n \"owner_faction_id\": {{faker 'number.int' max=99999}},\n \"solar_system_id\": {{faker 'number.int' max=99999}},\n \"victory_points\": {{faker 'number.int' max=99999}},\n \"victory_points_threshold\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "All faction warfare solar systems", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "52d2eaed-12fb-4d5f-81a8-1ac281c3df12", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8909ef32-7eb7-426c-968f-afa008b0f319", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "585854c1-64f0-4727-82a7-4c74d6d517ad", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "13e81047-5bad-4cdc-a4ed-b96fc985eb7f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c95d455b-2590-4e41-be20-67fc2fc8ad7e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "83935130-5d2e-471c-a6a8-00813d6464a5", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "88775b5f-8d7d-43aa-bcb9-9e59c9112043", "documentation": "Data about which NPC factions are at war", "method": "get", "endpoint": "fw/wars/", "responses": [ { "uuid": "14992a01-9449-45c1-a442-d736dcbb3569", "body": "[\n {\n \"against_id\": {{faker 'number.int' max=99999}},\n \"faction_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of NPC factions at war", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7a2de34b-1d08-49dc-99ed-d76d90cb53fc", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4a17ccdf-f330-4b52-9bcd-4413515909df", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3b152809-cce1-4942-a357-4d13b45d303c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fcf78479-5571-472a-9962-8738f7a14d65", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6ed6c35e-50c9-40cf-8b73-47455a24c6a7", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c35bfb32-e69a-4940-bd81-d27761d75ea5", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ed3944a0-d980-4214-84f6-3af6e2b46be5", "documentation": "List incursions", "method": "get", "endpoint": "incursions/", "responses": [ { "uuid": "32d75e0d-ae2f-4a43-923f-0f810b833918", "body": "[\n {\n \"constellation_id\": {{faker 'number.int' max=99999}},\n \"faction_id\": {{faker 'number.int' max=99999}},\n \"has_boss\": {{faker 'datatype.boolean'}},\n \"infested_solar_systems\": [\n {{faker 'number.int' max=99999}}\n ],\n \"influence\": {{faker 'number.float'}},\n \"staging_solar_system_id\": {{faker 'number.int' max=99999}},\n \"state\": \"{{oneOf (array 'withdrawing' 'mobilizing' 'established')}}\",\n \"type\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of incursions", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5877fb28-c409-4fb9-bd26-26f0b4aad0a0", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2370b1f9-a2fd-4657-8eb9-9e33987a4b1c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5aa4187f-91c5-46c9-9ee2-5d48e3da744d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0ace01c8-98aa-4f50-a88e-a5f445c16c0f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c887cd6f-d014-4ea1-b536-ecf1c7eee926", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0fffa838-97af-44b7-8388-cf9f7bf39c72", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a216de0a-6592-406c-a9a5-f7203b86aad1", "documentation": "List industry facilities", "method": "get", "endpoint": "industry/facilities/", "responses": [ { "uuid": "dfd12361-5b5e-4d2c-96bb-c3337b9f85de", "body": "[\n {\n \"facility_id\": {{faker 'number.int' max=99999}},\n \"owner_id\": {{faker 'number.int' max=99999}},\n \"region_id\": {{faker 'number.int' max=99999}},\n \"solar_system_id\": {{faker 'number.int' max=99999}},\n \"tax\": {{faker 'number.float'}},\n \"type_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of facilities", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f4368ac0-7350-4b4e-a813-72ae5941ba69", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3b9d7d8d-3f7f-4fab-851c-e89805cb46bc", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "83009f9a-d7a4-4948-92f1-60af3753ce51", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c6a17869-2550-4648-a0a7-e6eb440d6fba", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5ac5b802-6b5c-4d13-96a9-ee1f63de1f60", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6f03e5f4-949c-4d0f-9c91-3c236eaf599e", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4ffa03b9-d095-497b-9099-3f3471471b23", "documentation": "List solar system cost indices", "method": "get", "endpoint": "industry/systems/", "responses": [ { "uuid": "de98c26d-6df1-4aa4-8d61-b65449ef847e", "body": "[\n {\n \"cost_indices\": [\n {\n \"activity\": \"{{oneOf (array 'copying' 'duplicating' 'invention' 'manufacturing' 'none' 'reaction' 'researching_material_efficiency' 'researching_technology' 'researching_time_efficiency' 'reverse_engineering')}}\",\n \"cost_index\": {{faker 'number.float'}}\n }\n ],\n \"solar_system_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of cost indicies", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "133469fe-62b7-4409-b0fd-f9cdb520bc2b", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fabdaebe-b353-41b7-8759-6f23020f69b8", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "515fc03d-6fec-41c3-ac51-1bfb405d24c8", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ed147744-65ed-4601-8ad4-56c0f37f2708", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bc33e69b-7c37-4638-9bff-1aa28360f96f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5c366ce5-e882-4ddf-9a31-1c99d618850b", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "324e4e7b-96ed-4937-8e5d-dbcf48f82658", "documentation": "List insurance levels", "method": "get", "endpoint": "insurance/prices/", "responses": [ { "uuid": "cbe3c5b4-2c22-4dc0-9581-2d5ad3b56c34", "body": "[\n {\n \"levels\": [\n {\n \"cost\": {{faker 'number.float'}},\n \"name\": \"\",\n \"payout\": {{faker 'number.float'}}\n }\n ],\n \"type_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of insurance levels for all ship types", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Content-Language", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3b3a2372-0e2b-4855-b0b8-65061459507a", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3c1fa7b5-fc65-4f64-96ed-502ea5d1ae6f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d41a4b18-35d7-4d0b-9fb9-9bb883a9e6ec", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5e77f145-3647-481f-9c6c-9923291f0eb4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6a9be063-8427-4b11-9f13-d34482b81e65", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "807779b4-29e5-4af3-9bae-bd96d6a242e6", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9da02000-e26a-42d2-8de1-377388f19413", "documentation": "Get a single killmail", "method": "get", "endpoint": "killmails/:killmail_id/:killmail_hash/", "responses": [ { "uuid": "67e31688-ec9a-499d-8a5a-7ed53d137fe9", "body": "{\n \"attackers\": [\n {\n \"alliance_id\": {{faker 'number.int' max=99999}},\n \"character_id\": {{faker 'number.int' max=99999}},\n \"corporation_id\": {{faker 'number.int' max=99999}},\n \"damage_done\": {{faker 'number.int' max=99999}},\n \"faction_id\": {{faker 'number.int' max=99999}},\n \"final_blow\": {{faker 'datatype.boolean'}},\n \"security_status\": {{faker 'number.float'}},\n \"ship_type_id\": {{faker 'number.int' max=99999}},\n \"weapon_type_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"killmail_id\": {{faker 'number.int' max=99999}},\n \"killmail_time\": \"{{faker 'date.recent' 365}}\",\n \"moon_id\": {{faker 'number.int' max=99999}},\n \"solar_system_id\": {{faker 'number.int' max=99999}},\n \"victim\": {\n \"alliance_id\": {{faker 'number.int' max=99999}},\n \"character_id\": {{faker 'number.int' max=99999}},\n \"corporation_id\": {{faker 'number.int' max=99999}},\n \"damage_taken\": {{faker 'number.int' max=99999}},\n \"faction_id\": {{faker 'number.int' max=99999}},\n \"items\": [\n {\n \"flag\": {{faker 'number.int' max=99999}},\n \"item_type_id\": {{faker 'number.int' max=99999}},\n \"items\": [\n {\n \"flag\": {{faker 'number.int' max=99999}},\n \"item_type_id\": {{faker 'number.int' max=99999}},\n \"quantity_destroyed\": {{faker 'number.int' max=99999}},\n \"quantity_dropped\": {{faker 'number.int' max=99999}},\n \"singleton\": {{faker 'number.int' max=99999}}\n }\n ],\n \"quantity_destroyed\": {{faker 'number.int' max=99999}},\n \"quantity_dropped\": {{faker 'number.int' max=99999}},\n \"singleton\": {{faker 'number.int' max=99999}}\n }\n ],\n \"position\": {\n \"x\": {{faker 'number.float'}},\n \"y\": {{faker 'number.float'}},\n \"z\": {{faker 'number.float'}}\n },\n \"ship_type_id\": {{faker 'number.int' max=99999}}\n },\n \"war_id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "A killmail", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7de73314-f576-4928-a233-6562e8359c75", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5f5b41c7-4d65-4d2e-b5fa-7180561994c9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bb27fb68-87e7-46f6-8908-f8391860c252", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6ad72413-75a1-4dd4-9066-42e8ab7ccb44", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Invalid killmail_id and/or killmail_hash", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "60793c16-b184-431b-a991-485a97f84b2a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b8b25bf4-2a04-496d-a8d9-5bc5032b544d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ea386821-5cab-45db-bc21-350e6d173fdc", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cd47551d-7015-4e1c-814d-a49449ab2665", "documentation": "List loyalty store offers", "method": "get", "endpoint": "loyalty/stores/:corporation_id/offers/", "responses": [ { "uuid": "6d7a79b1-577d-4357-b404-151d9939a265", "body": "[\n {\n \"ak_cost\": {{faker 'number.int' max=99999}},\n \"isk_cost\": {{faker 'number.int' max=99999}},\n \"lp_cost\": {{faker 'number.int' max=99999}},\n \"offer_id\": {{faker 'number.int' max=99999}},\n \"quantity\": {{faker 'number.int' max=99999}},\n \"required_items\": [\n {\n \"quantity\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"type_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of offers", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "00c3dd01-5585-4437-91cf-7e4012759a1c", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5a4a93d5-35e3-4752-84ff-9bb3a18dbc41", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e5b8c10c-6eae-4efa-b83c-f2fb5d4184bb", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "No loyalty point store found for the provided corporation", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7cefdf4e-54b6-4541-b747-70b1af5cc652", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0ba70492-910a-4a7f-9b85-11fbc74a70e8", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "968496ef-6741-4d9f-a0fc-f88b0f791a58", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b52b2aab-e9ed-465b-be6a-85e43968e732", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3cb50828-a542-4496-92bc-56c2704afbef", "documentation": "Get item groups", "method": "get", "endpoint": "markets/groups/", "responses": [ { "uuid": "85d6e627-abb5-4f11-bc79-285b508c26c5", "body": "[\n {{faker 'number.int' max=99999}}\n]", "latency": 0, "statusCode": 200, "label": "A list of item group ids", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "88e1770c-b319-4f2f-aa3b-b2f5c3a129a1", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "10b74b62-c17f-488f-b5bb-92c3e2863cc5", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8a7802bd-b8f7-45c8-a1f3-77ed82cbe660", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "058423b4-e3b7-4e3e-bebc-6f714daaec40", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "33342e0b-e5f9-4bd8-b26c-17f8dd161f21", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "97c3e58f-a674-46af-9f2f-569947e32edf", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "58c41080-fe2b-49a6-935a-de8d6b309709", "documentation": "Get item group information", "method": "get", "endpoint": "markets/groups/:market_group_id/", "responses": [ { "uuid": "0d4332d1-843d-4356-86a4-a4b6d02ff159", "body": "{\n \"description\": \"\",\n \"market_group_id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"parent_group_id\": {{faker 'number.int' max=99999}},\n \"types\": [\n {{faker 'number.int' max=99999}}\n ]\n}", "latency": 0, "statusCode": 200, "label": "Information about an item group", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Content-Language", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8ace3cbc-bf80-41c9-95a9-39a73d540e1d", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fd7e31de-5ae9-4fb6-9641-5f1bc2bb95c3", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "360c02d8-3e9e-42d3-963b-62b9e40c9c4d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Market group not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "484b3c7b-3941-462f-8f10-a1ed9b0f22b7", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f928cae6-74da-43d4-a5a8-68e1d95bbd11", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4d4a7f7f-6213-433c-b637-45ebc29c2423", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7343dc2a-1c78-470a-8641-685c8fa8e42c", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4f97f9e9-1931-4f30-b797-8f338e50c648", "documentation": "List market prices", "method": "get", "endpoint": "markets/prices/", "responses": [ { "uuid": "5342aeae-2a32-47b6-ba81-87ed4aa7c4de", "body": "[\n {\n \"adjusted_price\": {{faker 'number.float'}},\n \"average_price\": {{faker 'number.float'}},\n \"type_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of prices", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1df135d6-ea29-4ec4-ab70-93d5bd6a3549", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1c601d86-1c80-4429-9068-28b899dfaab7", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "36e528a3-cd33-4109-a03a-679ac603875f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "76dbda6a-9563-4ff8-ba50-72a2798f4bca", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e307a8ca-d6a4-4c32-aba3-3ea322b45163", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "427ce0c7-d895-4540-a0cc-1411884ca6aa", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6429de1b-a334-4af4-b5d7-f694f33504ae", "documentation": "List orders in a structure", "method": "get", "endpoint": "markets/structures/:structure_id/", "responses": [ { "uuid": "8c47b289-53a0-43ed-ab95-578f1790b14b", "body": "[\n {\n \"duration\": {{faker 'number.int' max=99999}},\n \"is_buy_order\": {{faker 'datatype.boolean'}},\n \"issued\": \"{{faker 'date.recent' 365}}\",\n \"location_id\": {{faker 'number.int' max=99999}},\n \"min_volume\": {{faker 'number.int' max=99999}},\n \"order_id\": {{faker 'number.int' max=99999}},\n \"price\": {{faker 'number.float'}},\n \"range\": \"{{oneOf (array 'station' 'region' 'solarsystem' '1' '2' '3' '4' '5' '10' '20' '30' '40')}}\",\n \"type_id\": {{faker 'number.int' max=99999}},\n \"volume_remain\": {{faker 'number.int' max=99999}},\n \"volume_total\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of orders", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f94c2a7a-ea40-4400-bd36-fdb12a75132e", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5495badc-7789-4df4-8b85-bf3c66e4f525", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5fff7497-03cb-4f25-8cb0-25f0be68da11", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "55e9c8e2-b9b7-414f-9e82-08b2cb0f1934", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "22fce622-448a-4a09-be70-41d97defe30b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4234456b-0c36-4d25-a88f-11eb98cb73ca", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "45bee30b-95b1-4120-b0c1-861eb9382df3", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "318aa893-56a5-4809-b5b9-0bb5783cfc68", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "609d2aa3-96fb-4779-861e-b6a8c7e7384f", "documentation": "List historical market statistics in a region", "method": "get", "endpoint": "markets/:region_id/history/", "responses": [ { "uuid": "e7b105f2-94d6-4c4e-9df7-0d4a54012868", "body": "[\n {\n \"average\": {{faker 'number.float'}},\n \"date\": \"{{date '2019' (now) 'yyyy-MM-dd'}}\",\n \"highest\": {{faker 'number.float'}},\n \"lowest\": {{faker 'number.float'}},\n \"order_count\": {{faker 'number.int' max=99999}},\n \"volume\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of historical market statistics", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9eaad24a-ced6-4d76-b3b5-aec12f56f199", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2184465c-3113-4ad3-8e15-3419bc312134", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9754d885-8212-475f-8b96-2a085024ec75", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Type not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d4c183ca-12e8-4a36-a598-2403577ab299", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "39ee0bde-e99d-4a13-9d9c-e310e474a332", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3b708cac-f72d-4d91-bc39-a5db073d5f0f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d2d0e74a-17c5-490d-97a4-644718769a11", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bde4bafd-8edb-4391-9eeb-c7bd68f125a4", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6c337074-ce96-4902-b71d-30644aa67ba9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 520, "label": "Internal error thrown from the EVE server", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0f627207-42b7-4079-b8bb-2c4457c5480e", "documentation": "List orders in a region", "method": "get", "endpoint": "markets/:region_id/orders/", "responses": [ { "uuid": "72b3e90f-8125-4b09-8fbb-114339aefcfc", "body": "[\n {\n \"duration\": {{faker 'number.int' max=99999}},\n \"is_buy_order\": {{faker 'datatype.boolean'}},\n \"issued\": \"{{faker 'date.recent' 365}}\",\n \"location_id\": {{faker 'number.int' max=99999}},\n \"min_volume\": {{faker 'number.int' max=99999}},\n \"order_id\": {{faker 'number.int' max=99999}},\n \"price\": {{faker 'number.float'}},\n \"range\": \"{{oneOf (array 'station' 'region' 'solarsystem' '1' '2' '3' '4' '5' '10' '20' '30' '40')}}\",\n \"system_id\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}},\n \"volume_remain\": {{faker 'number.int' max=99999}},\n \"volume_total\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of orders", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c87e6671-29c4-42bd-9d39-c0014e435fb2", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a07d0dac-27fc-4fe6-b5d5-a3a3950a0fa2", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "88f29368-db9f-4c59-a96e-3a85c2cc8887", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "19cfe6b4-8673-4961-ac54-f2debfdadd6d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1e0e4f57-a581-408e-808c-1bc01fd45737", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1e4cdba7-f7c0-4245-8857-604bc9737db5", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0e2c1cf1-9790-431e-88d1-2846fb371f38", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ee6cde27-750d-42ee-a049-808fc3b3b94a", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d8febcb4-4ba9-4ff3-8c67-49b9d183c65b", "documentation": "List type IDs relevant to a market", "method": "get", "endpoint": "markets/:region_id/types/", "responses": [ { "uuid": "681a5ddc-9f60-4465-9cd7-42d89c726307", "body": "[\n {{faker 'number.int' max=99999}}\n]", "latency": 0, "statusCode": 200, "label": "A list of type IDs", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7344d24d-cdee-4025-a6a3-9c0de11946e3", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8abec66e-ee73-467d-9579-042fa412c119", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8fc882cd-2e88-4fbc-9ebe-2e5ee19d1d35", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e5c6c388-e573-4577-8f3f-ccf2eec0729d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "39620a9c-9c7d-4172-87c9-45ab049bf8c0", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bc34c79c-18d8-4bda-a143-818a04f3e9b4", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "51a9f8b7-e437-4a81-a830-22e03485c03d", "documentation": "Get opportunities groups", "method": "get", "endpoint": "opportunities/groups/", "responses": [ { "uuid": "b587bf35-38cb-438d-ba92-f82293408c7d", "body": "[\n {{faker 'number.int' max=99999}}\n]", "latency": 0, "statusCode": 200, "label": "A list of opportunities group ids", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "165b29a5-af00-4ac2-bf2c-c0df19114309", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "957ec0ad-2f6d-4105-b1e6-263b05dddf29", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "535c11e8-ea7f-432b-a684-b5398df56fd0", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "92967f9b-44cb-4a43-a1a1-2ab9812ae7fb", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e54b5172-0ed5-4bc5-a9a1-219093635d2e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "939b8d6b-90b2-488f-ab46-b404f23fe25b", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e751650d-c24a-4b8a-920b-b75e53e16a8c", "documentation": "Get opportunities group", "method": "get", "endpoint": "opportunities/groups/:group_id/", "responses": [ { "uuid": "58dcf44a-8e81-4b79-9905-475c04a26f82", "body": "{\n \"connected_groups\": [\n {{faker 'number.int' max=99999}}\n ],\n \"description\": \"\",\n \"group_id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"notification\": \"\",\n \"required_tasks\": [\n {{faker 'number.int' max=99999}}\n ]\n}", "latency": 0, "statusCode": 200, "label": "Details of an opportunities group", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Content-Language", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "145a5c4d-d29f-4753-9833-426bf5a11f3a", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8776dbc7-4df3-46ed-a5b5-8ac351f5f00e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c8c8c7ef-1230-4cd1-94c4-663a452719d3", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a131acea-71e8-485e-846a-f6a4fcb2b5e5", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "eb9df8e1-e0f4-4c1a-b0f1-c667f6d4f3bd", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3badc65f-351d-460b-9fa0-87bc97119533", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a1ef9afe-3018-4ba5-b8c4-5d196377d044", "documentation": "Get opportunities tasks", "method": "get", "endpoint": "opportunities/tasks/", "responses": [ { "uuid": "414c9653-1b32-40f4-8437-342fdfc3820a", "body": "[\n {{faker 'number.int' max=99999}}\n]", "latency": 0, "statusCode": 200, "label": "A list of opportunities task ids", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "55f6d5ae-f13b-4792-bb16-3870e34e1b20", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3fa31bf7-f99a-4fc5-9eb5-4dad8fa46dc7", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d035779c-6edf-4e9c-bd88-fcd6bddc3974", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "439c3b35-7a97-456e-ba05-fb092593de43", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6daa6bf8-cebb-4bae-b790-b795999265d6", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6e325a95-4f20-44b0-92e9-108b107dc8ef", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7a8cfdcf-7626-4d3b-8a01-6208510a473d", "documentation": "Get opportunities task", "method": "get", "endpoint": "opportunities/tasks/:task_id/", "responses": [ { "uuid": "63f5eab1-c99a-472a-b90f-47e080b6cdde", "body": "{\n \"description\": \"\",\n \"name\": \"\",\n \"notification\": \"\",\n \"task_id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Details of an opportunities task", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "58682abc-9575-4a72-a657-07fe8f42b2e1", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "94978b62-4418-4814-a04a-836c0c025b51", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "87a7f5ff-a9ad-4a31-8735-cbe2b683b1c1", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cb1c150a-6cf7-49ca-8c3b-99b0009ed0d3", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "61b2ed4d-c49c-4fa5-8b10-5ab0c8efcb52", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "adc62f86-5bbd-49af-b0c1-6070ee425bc3", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "73bca0c8-156e-42e0-b7be-6e288d3ec4fd", "documentation": "Get route", "method": "get", "endpoint": "route/:origin/:destination/", "responses": [ { "uuid": "ec2500dc-8487-4027-b03d-98229f9dc650", "body": "[\n {{faker 'number.int' max=99999}}\n]", "latency": 0, "statusCode": 200, "label": "Solar systems in route from origin to destination", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "aba90f64-478b-4446-b4f4-1b459f23075c", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d233ad6f-4cea-42e5-82b0-93e1566fc7a0", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "20d46cdf-72b0-47f1-abb2-b797de1cb753", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "No route found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4926d42f-a7f7-44f4-9ca6-ce91b36fb264", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d2828da8-87d1-4704-befe-d78ce3c1ac94", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "dbb20743-31af-4d88-a3ae-f1dc26d82618", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c6428034-1991-439a-bdd5-b3864fb57d9a", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c33e4080-b4a6-41b1-8ef0-3adb06b5ec59", "documentation": "Search on a string", "method": "get", "endpoint": "search/", "responses": [ { "uuid": "5a7ddd4e-dd76-4316-9987-6a7a6119df76", "body": "{\n \"agent\": [\n {{faker 'number.int' max=99999}}\n ],\n \"alliance\": [\n {{faker 'number.int' max=99999}}\n ],\n \"character\": [\n {{faker 'number.int' max=99999}}\n ],\n \"constellation\": [\n {{faker 'number.int' max=99999}}\n ],\n \"corporation\": [\n {{faker 'number.int' max=99999}}\n ],\n \"faction\": [\n {{faker 'number.int' max=99999}}\n ],\n \"inventory_type\": [\n {{faker 'number.int' max=99999}}\n ],\n \"region\": [\n {{faker 'number.int' max=99999}}\n ],\n \"solar_system\": [\n {{faker 'number.int' max=99999}}\n ],\n \"station\": [\n {{faker 'number.int' max=99999}}\n ]\n}", "latency": 0, "statusCode": 200, "label": "A list of search results", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Content-Language", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9b631b74-b6c2-477d-871d-92a672a2aa33", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "700058d2-c461-46c0-be74-602b9e63eb79", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cdf7f062-116d-4f28-840d-4e71a3c398fa", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2c7c6a37-145e-41f4-a79d-f413c4577aba", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bc4f0f33-a7d0-4b6f-9db4-2f3b9f07b00b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b56b3be0-7e71-466e-ad75-f44d84fd8abf", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a83d1471-04d6-444f-babe-be5abd7c3184", "documentation": "List sovereignty campaigns", "method": "get", "endpoint": "sovereignty/campaigns/", "responses": [ { "uuid": "7634f4eb-0de7-4934-bf05-2c12ba5a0ef0", "body": "[\n {\n \"attackers_score\": {{faker 'number.float'}},\n \"campaign_id\": {{faker 'number.int' max=99999}},\n \"constellation_id\": {{faker 'number.int' max=99999}},\n \"defender_id\": {{faker 'number.int' max=99999}},\n \"defender_score\": {{faker 'number.float'}},\n \"event_type\": \"{{oneOf (array 'tcu_defense' 'ihub_defense' 'station_defense' 'station_freeport')}}\",\n \"participants\": [\n {\n \"alliance_id\": {{faker 'number.int' max=99999}},\n \"score\": {{faker 'number.float'}}\n }\n ],\n \"solar_system_id\": {{faker 'number.int' max=99999}},\n \"start_time\": \"{{faker 'date.recent' 365}}\",\n \"structure_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of sovereignty campaigns", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "fe7e5888-d6f6-494c-9914-fe166565f65b", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ab6166ce-17c0-4819-900f-926e30728f9f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5bcdf897-4dc5-4476-b693-ef12c1a27dda", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6d311f2f-5104-405e-a2ca-cd1bc15cde6c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fcb498cf-184b-46bc-b34a-e7a98574214d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c18e15d9-d9a7-4e61-addf-c2665c7be635", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e8db24b6-5e49-4107-b804-c8ad9f3b1785", "documentation": "List sovereignty of systems", "method": "get", "endpoint": "sovereignty/map/", "responses": [ { "uuid": "5c56a0ba-fb09-4fda-b666-680df5bf0670", "body": "[\n {\n \"alliance_id\": {{faker 'number.int' max=99999}},\n \"corporation_id\": {{faker 'number.int' max=99999}},\n \"faction_id\": {{faker 'number.int' max=99999}},\n \"system_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of sovereignty information for solar systems in New Eden", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "307eab33-25a9-447c-a809-799d4d9871d1", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c5cbe622-0794-45b3-a3b2-ca1a3768e2b5", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fe604a17-4dd1-4c4d-849d-9ea891050b33", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "696f3958-a067-4ae6-99c4-462f55456263", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "969762ac-f51b-4516-9aae-705bd9a188f2", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f487ac75-3b70-46d9-a405-47d74ab84ad5", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "29ab76e7-9128-4e5e-9341-e240d22554ff", "documentation": "List sovereignty structures", "method": "get", "endpoint": "sovereignty/structures/", "responses": [ { "uuid": "2214ba25-c2bb-4a5e-8744-3a1d11e215e9", "body": "[\n {\n \"alliance_id\": {{faker 'number.int' max=99999}},\n \"solar_system_id\": {{faker 'number.int' max=99999}},\n \"structure_id\": {{faker 'number.int' max=99999}},\n \"structure_type_id\": {{faker 'number.int' max=99999}},\n \"vulnerability_occupancy_level\": {{faker 'number.float'}},\n \"vulnerable_end_time\": \"{{faker 'date.recent' 365}}\",\n \"vulnerable_start_time\": \"{{faker 'date.recent' 365}}\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of sovereignty structures", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5eab5f1c-04f1-47f7-8b7d-cc505a7d35f1", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a6e355c4-0b1b-42b0-80ab-b95194718389", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "92a47ab1-2676-4dfc-8d02-1c5bba8bad90", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6d188303-a61c-4c57-8f59-29b7915ee115", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "364448f5-d2b5-424b-8265-ba766c11328f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "28c33c9c-0e8d-4fb9-9188-c21a3d8db77b", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "5eb22a1c-405a-444b-816c-3c26fe5a887b", "documentation": "Retrieve the uptime and player counts", "method": "get", "endpoint": "status/", "responses": [ { "uuid": "880a7ed6-449b-4d0b-84c8-dadb8be3784d", "body": "{\n \"players\": {{faker 'number.int' max=99999}},\n \"server_version\": \"\",\n \"start_time\": \"{{faker 'date.recent' 365}}\",\n \"vip\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "Server status", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "f8b16f04-8a5a-42e7-b82f-05278b9dc75b", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6a5e55cf-1a51-4e28-bfa7-39904d3aa47e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6dbd0193-28e1-4cfe-b038-37a163d88d6b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "20a1ecb7-af9c-4aac-84f1-4f1c6481a7ab", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7a61f54f-b000-4494-ae38-a11f56648aa0", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "796bc2e5-a444-41fa-aae9-cc2a5690f196", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fad7cb20-97ea-4dd6-9894-94601cae6698", "documentation": "Set Autopilot Waypoint", "method": "post", "endpoint": "ui/autopilot/waypoint/", "responses": [ { "uuid": "f6a071ec-f99f-4699-bc31-eb3dff6a5b8a", "body": "", "latency": 0, "statusCode": 204, "label": "Open window request received", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "884252a2-e22c-4db5-aab0-3becb4d2bf25", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b0c5be3c-b367-4839-a7c4-42431018079c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "995e57a8-00aa-467b-9f9e-e91d51436815", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "20249657-aa0a-4d30-bb25-6bfb2c17535b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fe845b62-668b-4a98-bfab-9cad826f05ed", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "013baca3-c41c-46c3-bdf7-f4ba605b6831", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1db80fd8-a1b2-49f2-b14e-502540a957b2", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "dfaa5fcd-7026-42ec-880e-d77dee0bdc92", "documentation": "Open Contract Window", "method": "post", "endpoint": "ui/openwindow/contract/", "responses": [ { "uuid": "fc80e5dd-a750-4c81-adb2-1754aa32f775", "body": "", "latency": 0, "statusCode": 204, "label": "Open window request received", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "077d61f7-bfae-420f-a107-60ffb31213d2", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "19260570-feaa-4080-9d34-352ed737919c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "52c7a411-0162-43e9-884c-9a4709bd3f9e", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "07949ff7-8766-4f08-882c-60db1c6c0364", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "522287e1-c336-442f-b7ac-b0268341f514", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0c9cc455-f87f-4e92-995f-1897a72a5a5c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "05f3070c-2511-42c1-a609-dbc56770a0ad", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6ddf230e-a30c-4cc7-87cb-0496f181cc9d", "documentation": "Open Information Window", "method": "post", "endpoint": "ui/openwindow/information/", "responses": [ { "uuid": "c750743f-925d-4e53-93e3-6afef06559e1", "body": "", "latency": 0, "statusCode": 204, "label": "Open window request received", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ad94ab31-6576-4874-ba4c-0c11da927108", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4e9631fe-6179-40f1-be1d-bf279a3898de", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6870b030-4183-482e-9420-eee726fdd94f", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5d40253a-fcb5-4d19-be54-4d2f68a2cdf9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6be11b60-cf5b-4912-8796-d785dffa9c9f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "eda7b308-f76a-4395-ae1d-3cb87f38aaad", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cf084c87-e2e6-4ff8-991c-92602c25f73a", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "1a33239f-21f7-40a8-9da4-36da9b98a9f0", "documentation": "Open Market Details", "method": "post", "endpoint": "ui/openwindow/marketdetails/", "responses": [ { "uuid": "8544913a-e76c-47a3-956b-493b099e6cd9", "body": "", "latency": 0, "statusCode": 204, "label": "Open window request received", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8348ba41-ded9-4445-bf90-fffdd7fbfc17", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "06deee7a-221a-4c4f-9814-50d68ec46d02", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "82a1ef46-ae04-49e5-9895-03588b3b05e6", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "dee1532f-bdcf-476e-bcb9-7e7667ffa7c3", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3c0209d7-b69d-4278-92f0-294941bfc0c5", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "321859ae-1236-4377-878c-3c4923337356", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d525a45a-b386-480d-9dc8-f524c2e5f590", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a3128672-ecf7-4346-9c70-6df8effbee48", "documentation": "Open New Mail Window", "method": "post", "endpoint": "ui/openwindow/newmail/", "responses": [ { "uuid": "4b18ce0d-501b-4220-b4c4-3466dcb9709c", "body": "", "latency": 0, "statusCode": 204, "label": "Open window request received", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ad702681-d065-417f-abbd-c22fbd2ab550", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9d387c7a-b358-43ea-b81f-ec5f0118a94f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "45057b66-f242-4267-9df5-37013f85d1e7", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "edd841e2-cced-449e-8f82-7ffeb78af383", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0f9f16ab-4085-4284-aab8-c2833c138006", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "Invalid request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e174ba77-4488-4554-83f2-8bfe4eca6f8e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e8a6d59d-7f96-47d3-a4f1-9ede083975bc", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b7a42bcb-c31b-4d55-a982-4426f7742e1e", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fc786584-2266-4a22-ab7d-395c8ece2c96", "documentation": "Get ancestries", "method": "get", "endpoint": "universe/ancestries/", "responses": [ { "uuid": "905254a5-ec02-4652-a9cf-c189d74bc638", "body": "[\n {\n \"bloodline_id\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"icon_id\": {{faker 'number.int' max=99999}},\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"short_description\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of ancestries", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Content-Language", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6278290a-4524-49c4-a113-72e14a23e796", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "314bd640-c62b-4741-bdf6-9f86f78b9f57", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "dee6998b-e2f2-4f62-ab35-a56c2b4ac55e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3a52bed0-ba2e-49dd-8bd1-d641463fcf35", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "65cc7da2-a522-4a87-8a1e-3770453d68f2", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fceffa31-a2b4-4347-a2fa-a8680331ad45", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "da90f720-a9cf-4e5d-bb8b-30963fab9fef", "documentation": "Get asteroid belt information", "method": "get", "endpoint": "universe/asteroid_belts/:asteroid_belt_id/", "responses": [ { "uuid": "2d18bf73-fefb-4754-b739-896d1f32ddae", "body": "{\n \"name\": \"\",\n \"position\": {\n \"x\": {{faker 'number.float'}},\n \"y\": {{faker 'number.float'}},\n \"z\": {{faker 'number.float'}}\n },\n \"system_id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Information about an asteroid belt", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "80df1c7e-988f-460f-8a8f-236a91b60113", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f636252b-7fc9-489e-82f2-93a1fbbb7f84", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "758333f6-f136-4940-a64f-6fb7351c6733", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Asteroid belt not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fea81bb4-2c60-4d1f-8501-fa2d9e6890b1", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "781d49dd-e5a8-47a9-8741-94c741b2aa94", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "59c698f1-c9df-47f8-abe3-e7146933f983", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "96c97bd3-ae26-443b-86b2-1ae5aa1d6615", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0b6558b1-6c86-49c8-9837-28891d0e0632", "documentation": "Get bloodlines", "method": "get", "endpoint": "universe/bloodlines/", "responses": [ { "uuid": "18358f68-d5d9-4da6-9d71-f404214122a2", "body": "[\n {\n \"bloodline_id\": {{faker 'number.int' max=99999}},\n \"charisma\": {{faker 'number.int' max=99999}},\n \"corporation_id\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"intelligence\": {{faker 'number.int' max=99999}},\n \"memory\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"perception\": {{faker 'number.int' max=99999}},\n \"race_id\": {{faker 'number.int' max=99999}},\n \"ship_type_id\": {{faker 'number.int' max=99999}},\n \"willpower\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of bloodlines", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Content-Language", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6f6302af-a743-469d-8b52-ed541d386564", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3df40f99-c9b1-436d-8866-702e6a6633f9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1536953f-1dcb-4af1-920e-810ca4f14ce6", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ff9cea49-6c8a-4eb5-a3aa-07ead7a6841d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b619022c-5dff-428e-b169-a60993ae8ee2", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a723e77f-9021-4c49-8d63-5e0f84abdd2b", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a3214141-2b5f-4e76-880d-903ea4a271c0", "documentation": "Get item categories", "method": "get", "endpoint": "universe/categories/", "responses": [ { "uuid": "bec89385-9ada-45f7-8ccb-38205d7b0587", "body": "[\n {{faker 'number.int' max=99999}}\n]", "latency": 0, "statusCode": 200, "label": "A list of item category ids", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e9998028-b380-413f-854f-7b13ec91ac05", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b453581f-1f0f-4d2a-854b-9625a95470ce", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7a4e43a1-d418-4281-b9d0-81e658bd4b91", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8fd48192-f972-444c-bfe9-4e759d352f75", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0169b527-2e6b-4dd1-828d-83b2fad9812b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ff499169-d9f8-4687-acf8-3d49b78d5557", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6ee69f31-9f0c-48db-8241-c8137b6cb87a", "documentation": "Get item category information", "method": "get", "endpoint": "universe/categories/:category_id/", "responses": [ { "uuid": "1d57304a-b35e-47f8-8009-b570b8921898", "body": "{\n \"category_id\": {{faker 'number.int' max=99999}},\n \"groups\": [\n {{faker 'number.int' max=99999}}\n ],\n \"name\": \"\",\n \"published\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "Information about an item category", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Content-Language", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1c05d089-3f75-48d5-97de-4a758fc69d30", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2c23c1ed-b2a4-414d-853a-ff2c7eab378f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "526f1322-bdd0-4d5c-b2c0-0d40ac1d555c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Category not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "743659bd-70e9-4796-b1a4-9fdc1e5d6468", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fe2f94d6-4fa3-4f7c-877b-ed489a2e9b75", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "030eb62e-29fc-448d-8a6d-40da97e36ec7", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5f37ce5a-7434-423d-9a07-f528a86aa326", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3c0a63e8-ce3b-4eb7-b31b-f38f140159c8", "documentation": "Get constellations", "method": "get", "endpoint": "universe/constellations/", "responses": [ { "uuid": "c9db3819-d4a8-4a41-8560-d1b44d25513e", "body": "[\n {{faker 'number.int' max=99999}}\n]", "latency": 0, "statusCode": 200, "label": "A list of constellation ids", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "dec38252-a275-451e-bdcd-5da23ffe25f3", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3e69e2f8-1e53-46b1-a353-a5ba6d9f11d6", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fe62675d-cf22-4962-957c-fc0f133d7dfe", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c7a83659-e062-486e-908b-e8c3235bea8f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c8d695a5-96a0-4eb8-813a-d19c249b0a22", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3c66274e-0d2e-423e-a579-7cec81eeaa4e", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ad953dc6-4576-4d46-8fe3-0eea76b1fe15", "documentation": "Get constellation information", "method": "get", "endpoint": "universe/constellations/:constellation_id/", "responses": [ { "uuid": "cf5ffaed-576e-4793-a84b-501245547782", "body": "{\n \"constellation_id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"position\": {\n \"x\": {{faker 'number.float'}},\n \"y\": {{faker 'number.float'}},\n \"z\": {{faker 'number.float'}}\n },\n \"region_id\": {{faker 'number.int' max=99999}},\n \"systems\": [\n {{faker 'number.int' max=99999}}\n ]\n}", "latency": 0, "statusCode": 200, "label": "Information about a constellation", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Content-Language", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "9ebffc35-eb84-4901-aeec-bcb604595691", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "87f1b64c-9fca-472d-8a57-fd08e40f7227", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "84d609b0-8715-4ae1-853e-eb5bc6f8146f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Constellation not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "625b2141-7c39-4e5f-8b09-1186a03c05d6", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "60c2e95e-e693-49f9-a608-8b93a09a4ef2", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2bd0e1e5-dfd6-42fe-9652-365c76da984c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "786dd100-fa90-4c55-aafe-40b48f505774", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "06caadef-b313-488f-835d-a046360bf399", "documentation": "Get factions", "method": "get", "endpoint": "universe/factions/", "responses": [ { "uuid": "dc29ecab-1e53-4528-be67-eb5cba926e3a", "body": "[\n {\n \"corporation_id\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"faction_id\": {{faker 'number.int' max=99999}},\n \"is_unique\": {{faker 'datatype.boolean'}},\n \"militia_corporation_id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"size_factor\": {{faker 'number.float'}},\n \"solar_system_id\": {{faker 'number.int' max=99999}},\n \"station_count\": {{faker 'number.int' max=99999}},\n \"station_system_count\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of factions", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Content-Language", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d8969bdb-5cc2-4bbc-a454-5f53ef404493", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "adc2ef83-9ef7-4962-9df1-942324dafa8d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1edf810c-70d3-4ecd-8c6f-855af2374444", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4a3d08a3-659f-4597-b94b-c0ad8c4aa35a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e5658d5a-0ce1-4bce-aefa-000be01695ed", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "93a097ae-122d-4860-a7aa-2cd3a28c5c00", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "205cc834-13df-47d5-af59-9cd822242cd5", "documentation": "Get graphics", "method": "get", "endpoint": "universe/graphics/", "responses": [ { "uuid": "60acd758-a196-4c36-8e87-368493a51ba9", "body": "[\n {{faker 'number.int' max=99999}}\n]", "latency": 0, "statusCode": 200, "label": "A list of graphic ids", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8963225f-e6d8-4ffa-b2bd-f189bdf39e78", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f5af9d2f-e6fb-4a47-87c3-23d2f56d77cd", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e0ccbf63-d5fc-4c73-930c-039fa6ca0163", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "de8fd512-405f-4ce6-8ceb-1d4c38b60c9f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5b3bd6ed-6de0-4ae5-89ea-065f86d12404", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "111be075-cc96-4544-92d5-6c0fac69abe1", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "8d113344-a3d4-4ecd-b0f9-cfe65e8dc5d8", "documentation": "Get graphic information", "method": "get", "endpoint": "universe/graphics/:graphic_id/", "responses": [ { "uuid": "3bb9d2b6-663b-4e49-bbd6-5542c4e1dd29", "body": "{\n \"collision_file\": \"\",\n \"graphic_file\": \"\",\n \"graphic_id\": {{faker 'number.int' max=99999}},\n \"icon_folder\": \"\",\n \"sof_dna\": \"\",\n \"sof_fation_name\": \"\",\n \"sof_hull_name\": \"\",\n \"sof_race_name\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Information about a graphic", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "483dc5e5-ce72-4bb1-8524-1f06551e7bdc", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "df306612-4dbf-4b2e-9104-94dc6269d111", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8a96167f-7404-4b3b-966e-cf0551c30d02", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Graphic not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2c9ee7ab-635e-4c47-955e-7f61ef4c301f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "df7afe5d-e34a-43ae-bb02-58a1cbae9bd2", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f22fe2a5-3e4f-4cf2-b943-dce416f922b6", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "373832f7-5697-4509-a96c-3c435b6be52c", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3610e4db-79c9-4a1b-a009-49e46a931aec", "documentation": "Get item groups", "method": "get", "endpoint": "universe/groups/", "responses": [ { "uuid": "538b7a10-99e5-4894-819b-d34a2fdd2db6", "body": "[\n {{faker 'number.int' max=99999}}\n]", "latency": 0, "statusCode": 200, "label": "A list of item group ids", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "95339ac1-4e81-4a73-a814-66865a8dd680", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "126e2d2a-2cc0-4ebd-981a-8676fa59492a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3fc6aa59-ad5b-464e-9cf0-584688f4ac56", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c960e797-99d0-441f-a27f-6fbea5208865", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "35a1ad63-cc8d-4d87-93ca-8303409c6166", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9eb9f14f-aa60-4466-aefc-de1d326f85aa", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "2d6a1b89-69a3-433c-b686-ccb8118fa151", "documentation": "Get item group information", "method": "get", "endpoint": "universe/groups/:group_id/", "responses": [ { "uuid": "f2772f0b-c62a-4d7f-b846-2261903ef2e7", "body": "{\n \"category_id\": {{faker 'number.int' max=99999}},\n \"group_id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"published\": {{faker 'datatype.boolean'}},\n \"types\": [\n {{faker 'number.int' max=99999}}\n ]\n}", "latency": 0, "statusCode": 200, "label": "Information about an item group", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Content-Language", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "88e926a5-364b-4551-bdb7-d05038d7eaba", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d19899cc-2402-411e-a03e-1931cfc000c0", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5bec974d-f9c8-47b8-8090-bc4b37096b26", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Group not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "37760514-15ad-4b77-a5b2-bf53bdce89e9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d7dfdbe0-2805-41c3-b5d0-3ec20dd6de58", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e4bc991f-bbef-4cde-94b3-62c1755fb5fb", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a6e06ccb-6573-4362-af36-d20bf4809b31", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b2144b15-7a47-47ce-a5de-e58ba9479115", "documentation": "Bulk names to IDs", "method": "post", "endpoint": "universe/ids/", "responses": [ { "uuid": "730367c5-e17e-4221-82b9-cde833088e84", "body": "{\n \"agents\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n ],\n \"alliances\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n ],\n \"characters\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n ],\n \"constellations\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n ],\n \"corporations\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n ],\n \"factions\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n ],\n \"inventory_types\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n ],\n \"regions\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n ],\n \"stations\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n ],\n \"systems\": [\n {\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "List of id/name associations for a set of names divided by category. Any name passed in that did not have a match will be ommitted", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Content-Language", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6a1c66db-acfd-4db1-8442-153004b04f3c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "357a42e5-834e-4c68-b06a-763652be6dd9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f885a771-5ed3-45dd-98dc-e5b5f612acf3", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "705e7fa9-eca0-41f7-a879-eab895dc9f1d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e87a8b6e-0d56-4711-841f-b703ce0006f2", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "19771f85-50af-4afb-af07-054d87c9b1a2", "documentation": "Get moon information", "method": "get", "endpoint": "universe/moons/:moon_id/", "responses": [ { "uuid": "7a3c3fbb-8de9-4383-88f5-0a94e655218c", "body": "{\n \"moon_id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"position\": {\n \"x\": {{faker 'number.float'}},\n \"y\": {{faker 'number.float'}},\n \"z\": {{faker 'number.float'}}\n },\n \"system_id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Information about a moon", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "35f9ba7a-06c4-4ebe-8a22-3b4113aecf0e", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "982c3e39-1d71-464e-bd93-70f74ea2c8c0", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b845ffdd-fd46-439c-bd5b-5734fc618811", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Moon not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ca558a0b-65c6-4804-b707-f57c6ed0925f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2d420742-d8f1-420a-8c0c-424a65e7df2a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b60658bc-484e-4d94-983b-5b5173150425", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c6c06d45-a1c3-475f-bb85-190efa6ed3af", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b35a83e1-dbf7-4740-9c0c-5469b749445e", "documentation": "Get names and categories for a set of ID's", "method": "post", "endpoint": "universe/names/", "responses": [ { "uuid": "4ee17b6c-bc4e-493c-8645-a73d22200e7f", "body": "[\n {\n \"category\": \"{{oneOf (array 'alliance' 'character' 'constellation' 'corporation' 'inventory_type' 'region' 'solar_system' 'station')}}\",\n \"id\": {{faker 'number.int' max=99999}},\n \"name\": \"\"\n }\n]", "latency": 0, "statusCode": 200, "label": "List of id/name associations for a set of ID's. All ID's must resolve to a name, or nothing will be returned", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "ee2abe3c-2dd4-448d-a3bd-7f8ccb580a04", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d239e908-9d4a-46b2-a9c7-42ffaffc899b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Ensure all IDs are valid before resolving", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2eede988-41b4-449e-bf91-12de1a390fcc", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d314dafd-c3ef-4e08-a9ce-8d975fc83f86", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "55fd5c74-793a-4b02-91bf-7729ee78b8e9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d0577d8e-5bf3-420f-8c61-f854e3ecb6be", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b0e6ec9b-0996-4c37-a696-d4e6a842c082", "documentation": "Get planet information", "method": "get", "endpoint": "universe/planets/:planet_id/", "responses": [ { "uuid": "56a6399a-8807-4146-a1fc-11a8eba90309", "body": "{\n \"name\": \"\",\n \"planet_id\": {{faker 'number.int' max=99999}},\n \"position\": {\n \"x\": {{faker 'number.float'}},\n \"y\": {{faker 'number.float'}},\n \"z\": {{faker 'number.float'}}\n },\n \"system_id\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Information about a planet", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7bd49231-d6b8-4549-9859-f36ffb5da86d", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "84dcc1a4-5aec-43fe-89d7-e46ce6bb17bd", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ecbe6a45-4cd5-4767-9391-915c61520787", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Planet not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3c2b149a-2979-4ebc-b6ea-3122e21e668a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "992fbedd-9973-440d-8e49-a5993daf38df", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "dbc4293a-6768-4b79-8dee-ec04c71179af", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b09c7a40-25e4-4b10-ab21-a0f580068394", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d2c2c78c-445f-46f3-a797-bfa9b75d8ca8", "documentation": "Get character races", "method": "get", "endpoint": "universe/races/", "responses": [ { "uuid": "db883a44-6bce-499d-8f82-07305f282504", "body": "[\n {\n \"alliance_id\": {{faker 'number.int' max=99999}},\n \"description\": \"\",\n \"name\": \"\",\n \"race_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of character races", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Content-Language", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d4ed4c7f-1f31-4136-9f30-812d661fe38c", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b89c46bb-f5e6-453b-8ed5-09b4af4b1022", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7f1008e0-3e87-4089-9696-08205028b521", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5a01046d-bb68-4c1b-8a0b-19868e68ce58", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "23043e51-9409-4b44-866d-c09fb0a5fb45", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0ef65405-09d4-40bb-a0ba-05f61fcb805f", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d33a6cf4-4e85-462a-a50e-4c54dc076bfe", "documentation": "Get regions", "method": "get", "endpoint": "universe/regions/", "responses": [ { "uuid": "381ec419-f99c-43fe-a127-fb703672e86e", "body": "[\n {{faker 'number.int' max=99999}}\n]", "latency": 0, "statusCode": 200, "label": "A list of region ids", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "071c84c2-6ef5-41e0-8892-95f3d2269f3f", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c2871ec6-11c0-49de-aca9-0e9e4e9e3aa7", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e6d58719-f204-4626-ac22-b5bfeaf22e9b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b7093703-fb8c-4792-acc2-9e4dc33ca94a", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1ccbee0e-088f-4791-a521-eb9ca52d7682", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c51f5ab8-4adf-465f-a72d-cef3730ba3e7", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0728a8b5-6e07-4130-8612-68caeb751914", "documentation": "Get region information", "method": "get", "endpoint": "universe/regions/:region_id/", "responses": [ { "uuid": "7d79593f-7182-4417-8519-b6c355b411c5", "body": "{\n \"constellations\": [\n {{faker 'number.int' max=99999}}\n ],\n \"description\": \"\",\n \"name\": \"\",\n \"region_id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Information about a region", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Content-Language", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4a6effe9-982b-4707-b1f9-5339d8b211e3", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "01313491-c260-4396-ad98-76d90a215580", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "38d3f021-a513-4c2f-90de-8f9fd88796f3", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Region not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "82820cb2-04fa-4895-8f6d-cda11fff7ac8", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "51d5c239-dbd6-482b-a641-a7d50f8c0cbd", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "fb65a34e-5a90-493f-a269-352307d25dc1", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7ed1e29e-4086-4628-9883-39056a2a8fe7", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0400f8cb-4f24-44c2-a928-efcc477a3965", "documentation": "Get schematic information", "method": "get", "endpoint": "universe/schematics/:schematic_id/", "responses": [ { "uuid": "e488ae39-c422-47dd-8881-3bd51b185416", "body": "{\n \"cycle_time\": {{faker 'number.int' max=99999}},\n \"schematic_name\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Public data about a schematic", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a1ab08fc-a03b-4921-9684-1473e0cdbeae", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3bd97545-4386-4646-8f1a-6154a4cf571c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5c8e8bd8-6981-4328-b5c3-13be10ef0eaf", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Schematic not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f50bf1b5-04b5-42e0-b0be-4faf8e85011e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1e9c9381-975a-4849-9660-721840969eb8", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bfa4aae0-2869-47e5-b154-971c1fe61a96", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7bdee6e9-2025-47b8-92b6-164867c7fe0f", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0a4bfbf1-4db9-41f5-802e-ffda8aa01b55", "documentation": "Get stargate information", "method": "get", "endpoint": "universe/stargates/:stargate_id/", "responses": [ { "uuid": "291b7da3-e4c9-4f99-9c10-635c57ba48fb", "body": "{\n \"destination\": {\n \"stargate_id\": {{faker 'number.int' max=99999}},\n \"system_id\": {{faker 'number.int' max=99999}}\n },\n \"name\": \"\",\n \"position\": {\n \"x\": {{faker 'number.float'}},\n \"y\": {{faker 'number.float'}},\n \"z\": {{faker 'number.float'}}\n },\n \"stargate_id\": {{faker 'number.int' max=99999}},\n \"system_id\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Information about a stargate", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c35cba59-0beb-404b-b716-f78449205e84", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "10221faf-6ce9-4a65-baf0-db2babee049d", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "306cc9fb-187a-4516-b3ad-9bbb1cadbb32", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Stargate not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "07fa2847-6d3b-44da-b7d1-d9f23b94bbd4", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b9005f74-7aca-4a25-a9a4-d4f4d0bb746e", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "68753b30-184b-4c98-82c5-f5c4fb705bfa", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a70485bb-fdae-496d-816a-b1e4cd024f74", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "4fe0a837-b8bc-4595-af1f-68b36b517f88", "documentation": "Get star information", "method": "get", "endpoint": "universe/stars/:star_id/", "responses": [ { "uuid": "3f44b950-d1bd-4ce2-af51-23895537c397", "body": "{\n \"age\": {{faker 'number.int' max=99999}},\n \"luminosity\": {{faker 'number.float'}},\n \"name\": \"\",\n \"radius\": {{faker 'number.int' max=99999}},\n \"solar_system_id\": {{faker 'number.int' max=99999}},\n \"spectral_class\": \"{{oneOf (array 'K2 V' 'K4 V' 'G2 V' 'G8 V' 'M7 V' 'K7 V' 'M2 V' 'K5 V' 'M3 V' 'G0 V' 'G7 V' 'G3 V' 'F9 V' 'G5 V' 'F6 V' 'K8 V' 'K9 V' 'K6 V' 'G9 V' 'G6 V' 'G4 VI' 'G4 V' 'F8 V' 'F2 V' 'F1 V' 'K3 V' 'F0 VI' 'G1 VI' 'G0 VI' 'K1 V' 'M4 V' 'M1 V' 'M6 V' 'M0 V' 'K2 IV' 'G2 VI' 'K0 V' 'K5 IV' 'F5 VI' 'G6 VI' 'F6 VI' 'F2 IV' 'G3 VI' 'M8 V' 'F1 VI' 'K1 IV' 'F7 V' 'G5 VI' 'M5 V' 'G7 VI' 'F5 V' 'F4 VI' 'F8 VI' 'K3 IV' 'F4 IV' 'F0 V' 'G7 IV' 'G8 VI' 'F2 VI' 'F4 V' 'F7 VI' 'F3 V' 'G1 V' 'G9 VI' 'F3 IV' 'F9 VI' 'M9 V' 'K0 IV' 'F1 IV' 'G4 IV' 'F3 VI' 'K4 IV' 'G5 IV' 'G3 IV' 'G1 IV' 'K7 IV' 'G0 IV' 'K6 IV' 'K9 IV' 'G2 IV' 'F9 IV' 'F0 IV' 'K8 IV' 'G8 IV' 'F6 IV' 'F5 IV' 'A0' 'A0IV' 'A0IV2')}}\",\n \"temperature\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Information about a star", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6a24712b-5648-4f32-a757-71d413b415db", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6a79d38f-6b05-477e-bea9-8070897777b7", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "26549ad7-d9c7-4f78-8ddf-770abcef60fa", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ec69cd20-e75f-4ea3-9f8e-fcd27a3c365b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0c61ef7f-caa7-4c34-9cc0-836004646d45", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b0bf58bc-1297-44a9-9c58-26ec4a6a2e16", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "db2068c4-434e-4c05-babe-1d8bbd1c5f87", "documentation": "Get station information", "method": "get", "endpoint": "universe/stations/:station_id/", "responses": [ { "uuid": "b0f44941-7474-4ff9-b6c8-db356e5f7b51", "body": "{\n \"max_dockable_ship_volume\": {{faker 'number.float'}},\n \"name\": \"\",\n \"office_rental_cost\": {{faker 'number.float'}},\n \"owner\": {{faker 'number.int' max=99999}},\n \"position\": {\n \"x\": {{faker 'number.float'}},\n \"y\": {{faker 'number.float'}},\n \"z\": {{faker 'number.float'}}\n },\n \"race_id\": {{faker 'number.int' max=99999}},\n \"reprocessing_efficiency\": {{faker 'number.float'}},\n \"reprocessing_stations_take\": {{faker 'number.float'}},\n \"services\": [\n \"{{oneOf (array 'bounty-missions' 'assasination-missions' 'courier-missions' 'interbus' 'reprocessing-plant' 'refinery' 'market' 'black-market' 'stock-exchange' 'cloning' 'surgery' 'dna-therapy' 'repair-facilities' 'factory' 'labratory' 'gambling' 'fitting' 'paintshop' 'news' 'storage' 'insurance' 'docking' 'office-rental' 'jump-clone-facility' 'loyalty-point-store' 'navy-offices' 'security-offices')}}\"\n ],\n \"station_id\": {{faker 'number.int' max=99999}},\n \"system_id\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Information about a station", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d82ccdf2-a05b-45b9-b8a4-82d2ee7145cc", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3523d849-949f-4fad-9d57-b7d6ca1b86a3", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bc151fbf-01b4-4515-a4d4-dc78a9e74487", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Station not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "59d0a079-941f-442c-a806-d69617caf3ad", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5753ab9e-51fb-41f1-9dde-64de18a69444", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cb253dea-7a1d-4220-a2b3-eeb3f61e4805", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1903ff52-48a3-4ae1-92bb-7cc0c47a9f73", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e974ee4c-0a3b-4424-b376-b2106051fd9d", "documentation": "List all public structures", "method": "get", "endpoint": "universe/structures/", "responses": [ { "uuid": "38166d91-e593-48d4-ae18-797e09c21007", "body": "[\n {{faker 'number.int' max=99999}}\n]", "latency": 0, "statusCode": 200, "label": "List of public structure IDs", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6f88056f-b37f-4713-b594-15165afa9052", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "37d68a7c-3fc0-4010-ba2f-af4c1054b9fc", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "160093eb-6ad9-4957-9f0d-fbed2b073a47", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "903f99fe-a627-40f9-9475-176deef47c0f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f31d48ab-0a6f-4448-a9ea-45f23a3c3d45", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b2c0215f-283f-49c6-b6d0-74b881847192", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d2de571d-57e5-4ce4-9be3-043e4d64b72b", "documentation": "Get structure information", "method": "get", "endpoint": "universe/structures/:structure_id/", "responses": [ { "uuid": "b880e0f6-61d0-450e-a66e-a6a9c3d81bd4", "body": "{\n \"name\": \"\",\n \"owner_id\": {{faker 'number.int' max=99999}},\n \"position\": {\n \"x\": {{faker 'number.float'}},\n \"y\": {{faker 'number.float'}},\n \"z\": {{faker 'number.float'}}\n },\n \"solar_system_id\": {{faker 'number.int' max=99999}},\n \"type_id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Data about a structure", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5ac13f85-e382-4c71-8cbe-e5430498ded1", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "aac0d86a-0a56-4c08-8cd9-9c71639b5412", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6d847bab-c9b6-4caa-9c7b-281a3379e98f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1ca71cff-8597-4c96-98b0-7e1690b3c696", "body": "{\n \"error\": \"\",\n \"sso_status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6bc09a9a-1273-45a4-ab02-52b09283cd74", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Structure not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5afce525-49d2-4b66-a92c-0c9d2e00fa00", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7d0a1334-14ba-4508-b8be-de51c7b1dfb8", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "aa3b56e5-7637-4210-aa1c-5781d99b54c6", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ed0e7bef-b5e9-4e68-bf31-243dfb92d595", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "d62f0916-35d3-4b36-ac67-ee557d454e33", "documentation": "Get system jumps", "method": "get", "endpoint": "universe/system_jumps/", "responses": [ { "uuid": "a68c94d2-7d2e-4b04-8fb5-7e495ccd63ce", "body": "[\n {\n \"ship_jumps\": {{faker 'number.int' max=99999}},\n \"system_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of systems and number of jumps", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "195bbc49-89ea-4fde-9bb5-85a7119c67ee", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e485fbda-5a88-45c2-b42d-b63baf0d13e1", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ac5615f1-54a9-4427-a182-6b68c9da4c24", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0b6f5370-3177-454e-ac72-f8b919dd15f2", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "35df7537-6872-45a3-b82b-b6f19d35b99c", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ac59af73-9a41-46c5-a19b-aad783b1c744", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e39bb32e-a000-4fac-8f95-82fd600c4ea2", "documentation": "Get system kills", "method": "get", "endpoint": "universe/system_kills/", "responses": [ { "uuid": "4ad6ab8c-1223-4b06-afd0-b19807998539", "body": "[\n {\n \"npc_kills\": {{faker 'number.int' max=99999}},\n \"pod_kills\": {{faker 'number.int' max=99999}},\n \"ship_kills\": {{faker 'number.int' max=99999}},\n \"system_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of systems and number of ship, pod and NPC kills", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "bc1b23aa-a649-4a71-8142-30af8d59d315", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9729d719-6d29-4b4b-8def-a9512e025f18", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1d0bcabf-832f-43c0-994b-80f4defd1ba9", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0c64a7ba-0024-44a2-bb5a-c29e11c106f7", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "acaec2f6-22e8-4760-beb7-2b1421d5cc54", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "da928041-28a3-4132-9be7-f993e992be79", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7f59600b-83fa-4c49-a3dc-fcd06bf04f0b", "documentation": "Get solar systems", "method": "get", "endpoint": "universe/systems/", "responses": [ { "uuid": "da3d1ed4-c750-4936-a2f6-8990c19093af", "body": "[\n {{faker 'number.int' max=99999}}\n]", "latency": 0, "statusCode": 200, "label": "A list of solar system ids", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "c14f6d27-3136-4717-9f87-5f2ca80f3eb9", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ea979726-36ad-4c25-ab7b-3b653e6930fa", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d961a7b5-d6df-47af-b864-3d3b2e2664ac", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f9903de0-7848-41e5-9177-e8fc4c374b29", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "041ef72e-372d-4212-8a19-9c0c58c1e57f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "08d6994b-3cc0-4058-b9b5-84bc458f53c8", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "6e222f7e-0d3b-4b1d-be5e-0304ceb1bd78", "documentation": "Get solar system information", "method": "get", "endpoint": "universe/systems/:system_id/", "responses": [ { "uuid": "7d3b87e1-1b8b-4d83-8912-aa1de6939867", "body": "{\n \"constellation_id\": {{faker 'number.int' max=99999}},\n \"name\": \"\",\n \"planets\": [\n {\n \"asteroid_belts\": [\n {{faker 'number.int' max=99999}}\n ],\n \"moons\": [\n {{faker 'number.int' max=99999}}\n ],\n \"planet_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"position\": {\n \"x\": {{faker 'number.float'}},\n \"y\": {{faker 'number.float'}},\n \"z\": {{faker 'number.float'}}\n },\n \"security_class\": \"\",\n \"security_status\": {{faker 'number.float'}},\n \"star_id\": {{faker 'number.int' max=99999}},\n \"stargates\": [\n {{faker 'number.int' max=99999}}\n ],\n \"stations\": [\n {{faker 'number.int' max=99999}}\n ],\n \"system_id\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "Information about a solar system", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Content-Language", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3120a3ae-62f9-4dd3-817f-f3ea9c874792", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b6530966-b246-4e65-ab73-b10481efe8d0", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cfa0e50d-2d44-49df-a78f-447e59e79342", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Solar system not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "446c83df-733e-4eee-9bcc-9a31d25548cc", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6589621c-c7c6-40c0-9007-ea735a3dceaf", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9539e9a9-3cfe-40cf-8bde-90324e747ce6", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0bafc9de-ed72-4398-aad9-4bbbb9756571", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bc6fe629-8c44-4510-a35c-1c9861bdaf80", "documentation": "Get types", "method": "get", "endpoint": "universe/types/", "responses": [ { "uuid": "a1f0dd0e-c1d3-4445-a4b4-8f7f45a0e4fd", "body": "[\n {{faker 'number.int' max=99999}}\n]", "latency": 0, "statusCode": 200, "label": "A list of type ids", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "502a1384-32e2-4b94-a7c3-54f7d39b0b3e", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "919c7f5f-ae7b-4b6d-9ef4-f51d7abddcbb", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7fde49e3-9574-4d10-aa7e-44ce627d2cce", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "dfdca269-593f-4842-a0d1-885429f5fa79", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7fb82283-54ee-4a6f-86a1-eb8643c05919", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1759a4d0-825d-45ee-a89a-45416a6effd9", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f5227f7f-1100-40aa-be23-ca0c55276cc9", "documentation": "Get type information", "method": "get", "endpoint": "universe/types/:type_id/", "responses": [ { "uuid": "c4ee6801-d8e0-42aa-a5fa-61a7a5d46a22", "body": "{\n \"capacity\": {{faker 'number.float'}},\n \"description\": \"\",\n \"dogma_attributes\": [\n {\n \"attribute_id\": {{faker 'number.int' max=99999}},\n \"value\": {{faker 'number.float'}}\n }\n ],\n \"dogma_effects\": [\n {\n \"effect_id\": {{faker 'number.int' max=99999}},\n \"is_default\": {{faker 'datatype.boolean'}}\n }\n ],\n \"graphic_id\": {{faker 'number.int' max=99999}},\n \"group_id\": {{faker 'number.int' max=99999}},\n \"icon_id\": {{faker 'number.int' max=99999}},\n \"market_group_id\": {{faker 'number.int' max=99999}},\n \"mass\": {{faker 'number.float'}},\n \"name\": \"\",\n \"packaged_volume\": {{faker 'number.float'}},\n \"portion_size\": {{faker 'number.int' max=99999}},\n \"published\": {{faker 'datatype.boolean'}},\n \"radius\": {{faker 'number.float'}},\n \"type_id\": {{faker 'number.int' max=99999}},\n \"volume\": {{faker 'number.float'}}\n}", "latency": 0, "statusCode": 200, "label": "Information about a type", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "Content-Language", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d7cd11b2-6099-4001-90bf-1ce4295d08da", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1f83dd7e-1b07-4416-8eb0-034ba34d8b84", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0e68d94a-7474-41a5-9f67-d7a17f2bd7f1", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 404, "label": "Type not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0cccb8af-a496-4901-bb45-9a83b5a68f9f", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "115dcb08-9875-48e3-bec7-57b481f5f833", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b0f912d6-337c-4689-9bf5-d8b273490b01", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1327e37c-6def-4c4c-8d15-5ed572dadc64", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ece29f13-1360-4cea-b9d4-5e0f8dcb820a", "documentation": "List wars", "method": "get", "endpoint": "wars/", "responses": [ { "uuid": "f86e9f95-18a7-420e-a7ce-8664e3a94e5c", "body": "[\n {{faker 'number.int' max=99999}}\n]", "latency": 0, "statusCode": 200, "label": "A list of war IDs, in descending order by war_id", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a17f7e96-fd96-4c0c-99b7-45dc75a5b8fc", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a8a13f3a-edf1-4bbf-9d14-02e93259f4ba", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c897fcb3-3c32-418d-8fc8-3eed2f5a2b33", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6da025fc-a55b-488c-b2fe-0982aadd34ec", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "92396a89-8653-4ad8-8d44-48dde393a3df", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9e2e9219-9aa4-4352-b7a1-04d1cd5ad2e3", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3fa87412-3f40-4f05-8975-eed11a97050d", "documentation": "Get war information", "method": "get", "endpoint": "wars/:war_id/", "responses": [ { "uuid": "d8c2c0ea-3594-4f2b-80cd-b7d1b0067a99", "body": "{\n \"aggressor\": {\n \"alliance_id\": {{faker 'number.int' max=99999}},\n \"corporation_id\": {{faker 'number.int' max=99999}},\n \"isk_destroyed\": {{faker 'number.float'}},\n \"ships_killed\": {{faker 'number.int' max=99999}}\n },\n \"allies\": [\n {\n \"alliance_id\": {{faker 'number.int' max=99999}},\n \"corporation_id\": {{faker 'number.int' max=99999}}\n }\n ],\n \"declared\": \"{{faker 'date.recent' 365}}\",\n \"defender\": {\n \"alliance_id\": {{faker 'number.int' max=99999}},\n \"corporation_id\": {{faker 'number.int' max=99999}},\n \"isk_destroyed\": {{faker 'number.float'}},\n \"ships_killed\": {{faker 'number.int' max=99999}}\n },\n \"finished\": \"{{faker 'date.recent' 365}}\",\n \"id\": {{faker 'number.int' max=99999}},\n \"mutual\": {{faker 'datatype.boolean'}},\n \"open_for_allies\": {{faker 'datatype.boolean'}},\n \"retracted\": \"{{faker 'date.recent' 365}}\",\n \"started\": \"{{faker 'date.recent' 365}}\"\n}", "latency": 0, "statusCode": 200, "label": "Details about a war", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "40b6e0f7-5a98-42b3-a381-e85c2fb070d9", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "00f03928-456a-415f-b60a-eaaca0e2e64b", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6be988ae-453e-4d71-8c25-1bd4f6c09fdd", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8540351f-0d5e-4af7-96bd-35b23d6b45ac", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "War not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8bbf6e71-2106-4fcf-9f9f-4c20cd6fc576", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b4dabbee-e915-4bc2-b847-c43beface883", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ad75245b-6b9c-4969-92f9-439f4ecf2a63", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ba23e65d-fefa-4d22-b1b6-2518ce5105f1", "documentation": "List kills for a war", "method": "get", "endpoint": "wars/:war_id/killmails/", "responses": [ { "uuid": "ea0d66f5-652d-4da9-9a89-403b9bc76a99", "body": "[\n {\n \"killmail_hash\": \"\",\n \"killmail_id\": {{faker 'number.int' max=99999}}\n }\n]", "latency": 0, "statusCode": 200, "label": "A list of killmail IDs and hashes", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" }, { "key": "X-Pages", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "6f20e9d1-5d80-4ab3-bc14-e039a2da516e", "body": "", "latency": 0, "statusCode": 304, "label": "Not modified", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Cache-Control", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expires", "value": "" }, { "key": "Last-Modified", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "1114072a-3518-4342-8527-7b9802d55b08", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ae500e6e-e1da-4542-83cb-d2ea62a16485", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 420, "label": "Error limited", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8284caa5-64e0-4df9-a48a-9252c5abed20", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 422, "label": "War not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0eb2aa28-6ae4-4591-a1bc-9e30725dfebb", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 500, "label": "Internal server error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "532ae590-767e-4060-9153-e2b56203b471", "body": "{\n \"error\": \"\"\n}", "latency": 0, "statusCode": 503, "label": "Service unavailable", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2dd5f273-05ad-4d0c-96f1-e709a891de0e", "body": "{\n \"error\": \"\",\n \"timeout\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 504, "label": "Gateway timeout", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "7c1ce096-c4ff-449e-8aff-5be347adc5b3" }, { "type": "route", "uuid": "c9653aed-eee9-416b-af1f-bbeb0ffe9e5c" }, { "type": "route", "uuid": "c9193045-4a6c-4b8b-a1b5-573c40f3ed8e" }, { "type": "route", "uuid": "a53451c6-72fa-49cd-9794-df0520b2932e" }, { "type": "route", "uuid": "05c4c265-c032-4fdf-b2c2-e2ecebb15236" }, { "type": "route", "uuid": "90ef33cd-db1b-4183-83b3-d2f1f3cbed04" }, { "type": "route", "uuid": "ce48213a-a82e-49f9-98d6-7c4044e995d3" }, { "type": "route", "uuid": "db03e0a4-7401-4d26-bd5c-db0a042aee11" }, { "type": "route", "uuid": "4c11b1a6-2583-4439-b7ff-9fa6b712d4a9" }, { "type": "route", "uuid": "5d63c07c-35d0-4c96-aed4-9625ce9a6d11" }, { "type": "route", "uuid": "50233780-2e7a-4fec-a756-350f4ecd6779" }, { "type": "route", "uuid": "23050b1e-e8d8-4439-b1e3-f3ee1a4126f7" }, { "type": "route", "uuid": "0baf0561-9699-4cd6-8355-3c1396239c10" }, { "type": "route", "uuid": "e7131e1a-4e09-43f0-afc9-725d78ed5e23" }, { "type": "route", "uuid": "4ac4178f-5405-4fb1-9429-841123fb0978" }, { "type": "route", "uuid": "58f16e23-312b-4972-b100-c9bac47bec5f" }, { "type": "route", "uuid": "732538b1-3639-4b64-8adf-38f4f437040d" }, { "type": "route", "uuid": "dfe5a7a8-9d9d-4b72-8013-e4988b605f1f" }, { "type": "route", "uuid": "b8743a96-beb6-4f85-9843-0eed7e89b793" }, { "type": "route", "uuid": "d02904c8-f147-41fb-bb37-0c3faffcded2" }, { "type": "route", "uuid": "e7a2d4f1-f817-4c43-918c-07da13c3e96a" }, { "type": "route", "uuid": "f4961d09-b4bf-4870-ab79-964bd8d33640" }, { "type": "route", "uuid": "b9bfd07c-6fdd-484b-a31b-ffe00a234609" }, { "type": "route", "uuid": "ce6302a0-1c6c-4b7f-8e34-4a2767ea0f5d" }, { "type": "route", "uuid": "05d04af9-506e-45e7-b44f-1133c148734b" }, { "type": "route", "uuid": "f4400c9a-8001-4b16-9032-4997f467ffec" }, { "type": "route", "uuid": "d6e02af1-e991-4daa-bada-980cddea6b6b" }, { "type": "route", "uuid": "d0ab0081-175d-4218-bf18-aa120f368cf2" }, { "type": "route", "uuid": "19b08802-23e2-41b8-a282-b40f9b6890d8" }, { "type": "route", "uuid": "b21b67f8-83e4-4e03-b26f-d44383221d29" }, { "type": "route", "uuid": "3077094f-5137-4003-9e49-808b164236f3" }, { "type": "route", "uuid": "c8e7538b-cfba-4812-85b4-9bc45b0166c2" }, { "type": "route", "uuid": "e5256d7a-615e-409e-99f6-b6014621ce65" }, { "type": "route", "uuid": "49864a2d-e7aa-4b80-9b8b-a78a6fc9fe96" }, { "type": "route", "uuid": "2c189eeb-7bb3-44be-b1b6-2606aae2649c" }, { "type": "route", "uuid": "a1c8a3c9-5e97-424c-9c3e-0aed84894c93" }, { "type": "route", "uuid": "5ee293fc-4f40-4e81-87cf-784947ca53b6" }, { "type": "route", "uuid": "8a4bdc75-bc16-47ed-b548-c57d4cbf25b6" }, { "type": "route", "uuid": "bbcc4612-6465-4892-883f-693026075cbd" }, { "type": "route", "uuid": "5484c1fc-5b0f-4671-bf73-a46c7afddb1d" }, { "type": "route", "uuid": "a9179e1c-f38a-46b6-97b9-4751e318113f" }, { "type": "route", "uuid": "5423c183-1e05-4908-a0a8-286d68929a2e" }, { "type": "route", "uuid": "be5bb1f6-1691-4f36-a6dd-680d38a7e909" }, { "type": "route", "uuid": "88ed7f7a-564d-4dac-b397-576e6e0eba75" }, { "type": "route", "uuid": "f844e389-082d-4ad9-8c1d-7025b772a622" }, { "type": "route", "uuid": "ca2e856b-dcbd-4cee-b245-b4138a8871cf" }, { "type": "route", "uuid": "781957ea-b2c8-4cd8-a280-275d5de925e5" }, { "type": "route", "uuid": "a8b8a772-a225-450a-9ead-1528a8a1708f" }, { "type": "route", "uuid": "9d04e16b-5c82-496e-ab0a-a038bc0b125a" }, { "type": "route", "uuid": "0de2d8e8-a973-49b8-b052-21c32e62f50b" }, { "type": "route", "uuid": "993607a9-132d-4d81-a51d-81e1f5743ee6" }, { "type": "route", "uuid": "b19ebfe4-f3f2-410f-a19f-c0a27ca0be2e" }, { "type": "route", "uuid": "f8fbd8c3-6dd9-4f42-9d65-a6ea2c4d0633" }, { "type": "route", "uuid": "c58d5f52-00d1-43b1-a009-2174523c4360" }, { "type": "route", "uuid": "a6d07d3e-51c5-4f58-ba1a-58d112997dd6" }, { "type": "route", "uuid": "524b79c3-c777-450c-a51e-583e001d0702" }, { "type": "route", "uuid": "5094f5d8-0eb2-402e-b974-5b300a729c03" }, { "type": "route", "uuid": "0fdc7972-6d9d-403b-a5dd-df7a00ada6d1" }, { "type": "route", "uuid": "ef1fb881-d966-40b0-945f-a325b211efd0" }, { "type": "route", "uuid": "51b295d8-ff52-425f-b68f-13120ab2273a" }, { "type": "route", "uuid": "f2c9854c-e98b-402f-bedc-70e27563a240" }, { "type": "route", "uuid": "062adeb6-b44e-4c53-922f-84973714bacd" }, { "type": "route", "uuid": "7b8ac2f3-ae80-47e0-81b2-ccfbe9f43233" }, { "type": "route", "uuid": "ea34ea93-8cf6-4d5f-93f0-fb4e7df54ce4" }, { "type": "route", "uuid": "e0e19161-ae69-4ec1-a016-742d0f5b1164" }, { "type": "route", "uuid": "66f4ee79-253b-4a20-9863-07d05ebe7879" }, { "type": "route", "uuid": "05c453a7-8651-4193-aacb-7d6c277c4f3d" }, { "type": "route", "uuid": "948bc9a1-522e-4e26-bc5e-1bf7499e9a11" }, { "type": "route", "uuid": "d76bd125-87d6-450e-9db7-55424bbf6802" }, { "type": "route", "uuid": "8e3d5f63-7728-4095-b69a-bd4347d50049" }, { "type": "route", "uuid": "ac4da195-a58e-4eaf-a3fb-9f8d1579423b" }, { "type": "route", "uuid": "c8ff115a-da6f-4efb-9a00-e1e05433fbbd" }, { "type": "route", "uuid": "3c54a2b6-1d2e-4992-8fcd-6d71aa855a72" }, { "type": "route", "uuid": "b217c310-2bf6-4c6b-be56-0440f360c2a6" }, { "type": "route", "uuid": "2bf99bb8-9df9-4447-acc5-3090a7d027f4" }, { "type": "route", "uuid": "03e1c8eb-9c0e-4363-b971-b859f73ed6c0" }, { "type": "route", "uuid": "d6a1ffb4-1c4d-4561-ac75-fcf682e4c85c" }, { "type": "route", "uuid": "651028ae-813f-4d4c-911c-63e51c88d3aa" }, { "type": "route", "uuid": "76aee69f-fb7d-4393-a3a4-46fba0f100f0" }, { "type": "route", "uuid": "ce5a961a-0d8f-4820-b751-ebf3e30dd02d" }, { "type": "route", "uuid": "7cad569c-4ffa-47c4-8090-3d731a71adf4" }, { "type": "route", "uuid": "da714aa9-909d-4682-95da-3528538b7039" }, { "type": "route", "uuid": "301c76b0-cfd8-4431-bf7f-c154554c51f9" }, { "type": "route", "uuid": "15317fdf-5821-4a54-af5f-48d9575e816a" }, { "type": "route", "uuid": "7300a2fd-c2ac-4b45-aeb4-3da063ed1b21" }, { "type": "route", "uuid": "6b874922-b869-4d10-800b-7cfbbed1c5f0" }, { "type": "route", "uuid": "535de707-97b5-44bf-89fe-8ea5ae90c06e" }, { "type": "route", "uuid": "17d66430-8976-4cab-95cc-5c02d4b3c350" }, { "type": "route", "uuid": "65d44b2b-0661-4c31-bb87-7f7347aac7f1" }, { "type": "route", "uuid": "20c5dfba-2450-459d-b865-d389578dc8ab" }, { "type": "route", "uuid": "73c57d34-cc18-420b-bac8-2588e8913d99" }, { "type": "route", "uuid": "00e62b00-906e-499a-a203-95c390865193" }, { "type": "route", "uuid": "7ab40460-3558-443f-a350-3ffb38223c39" }, { "type": "route", "uuid": "cd52de44-ab3c-4d4d-94cc-70a97e3a79ad" }, { "type": "route", "uuid": "d37f5446-097c-434a-966f-05d92972de02" }, { "type": "route", "uuid": "285bb83a-208b-4f8e-9913-5d1693c74ae9" }, { "type": "route", "uuid": "530bdc77-e3c7-431c-85d1-6d88fd5827ef" }, { "type": "route", "uuid": "ffd4d7cf-76b7-49a3-9cfa-38b7003832b1" }, { "type": "route", "uuid": "07a65109-ac43-4977-82c1-99bbcb94e117" }, { "type": "route", "uuid": "821d03fe-fcf4-464c-b03b-4b1e2223bce4" }, { "type": "route", "uuid": "e5118018-e4b7-4950-86d2-32aa3a2bc449" }, { "type": "route", "uuid": "34d3af79-1d2d-4794-aaca-d3ce6628491a" }, { "type": "route", "uuid": "e77d248c-815b-45c1-b84c-34a4b08eaf18" }, { "type": "route", "uuid": "8cf56073-f5a7-4a49-b63e-1cc5c264a818" }, { "type": "route", "uuid": "311e79bd-f377-4a47-b6f9-c29b54085823" }, { "type": "route", "uuid": "c0f980a8-9915-4e48-ab86-c228c5be5b52" }, { "type": "route", "uuid": "791d31d1-a77b-4203-9936-23e300ecbecd" }, { "type": "route", "uuid": "1b88141e-0e49-474b-a178-923ffd1e81d8" }, { "type": "route", "uuid": "8bcc1a4c-d504-4cc1-bcc5-26b947dffbc8" }, { "type": "route", "uuid": "ffa8c944-f29a-4eae-b2e5-ac21272e1f5c" }, { "type": "route", "uuid": "cedf5bae-73ae-4dfe-97f9-b3a651095700" }, { "type": "route", "uuid": "b9ebb89f-5f8b-4647-8658-ef02337f7185" }, { "type": "route", "uuid": "bfa28989-8447-44e7-96a9-ce90743dbaf8" }, { "type": "route", "uuid": "06217709-8f89-4954-bec2-ca3904c6210a" }, { "type": "route", "uuid": "38ccae0f-4671-4aed-89ee-a1f5db41506d" }, { "type": "route", "uuid": "76bdca6e-9bec-4d96-8669-db00d31bf985" }, { "type": "route", "uuid": "754aae97-c4d6-4953-8725-e8347055e164" }, { "type": "route", "uuid": "ed9c0507-bd85-4279-ad1f-30ad2bec54b4" }, { "type": "route", "uuid": "d292120a-cca5-4df3-8b3b-70d95c92e1ae" }, { "type": "route", "uuid": "a264acb6-819d-4ff6-b032-98d58d1760ca" }, { "type": "route", "uuid": "2bf2f9e5-1a63-4a4e-955c-e08d33ce9d0e" }, { "type": "route", "uuid": "4303b9cb-fdae-4eff-b992-dcb4876705ba" }, { "type": "route", "uuid": "26c635b1-cc0e-4b47-9102-ccf7b9eb118c" }, { "type": "route", "uuid": "ade25ca6-2da3-47e0-938c-5c2363a85aea" }, { "type": "route", "uuid": "17180e02-0fd0-413f-ad09-5094b6422570" }, { "type": "route", "uuid": "834b0cee-21fa-4e1e-b6c0-f0c7e4157ac7" }, { "type": "route", "uuid": "14fc0207-7036-4357-8a7f-e0f27bf02184" }, { "type": "route", "uuid": "6d47450a-b1fe-4027-a531-952c0e8ea66a" }, { "type": "route", "uuid": "25e11433-93b6-434a-8920-321741b0e830" }, { "type": "route", "uuid": "0e9653d8-3bb5-45c7-95b2-b138190d8891" }, { "type": "route", "uuid": "d20dfaca-4047-493b-8304-e3fbf56d9f4f" }, { "type": "route", "uuid": "87b11471-153d-4d2e-a71d-659885b7921e" }, { "type": "route", "uuid": "7a4853d6-d0e0-4b2e-b26e-00659b1410ef" }, { "type": "route", "uuid": "5bf3effa-9546-4142-a788-434e6354a709" }, { "type": "route", "uuid": "951b09d1-f747-4a84-ac16-5188d7f09611" }, { "type": "route", "uuid": "45c025ff-2ebc-4712-818f-8d51285e96cd" }, { "type": "route", "uuid": "453c75ca-dfd1-4f74-b205-a3497ae30897" }, { "type": "route", "uuid": "9c162cdd-f2bf-4be4-8bed-851c28f8cb5a" }, { "type": "route", "uuid": "d282c49a-05f0-4588-aaec-1e486caa83cd" }, { "type": "route", "uuid": "0b72b2b3-d800-4b3c-8d78-5e80e7ab11ea" }, { "type": "route", "uuid": "686ff80e-e517-4ac3-9a25-063c628de9a1" }, { "type": "route", "uuid": "bd338016-0ba8-47ea-a218-15040cd528a4" }, { "type": "route", "uuid": "f4211bed-bdd1-4d89-aff7-da3c34f5eb2b" }, { "type": "route", "uuid": "88775b5f-8d7d-43aa-bcb9-9e59c9112043" }, { "type": "route", "uuid": "ed3944a0-d980-4214-84f6-3af6e2b46be5" }, { "type": "route", "uuid": "a216de0a-6592-406c-a9a5-f7203b86aad1" }, { "type": "route", "uuid": "4ffa03b9-d095-497b-9099-3f3471471b23" }, { "type": "route", "uuid": "324e4e7b-96ed-4937-8e5d-dbcf48f82658" }, { "type": "route", "uuid": "9da02000-e26a-42d2-8de1-377388f19413" }, { "type": "route", "uuid": "cd47551d-7015-4e1c-814d-a49449ab2665" }, { "type": "route", "uuid": "3cb50828-a542-4496-92bc-56c2704afbef" }, { "type": "route", "uuid": "58c41080-fe2b-49a6-935a-de8d6b309709" }, { "type": "route", "uuid": "4f97f9e9-1931-4f30-b797-8f338e50c648" }, { "type": "route", "uuid": "6429de1b-a334-4af4-b5d7-f694f33504ae" }, { "type": "route", "uuid": "609d2aa3-96fb-4779-861e-b6a8c7e7384f" }, { "type": "route", "uuid": "0f627207-42b7-4079-b8bb-2c4457c5480e" }, { "type": "route", "uuid": "d8febcb4-4ba9-4ff3-8c67-49b9d183c65b" }, { "type": "route", "uuid": "51a9f8b7-e437-4a81-a830-22e03485c03d" }, { "type": "route", "uuid": "e751650d-c24a-4b8a-920b-b75e53e16a8c" }, { "type": "route", "uuid": "a1ef9afe-3018-4ba5-b8c4-5d196377d044" }, { "type": "route", "uuid": "7a8cfdcf-7626-4d3b-8a01-6208510a473d" }, { "type": "route", "uuid": "73bca0c8-156e-42e0-b7be-6e288d3ec4fd" }, { "type": "route", "uuid": "c33e4080-b4a6-41b1-8ef0-3adb06b5ec59" }, { "type": "route", "uuid": "a83d1471-04d6-444f-babe-be5abd7c3184" }, { "type": "route", "uuid": "e8db24b6-5e49-4107-b804-c8ad9f3b1785" }, { "type": "route", "uuid": "29ab76e7-9128-4e5e-9341-e240d22554ff" }, { "type": "route", "uuid": "5eb22a1c-405a-444b-816c-3c26fe5a887b" }, { "type": "route", "uuid": "fad7cb20-97ea-4dd6-9894-94601cae6698" }, { "type": "route", "uuid": "dfaa5fcd-7026-42ec-880e-d77dee0bdc92" }, { "type": "route", "uuid": "6ddf230e-a30c-4cc7-87cb-0496f181cc9d" }, { "type": "route", "uuid": "1a33239f-21f7-40a8-9da4-36da9b98a9f0" }, { "type": "route", "uuid": "a3128672-ecf7-4346-9c70-6df8effbee48" }, { "type": "route", "uuid": "fc786584-2266-4a22-ab7d-395c8ece2c96" }, { "type": "route", "uuid": "da90f720-a9cf-4e5d-bb8b-30963fab9fef" }, { "type": "route", "uuid": "0b6558b1-6c86-49c8-9837-28891d0e0632" }, { "type": "route", "uuid": "a3214141-2b5f-4e76-880d-903ea4a271c0" }, { "type": "route", "uuid": "6ee69f31-9f0c-48db-8241-c8137b6cb87a" }, { "type": "route", "uuid": "3c0a63e8-ce3b-4eb7-b31b-f38f140159c8" }, { "type": "route", "uuid": "ad953dc6-4576-4d46-8fe3-0eea76b1fe15" }, { "type": "route", "uuid": "06caadef-b313-488f-835d-a046360bf399" }, { "type": "route", "uuid": "205cc834-13df-47d5-af59-9cd822242cd5" }, { "type": "route", "uuid": "8d113344-a3d4-4ecd-b0f9-cfe65e8dc5d8" }, { "type": "route", "uuid": "3610e4db-79c9-4a1b-a009-49e46a931aec" }, { "type": "route", "uuid": "2d6a1b89-69a3-433c-b686-ccb8118fa151" }, { "type": "route", "uuid": "b2144b15-7a47-47ce-a5de-e58ba9479115" }, { "type": "route", "uuid": "19771f85-50af-4afb-af07-054d87c9b1a2" }, { "type": "route", "uuid": "b35a83e1-dbf7-4740-9c0c-5469b749445e" }, { "type": "route", "uuid": "b0e6ec9b-0996-4c37-a696-d4e6a842c082" }, { "type": "route", "uuid": "d2c2c78c-445f-46f3-a797-bfa9b75d8ca8" }, { "type": "route", "uuid": "d33a6cf4-4e85-462a-a50e-4c54dc076bfe" }, { "type": "route", "uuid": "0728a8b5-6e07-4130-8612-68caeb751914" }, { "type": "route", "uuid": "0400f8cb-4f24-44c2-a928-efcc477a3965" }, { "type": "route", "uuid": "0a4bfbf1-4db9-41f5-802e-ffda8aa01b55" }, { "type": "route", "uuid": "4fe0a837-b8bc-4595-af1f-68b36b517f88" }, { "type": "route", "uuid": "db2068c4-434e-4c05-babe-1d8bbd1c5f87" }, { "type": "route", "uuid": "e974ee4c-0a3b-4424-b376-b2106051fd9d" }, { "type": "route", "uuid": "d2de571d-57e5-4ce4-9be3-043e4d64b72b" }, { "type": "route", "uuid": "d62f0916-35d3-4b36-ac67-ee557d454e33" }, { "type": "route", "uuid": "e39bb32e-a000-4fac-8f95-82fd600c4ea2" }, { "type": "route", "uuid": "7f59600b-83fa-4c49-a3dc-fcd06bf04f0b" }, { "type": "route", "uuid": "6e222f7e-0d3b-4b1d-be5e-0304ceb1bd78" }, { "type": "route", "uuid": "bc6fe629-8c44-4510-a35c-1c9861bdaf80" }, { "type": "route", "uuid": "f5227f7f-1100-40aa-be23-ca0c55276cc9" }, { "type": "route", "uuid": "ece29f13-1360-4cea-b9d4-5e0f8dcb820a" }, { "type": "route", "uuid": "3fa87412-3f40-4f05-8975-eed11a97050d" }, { "type": "route", "uuid": "ba23e65d-fefa-4d22-b1b6-2518ce5105f1" } ] }