{ "uuid": "9989afb8-94e1-459e-af9e-045c485f830f", "lastMigration": 29, "name": "Gravity API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "58e74e45-f887-42d0-8de4-a2a8b7a95d21", "documentation": "Calculate the geoid height\n", "method": "get", "endpoint": "egm2008/geoid_height", "responses": [ { "uuid": "82a5e01e-c248-4510-a2d6-aee4f4fe1aa0", "body": "{\n \"height\": {\n \"units\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Successful geoid height calculation", "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": "cfb01e21-56a0-4a62-a91a-c3bcd0e0fc62", "documentation": "Calculate gravity anomaly values\n", "method": "get", "endpoint": "egm2008/gravity_anomaly", "responses": [ { "uuid": "8271dce7-8371-4662-9344-ac18c9a83c67", "body": "{\n \"eta\": {\n \"units\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"gravity_anomaly\": {\n \"units\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"xi\": {\n \"units\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n }\n}", "latency": 0, "statusCode": 200, "label": "Successful anomaly calculation", "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": "58e74e45-f887-42d0-8de4-a2a8b7a95d21" }, { "type": "route", "uuid": "cfb01e21-56a0-4a62-a91a-c3bcd0e0fc62" } ] }