{ "uuid": "a3fa57bc-6db0-4626-add6-ac9130a9a7da", "lastMigration": 29, "name": "papiNet API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "fac14245-41ad-4b15-9abd-323e8b0826b8", "documentation": "List `orders`", "method": "get", "endpoint": "orders", "responses": [ { "uuid": "14a29d94-4162-4f21-8e52-5ef8af18fe2c", "body": "{\n \"links\": {\n \"first\": {\n \"href\": \"\"\n },\n \"last\": {\n \"href\": \"\"\n },\n \"next\": {\n \"href\": \"\"\n },\n \"prev\": {\n \"href\": \"\"\n }\n },\n \"orders\": [\n {\n \"id\": \"{{faker 'string.uuid'}}\",\n \"numberOfLineItems\": {{faker 'number.int' max=99999}},\n \"orderNumber\": \"\",\n \"orderStatus\": \"{{oneOf (array 'Active' 'Cancelled' 'Completed')}}\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "71ec533f-1673-4d5d-9f69-9338ee404ebc", "documentation": "Get an `order`", "method": "get", "endpoint": "orders/:orderId", "responses": [ { "uuid": "a11b3514-a93d-4950-a5ff-bbb38f25e359", "body": "{\n \"id\": \"{{faker 'string.uuid'}}\",\n \"numberOfLineItems\": {{faker 'number.int' max=99999}},\n \"orderNumber\": \"\",\n \"orderStatus\": \"{{oneOf (array 'Active' 'Cancelled' 'Completed')}}\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "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": "fac14245-41ad-4b15-9abd-323e8b0826b8" }, { "type": "route", "uuid": "71ec533f-1673-4d5d-9f69-9338ee404ebc" } ] }