{"info":{"_postman_id":"ff3b881e-c98f-454d-aa71-0cf7a4400051","name":"drone ops","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"34455053","collectionId":"ff3b881e-c98f-454d-aa71-0cf7a4400051","publishedId":"2sAYkKJdAt","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-03-25T17:15:27.000Z"},"item":[{"name":"drones","item":[{"name":"create","id":"d3c84f93-5476-4330-9f44-34a069e68dbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Drone 4\",\n    \"serialNumber\":\"4\",\n    \"status\":\"available\",\n    \"batteryLevel\":80,\n    \"location\":{ \"type\": \"Point\", \"coordinates\": [10, 90] },\n    \"specifications\":{\n        \"maxFlightTime\": 3,\n        \"maxSpeed\": 100,\n        \"maxAltitude\": 9,\n        \"sensors\": [\"motion\",\"audio\"],\n        \"prank\":\"done\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/drones/","urlObject":{"path":["api","drones",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"5049bc48-0646-4b6d-acb2-0084a1b09e42","name":"sucess","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Drone 1\",\n    \"serialNumber\":\"2\",\n    \"status\":\"available\",\n    \"batteryLevel\":80,\n    \"location\":{ \"type\": \"Point\", \"coordinates\": [100, 90] },\n    \"specifications\":{\n        \"maxFlightTime\": 3,\n        \"maxSpeed\": 100,\n        \"maxAltitude\": 9,\n        \"sensors\": [\"motion\",\"audio\"],\n        \"prank\":\"done\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/drones/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"98"},{"key":"Date","value":"Mon, 24 Mar 2025 21:27:10 GMT"},{"key":"X-RateLimit-Reset","value":"1742852522"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"327"},{"key":"ETag","value":"W/\"147-LyjYJbujDhAz3Yimk1VTZtf0234\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Drone 1\",\n    \"serialNumber\": \"2\",\n    \"status\": \"available\",\n    \"batteryLevel\": 80,\n    \"location\": {\n        \"type\": \"Point\",\n        \"coordinates\": [\n            100,\n            90\n        ]\n    },\n    \"specifications\": {\n        \"maxFlightTime\": 3,\n        \"maxSpeed\": 100,\n        \"maxAltitude\": 9,\n        \"sensors\": [\n            \"motion\",\n            \"audio\"\n        ]\n    },\n    \"maintenanceHistory\": [],\n    \"_id\": \"67e1ce2e0486e5708807b9ba\",\n    \"lastSeen\": \"2025-03-24T21:27:10.842Z\",\n    \"__v\": 0\n}"},{"id":"bca6ab4f-627b-404e-bc92-5810d4c9363b","name":"error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Drone 1\",\n    \"serialNumber\":\"2\",\n    \"status\":\"available\",\n    \"batteryLevel\":80,\n    \"location\":{ \"type\": \"Point\", \"coordinates\": [100, 90] },\n    \"specifications\":{\n        \"maxFlightTime\": 3,\n        \"maxSpeed\": 100,\n        \"maxAltitude\": 9,\n        \"sensors\": [\"motion\",\"audio\"],\n        \"prank\":\"done\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/drones/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Date","value":"Mon, 24 Mar 2025 21:35:15 GMT"},{"key":"X-RateLimit-Reset","value":"1742853016"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"ETag","value":"W/\"22-pMx1tvDjDlmwpHQJwt7tWlt+FGc\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Drone already exists\"\n}"}],"_postman_id":"d3c84f93-5476-4330-9f44-34a069e68dbd"},{"name":"update","id":"54184ef7-c820-42b1-9636-4da7b664c763","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Drone 2\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/drones/:id","urlObject":{"path":["api","drones",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"67e1ce2e0486e5708807b9bb","key":"id"}]}},"response":[{"id":"756ef5ba-081c-4ced-a375-d78a20902cb1","name":"sucess","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Drone 2\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/drones/:id","host":["{{base_url}}"],"path":["api","drones",":id"],"variable":[{"key":"id","value":"67e1ce2e0486e5708807b9ba"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"97"},{"key":"Date","value":"Mon, 24 Mar 2025 21:32:43 GMT"},{"key":"X-RateLimit-Reset","value":"1742852522"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"327"},{"key":"ETag","value":"W/\"147-DT8sp27ZBZKe6OGloNjXgU+oJpQ\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"location\": {\n        \"type\": \"Point\",\n        \"coordinates\": [\n            100,\n            90\n        ]\n    },\n    \"specifications\": {\n        \"maxFlightTime\": 3,\n        \"maxSpeed\": 100,\n        \"maxAltitude\": 9,\n        \"sensors\": [\n            \"motion\",\n            \"audio\"\n        ]\n    },\n    \"_id\": \"67e1ce2e0486e5708807b9ba\",\n    \"name\": \"Drone 2\",\n    \"serialNumber\": \"2\",\n    \"status\": \"available\",\n    \"batteryLevel\": 80,\n    \"maintenanceHistory\": [],\n    \"lastSeen\": \"2025-03-24T21:32:43.580Z\",\n    \"__v\": 0\n}"},{"id":"7c691a27-1c47-4599-a082-47364d14fdb4","name":"error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Drone 2\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/drones/:id","host":["{{base_url}}"],"path":["api","drones",":id"],"variable":[{"key":"id","value":"67e1ce2e0486e5708807b9bb"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"98"},{"key":"Date","value":"Mon, 24 Mar 2025 21:35:48 GMT"},{"key":"X-RateLimit-Reset","value":"1742853016"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"29"},{"key":"ETag","value":"W/\"1d-NNySFdJSoh5dep4KAPp8xMLlMs4\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Drone not found\"\n}"}],"_postman_id":"54184ef7-c820-42b1-9636-4da7b664c763"},{"name":"delete","id":"8d933011-5ae3-40d5-89ed-0954cfdf70a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/drones/:id","urlObject":{"path":["api","drones",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"67e1ce2e0486e5708807b9ba","key":"id"}]}},"response":[{"id":"4f9ddb1a-27c2-476a-b2ca-4c26d0871a50","name":"success","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/drones/:id","host":["{{base_url}}"],"path":["api","drones",":id"],"variable":[{"key":"id","value":"67e1ce2e0486e5708807b9ba"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"96"},{"key":"Date","value":"Mon, 24 Mar 2025 21:33:32 GMT"},{"key":"X-RateLimit-Reset","value":"1742852522"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"40"},{"key":"ETag","value":"W/\"28-pJHxeZlOcx17DuF2lp5xtqcFtQc\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Drone deleted successfully\"\n}"},{"id":"744c046c-d83d-44cf-ad47-c9acb1113bba","name":"error not found","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/drones/:id","host":["{{base_url}}"],"path":["api","drones",":id"],"variable":[{"key":"id","value":"67e1ce2e0486e5708807b9ba"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"97"},{"key":"Date","value":"Mon, 24 Mar 2025 21:36:16 GMT"},{"key":"X-RateLimit-Reset","value":"1742853016"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"29"},{"key":"ETag","value":"W/\"1d-NNySFdJSoh5dep4KAPp8xMLlMs4\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Drone not found\"\n}"}],"_postman_id":"8d933011-5ae3-40d5-89ed-0954cfdf70a0"},{"name":"get by id","id":"ba56bb46-352f-4000-acf7-eda8a8256dae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/drones/:id","urlObject":{"path":["api","drones",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"67e1cfc20486e5708807b9ca","key":"id"}]}},"response":[{"id":"6c013023-f0f5-429f-a949-bfff5b814f59","name":"success","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/drones/:id","host":["{{base_url}}"],"path":["api","drones",":id"],"variable":[{"key":"id","value":"67e1cfc20486e5708807b9c0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"93"},{"key":"Date","value":"Mon, 24 Mar 2025 21:38:19 GMT"},{"key":"X-RateLimit-Reset","value":"1742853016"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"327"},{"key":"ETag","value":"W/\"147-dgUZy2+EQ1qfU98J9yHzLoad2zY\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"location\": {\n        \"type\": \"Point\",\n        \"coordinates\": [\n            100,\n            90\n        ]\n    },\n    \"specifications\": {\n        \"maxFlightTime\": 3,\n        \"maxSpeed\": 100,\n        \"maxAltitude\": 9,\n        \"sensors\": [\n            \"motion\",\n            \"audio\"\n        ]\n    },\n    \"_id\": \"67e1cfc20486e5708807b9c0\",\n    \"name\": \"Drone 1\",\n    \"serialNumber\": \"2\",\n    \"status\": \"available\",\n    \"batteryLevel\": 80,\n    \"maintenanceHistory\": [],\n    \"lastSeen\": \"2025-03-24T21:33:54.368Z\",\n    \"__v\": 0\n}"},{"id":"77f49ffb-16d7-411e-88c1-2c6a2c9ed5f4","name":"not found","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/drones/:id","host":["{{base_url}}"],"path":["api","drones",":id"],"variable":[{"key":"id","value":"67e1cfc20486e5708807b9ca"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"91"},{"key":"Date","value":"Mon, 24 Mar 2025 21:38:57 GMT"},{"key":"X-RateLimit-Reset","value":"1742853016"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"29"},{"key":"ETag","value":"W/\"1d-NNySFdJSoh5dep4KAPp8xMLlMs4\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Drone not found\"\n}"}],"_postman_id":"ba56bb46-352f-4000-acf7-eda8a8256dae"},{"name":"get all","id":"d25a4b8e-80d8-4f83-bae3-24d1eaac453d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/drones/","urlObject":{"path":["api","drones",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"3009f979-2c8a-4144-861c-bdc4d0a3dbfd","name":"success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/drones/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"90"},{"key":"Date","value":"Mon, 24 Mar 2025 21:39:26 GMT"},{"key":"X-RateLimit-Reset","value":"1742853016"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"657"},{"key":"ETag","value":"W/\"291-RAfeQ6xmpCTCAu19eeiFR1LqzqE\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"location\": {\n            \"type\": \"Point\",\n            \"coordinates\": [\n                100,\n                90\n            ]\n        },\n        \"specifications\": {\n            \"maxFlightTime\": 3,\n            \"maxSpeed\": 100,\n            \"maxAltitude\": 9,\n            \"sensors\": [\n                \"motion\",\n                \"audio\"\n            ]\n        },\n        \"_id\": \"67e1a6ba0486e5708807b9b6\",\n        \"name\": \"Drone 1\",\n        \"serialNumber\": \"1\",\n        \"status\": \"available\",\n        \"batteryLevel\": 80,\n        \"maintenanceHistory\": [],\n        \"lastSeen\": \"2025-03-24T18:38:50.355Z\",\n        \"__v\": 0\n    },\n    {\n        \"location\": {\n            \"type\": \"Point\",\n            \"coordinates\": [\n                100,\n                90\n            ]\n        },\n        \"specifications\": {\n            \"maxFlightTime\": 3,\n            \"maxSpeed\": 100,\n            \"maxAltitude\": 9,\n            \"sensors\": [\n                \"motion\",\n                \"audio\"\n            ]\n        },\n        \"_id\": \"67e1cfc20486e5708807b9c0\",\n        \"name\": \"Drone 1\",\n        \"serialNumber\": \"2\",\n        \"status\": \"available\",\n        \"batteryLevel\": 80,\n        \"maintenanceHistory\": [],\n        \"lastSeen\": \"2025-03-24T21:33:54.368Z\",\n        \"__v\": 0\n    }\n]"}],"_postman_id":"d25a4b8e-80d8-4f83-bae3-24d1eaac453d"},{"name":"get drone stats","id":"770de7f4-7ece-4996-8ac6-6171811397bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/drones/statistics","urlObject":{"path":["api","drones","statistics"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"68b61863-aeb3-424a-93db-2dc45db9e77e","name":"success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/drones/statistics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"89"},{"key":"Date","value":"Mon, 24 Mar 2025 21:39:56 GMT"},{"key":"X-RateLimit-Reset","value":"1742853016"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"90"},{"key":"ETag","value":"W/\"5a-+aoiD1nem9tGIoJgVOlh49/F8ns\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"available\",\n        \"count\": 2,\n        \"avgBattery\": 80,\n        \"recentUpdates\": \"2025-03-24T21:33:54.368Z\"\n    }\n]"}],"_postman_id":"770de7f4-7ece-4996-8ac6-6171811397bf"},{"name":"update drone status","id":"689c7456-d83d-4aad-960f-f0bcb70ea35c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"status\":\"maintenance\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/drones/:id/status","urlObject":{"path":["api","drones",":id","status"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"67e1cfc20486e5708807b9c0","key":"id"}]}},"response":[{"id":"eed0e325-2a04-4d22-a2b6-e852843a07b7","name":"success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"status\":\"maintenance\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/drones/:id/status","host":["{{base_url}}"],"path":["api","drones",":id","status"],"variable":[{"key":"id","value":"67e1cfc20486e5708807b9c0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Date","value":"Mon, 24 Mar 2025 21:44:36 GMT"},{"key":"X-RateLimit-Reset","value":"1742853577"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"329"},{"key":"ETag","value":"W/\"149-THJN1q8vRcKCFqeEqpkr9VGjtEA\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"location\": {\n        \"type\": \"Point\",\n        \"coordinates\": [\n            100,\n            90\n        ]\n    },\n    \"specifications\": {\n        \"maxFlightTime\": 3,\n        \"maxSpeed\": 100,\n        \"maxAltitude\": 9,\n        \"sensors\": [\n            \"motion\",\n            \"audio\"\n        ]\n    },\n    \"_id\": \"67e1cfc20486e5708807b9c0\",\n    \"name\": \"Drone 1\",\n    \"serialNumber\": \"2\",\n    \"status\": \"maintenance\",\n    \"batteryLevel\": 80,\n    \"maintenanceHistory\": [],\n    \"lastSeen\": \"2025-03-24T21:44:36.471Z\",\n    \"__v\": 0\n}"}],"_postman_id":"689c7456-d83d-4aad-960f-f0bcb70ea35c"},{"name":"update drone location","id":"1b7c8585-a0ca-4e9d-b010-cd07f44221d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"coordinates\": [40, 90] \n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/drones/:id/location","urlObject":{"path":["api","drones",":id","location"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"67e1cfc20486e5708807b9c0","key":"id"}]}},"response":[{"id":"a7ccf8a4-b15a-40fb-8239-843e08c0c27f","name":"error","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"coordinates\": [400, 90] \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/drones/:id/location","host":["{{base_url}}"],"path":["api","drones",":id","location"],"variable":[{"key":"id","value":"67e1cfc20486e5708807b9c0"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Date","value":"Mon, 24 Mar 2025 21:49:08 GMT"},{"key":"X-RateLimit-Reset","value":"1742853849"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"186"},{"key":"ETag","value":"W/\"ba-ILwqNbnyKghYJs76emuNYypKXE0\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Failed to update drone location\",\n    \"error\": \"Drone validation failed: location.coordinates: Invalid coordinates. Latitude must be -90 to 90, and Longitude must be -180 to 180.\"\n}"},{"id":"d3870993-cae2-44cb-bb30-80d1e5e4b9c0","name":"success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"coordinates\": [40, 90] \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/drones/:id/location","host":["{{base_url}}"],"path":["api","drones",":id","location"],"variable":[{"key":"id","value":"67e1cfc20486e5708807b9c0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"97"},{"key":"Date","value":"Mon, 24 Mar 2025 21:50:14 GMT"},{"key":"X-RateLimit-Reset","value":"1742853849"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"328"},{"key":"ETag","value":"W/\"148-oY3sefn2vGv4f4of4kgzTlmIvW4\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"location\": {\n        \"type\": \"Point\",\n        \"coordinates\": [\n            40,\n            90\n        ]\n    },\n    \"specifications\": {\n        \"maxFlightTime\": 3,\n        \"maxSpeed\": 100,\n        \"maxAltitude\": 9,\n        \"sensors\": [\n            \"motion\",\n            \"audio\"\n        ]\n    },\n    \"_id\": \"67e1cfc20486e5708807b9c0\",\n    \"name\": \"Drone 1\",\n    \"serialNumber\": \"2\",\n    \"status\": \"maintenance\",\n    \"batteryLevel\": 80,\n    \"maintenanceHistory\": [],\n    \"lastSeen\": \"2025-03-24T21:50:14.712Z\",\n    \"__v\": 1\n}"}],"_postman_id":"1b7c8585-a0ca-4e9d-b010-cd07f44221d6"}],"id":"d13fb138-7174-4c28-856f-9775840c9d11","_postman_id":"d13fb138-7174-4c28-856f-9775840c9d11","description":""},{"name":"missions","item":[{"name":"create","id":"a13efbf8-ab15-4755-ad7f-6674dcac3afc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Survey Area 54\",\n  \"surveyArea\": {\n    \"type\": \"Polygon\",\n    \"coordinates\": [[[78.4867, 17.3850], [78.4869, 17.3852], [78.4871, 17.3854], [78.4867, 17.3850]]]\n  },\n  \"parameters\": {\n    \"altitude\": 120,\n    \"speed\": 10,\n    \"overlap\": 30,\n    \"pattern\": \"crosshatch\"\n  },\n  \"schedule\": {\n    \"startTime\": \"2025-03-30T10:00:00Z\",\n    \"isRecurring\": true,\n    \"frequency\": \"daily\"\n  },\n  \"assignedDrone\": \"67e1da98552e7364ef6607fd\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/missions/","urlObject":{"path":["api","missions",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1d4085ea-28b1-4193-8d72-371f2b7bd274","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Survey Area 51\",\n  \"surveyArea\": {\n    \"type\": \"Polygon\",\n    \"coordinates\": [[[78.4867, 17.3850], [78.4869, 17.3852], [78.4871, 17.3854], [78.4867, 17.3850]]]\n  },\n  \"parameters\": {\n    \"altitude\": 120,\n    \"speed\": 10,\n    \"overlap\": 30,\n    \"pattern\": \"crosshatch\"\n  },\n  \"schedule\": {\n    \"startTime\": \"2025-03-30T10:00:00Z\",\n    \"isRecurring\": true,\n    \"frequency\": \"daily\"\n  },\n  \"assignedDrone\": \"67e1a6ba0486e5708807b9b6\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/missions/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"92"},{"key":"Date","value":"Mon, 24 Mar 2025 22:15:13 GMT"},{"key":"X-RateLimit-Reset","value":"1742855044"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"533"},{"key":"ETag","value":"W/\"215-0OaqVB8AaCukzIaU+fKXTPa/OKE\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Survey Area 51\",\n    \"status\": \"planned\",\n    \"surveyArea\": {\n        \"type\": \"Polygon\",\n        \"coordinates\": [\n            [\n                [\n                    78.4867,\n                    17.385\n                ],\n                [\n                    78.4869,\n                    17.3852\n                ],\n                [\n                    78.4871,\n                    17.3854\n                ],\n                [\n                    78.4867,\n                    17.385\n                ]\n            ]\n        ]\n    },\n    \"parameters\": {\n        \"altitude\": 120,\n        \"speed\": 10,\n        \"overlap\": 30,\n        \"pattern\": \"crosshatch\"\n    },\n    \"assignedDrone\": \"67e1a6ba0486e5708807b9b6\",\n    \"schedule\": {\n        \"startTime\": \"2025-03-30T10:00:00.000Z\",\n        \"isRecurring\": true,\n        \"frequency\": \"daily\"\n    },\n    \"progress\": 0,\n    \"eta\": 0.20930360723073027,\n    \"_id\": \"67e1d974552e7364ef6607e5\",\n    \"createdAt\": \"2025-03-24T22:15:16.641Z\",\n    \"updatedAt\": \"2025-03-24T22:15:16.641Z\",\n    \"__v\": 0\n}"},{"id":"195ce5e0-813b-498c-a6c3-c3ebd96551f1","name":"drone unavailable","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Survey Area 51\",\n  \"surveyArea\": {\n    \"type\": \"Polygon\",\n    \"coordinates\": [[[78.4867, 17.3850], [78.4869, 17.3852], [78.4871, 17.3854], [78.4867, 17.3850]]]\n  },\n  \"parameters\": {\n    \"altitude\": 120,\n    \"speed\": 10,\n    \"overlap\": 30,\n    \"pattern\": \"crosshatch\"\n  },\n  \"schedule\": {\n    \"startTime\": \"2025-03-30T10:00:00Z\",\n    \"isRecurring\": true,\n    \"frequency\": \"daily\"\n  },\n  \"assignedDrone\": \"67e1a6ba0486e5708807b9b6\"\n}\n","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/missions/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"90"},{"key":"Date","value":"Mon, 24 Mar 2025 22:15:59 GMT"},{"key":"X-RateLimit-Reset","value":"1742855044"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"31"},{"key":"ETag","value":"W/\"1f-7yzi5TZvCYuv8bVWjH5pGjK3bCs\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Drone unavailable\"\n}"}],"_postman_id":"a13efbf8-ab15-4755-ad7f-6674dcac3afc"},{"name":"update","id":"689f359e-3f7e-4fbd-8587-166b6443ccd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Area 52 survey\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/missions/:id","urlObject":{"path":["api","missions",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"67e1d974552e7364ef6607e6","key":"id"}]}},"response":[{"id":"46558070-ff5d-4643-bcb3-f16db1519f73","name":"success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Area 52 survey\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/missions/:id","host":["{{base_url}}"],"path":["api","missions",":id"],"variable":[{"key":"id","value":"67e1d974552e7364ef6607e5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"88"},{"key":"Date","value":"Mon, 24 Mar 2025 22:17:33 GMT"},{"key":"X-RateLimit-Reset","value":"1742855044"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"533"},{"key":"ETag","value":"W/\"215-4CqSQ4BCQL85KCul5Vhe76WuRdI\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"surveyArea\": {\n        \"type\": \"Polygon\",\n        \"coordinates\": [\n            [\n                [\n                    78.4867,\n                    17.385\n                ],\n                [\n                    78.4869,\n                    17.3852\n                ],\n                [\n                    78.4871,\n                    17.3854\n                ],\n                [\n                    78.4867,\n                    17.385\n                ]\n            ]\n        ]\n    },\n    \"parameters\": {\n        \"altitude\": 120,\n        \"speed\": 10,\n        \"overlap\": 30,\n        \"pattern\": \"crosshatch\"\n    },\n    \"schedule\": {\n        \"startTime\": \"2025-03-30T10:00:00.000Z\",\n        \"isRecurring\": true,\n        \"frequency\": \"daily\"\n    },\n    \"_id\": \"67e1d974552e7364ef6607e5\",\n    \"name\": \"Area 52 survey\",\n    \"status\": \"planned\",\n    \"assignedDrone\": \"67e1a6ba0486e5708807b9b6\",\n    \"progress\": 0,\n    \"eta\": 0.20930360723073027,\n    \"createdAt\": \"2025-03-24T22:15:16.641Z\",\n    \"updatedAt\": \"2025-03-24T22:17:33.664Z\",\n    \"__v\": 0\n}"},{"id":"650d10a6-f7dd-4645-858e-ceb5f1ee7f8d","name":"error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\":\"Area 52 survey\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/missions/:id","host":["{{base_url}}"],"path":["api","missions",":id"],"variable":[{"key":"id","value":"67e1d974552e7364ef6607e6"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"86"},{"key":"Date","value":"Mon, 24 Mar 2025 22:18:01 GMT"},{"key":"X-RateLimit-Reset","value":"1742855044"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"31"},{"key":"ETag","value":"W/\"1f-vq3/so3PYQPfL2afgZXFlUMemZs\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Mission not found\"\n}"}],"_postman_id":"689f359e-3f7e-4fbd-8587-166b6443ccd8"},{"name":"delete","id":"e1218cc0-5e17-423d-80bd-fc16d0b3f1ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/missions/:id","urlObject":{"path":["api","missions",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"67e1dae0552e7364ef660806","key":"id"}]}},"response":[{"id":"082ed9ad-271c-4d61-97b8-414396050b73","name":"sucess","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/missions/:id","host":["{{base_url}}"],"path":["api","missions",":id"],"variable":[{"key":"id","value":"67e1dae0552e7364ef660806"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"74"},{"key":"Date","value":"Mon, 24 Mar 2025 22:22:10 GMT"},{"key":"X-RateLimit-Reset","value":"1742855044"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"ETag","value":"W/\"2a-yL8h4YVLuSG3STPnCHSLVuSfatM\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Mission deleted successfully\"\n}"},{"id":"b56539cd-859f-4fa6-af0c-90a5d4b99294","name":"error","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/missions/:id","host":["{{base_url}}"],"path":["api","missions",":id"],"variable":[{"key":"id","value":"67e1dae0552e7364ef660806"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"73"},{"key":"Date","value":"Mon, 24 Mar 2025 22:22:18 GMT"},{"key":"X-RateLimit-Reset","value":"1742855044"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"31"},{"key":"ETag","value":"W/\"1f-vq3/so3PYQPfL2afgZXFlUMemZs\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Mission not found\"\n}"}],"_postman_id":"e1218cc0-5e17-423d-80bd-fc16d0b3f1ca"},{"name":"get by id","id":"154fa236-0c2a-4b69-8449-f4ea586b71f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/missions/:id","urlObject":{"path":["api","missions",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"67e1d974552e7364ef6607e7","key":"id"}]}},"response":[{"id":"fa6b6061-6490-4144-8a3a-ee532574c58c","name":"success","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/missions/:id","host":["{{base_url}}"],"path":["api","missions",":id"],"variable":[{"key":"id","value":"67e1d974552e7364ef6607e5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"85"},{"key":"Date","value":"Mon, 24 Mar 2025 22:18:30 GMT"},{"key":"X-RateLimit-Reset","value":"1742855044"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"875"},{"key":"ETag","value":"W/\"36b-bfNh8Yj50VO6SMTOj1RlNrWF3vg\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"surveyArea\": {\n        \"type\": \"Polygon\",\n        \"coordinates\": [\n            [\n                [\n                    78.4867,\n                    17.385\n                ],\n                [\n                    78.4869,\n                    17.3852\n                ],\n                [\n                    78.4871,\n                    17.3854\n                ],\n                [\n                    78.4867,\n                    17.385\n                ]\n            ]\n        ]\n    },\n    \"parameters\": {\n        \"altitude\": 120,\n        \"speed\": 10,\n        \"overlap\": 30,\n        \"pattern\": \"crosshatch\"\n    },\n    \"schedule\": {\n        \"startTime\": \"2025-03-30T10:00:00.000Z\",\n        \"isRecurring\": true,\n        \"frequency\": \"daily\"\n    },\n    \"_id\": \"67e1d974552e7364ef6607e5\",\n    \"name\": \"Area 52 survey\",\n    \"status\": \"planned\",\n    \"assignedDrone\": {\n        \"location\": {\n            \"type\": \"Point\",\n            \"coordinates\": [\n                40,\n                90\n            ]\n        },\n        \"specifications\": {\n            \"maxFlightTime\": 3,\n            \"maxSpeed\": 100,\n            \"maxAltitude\": 9,\n            \"sensors\": [\n                \"motion\",\n                \"audio\"\n            ]\n        },\n        \"_id\": \"67e1a6ba0486e5708807b9b6\",\n        \"name\": \"Drone 1\",\n        \"serialNumber\": \"1\",\n        \"status\": \"in-mission\",\n        \"batteryLevel\": 80,\n        \"maintenanceHistory\": [],\n        \"lastSeen\": \"2025-03-24T18:38:50.355Z\",\n        \"__v\": 0,\n        \"lastMission\": \"67e1d974552e7364ef6607e5\"\n    },\n    \"progress\": 0,\n    \"eta\": 0.20930360723073027,\n    \"createdAt\": \"2025-03-24T22:15:16.641Z\",\n    \"updatedAt\": \"2025-03-24T22:17:55.368Z\",\n    \"__v\": 0\n}"},{"id":"352f8e8e-5c97-4daf-a20f-f06e39264976","name":"not found error","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/missions/:id","host":["{{base_url}}"],"path":["api","missions",":id"],"variable":[{"key":"id","value":"67e1d974552e7364ef6607e7"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"84"},{"key":"Date","value":"Mon, 24 Mar 2025 22:18:42 GMT"},{"key":"X-RateLimit-Reset","value":"1742855044"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"31"},{"key":"ETag","value":"W/\"1f-vq3/so3PYQPfL2afgZXFlUMemZs\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Mission not found\"\n}"}],"_postman_id":"154fa236-0c2a-4b69-8449-f4ea586b71f8"},{"name":"get all","id":"6559229f-1396-4657-93a1-65e6eb0194ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/missions/","urlObject":{"path":["api","missions",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"4f572fe7-2892-49eb-972c-5c9fe6a9d2b8","name":"success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/missions/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"83"},{"key":"Date","value":"Mon, 24 Mar 2025 22:18:51 GMT"},{"key":"X-RateLimit-Reset","value":"1742855044"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"877"},{"key":"ETag","value":"W/\"36d-fMfqc60aRC7H641m06kfTr/MZro\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"surveyArea\": {\n            \"type\": \"Polygon\",\n            \"coordinates\": [\n                [\n                    [\n                        78.4867,\n                        17.385\n                    ],\n                    [\n                        78.4869,\n                        17.3852\n                    ],\n                    [\n                        78.4871,\n                        17.3854\n                    ],\n                    [\n                        78.4867,\n                        17.385\n                    ]\n                ]\n            ]\n        },\n        \"parameters\": {\n            \"altitude\": 120,\n            \"speed\": 10,\n            \"overlap\": 30,\n            \"pattern\": \"crosshatch\"\n        },\n        \"schedule\": {\n            \"startTime\": \"2025-03-30T10:00:00.000Z\",\n            \"isRecurring\": true,\n            \"frequency\": \"daily\"\n        },\n        \"_id\": \"67e1d974552e7364ef6607e5\",\n        \"name\": \"Area 52 survey\",\n        \"status\": \"planned\",\n        \"assignedDrone\": {\n            \"location\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    40,\n                    90\n                ]\n            },\n            \"specifications\": {\n                \"maxFlightTime\": 3,\n                \"maxSpeed\": 100,\n                \"maxAltitude\": 9,\n                \"sensors\": [\n                    \"motion\",\n                    \"audio\"\n                ]\n            },\n            \"_id\": \"67e1a6ba0486e5708807b9b6\",\n            \"name\": \"Drone 1\",\n            \"serialNumber\": \"1\",\n            \"status\": \"in-mission\",\n            \"batteryLevel\": 80,\n            \"maintenanceHistory\": [],\n            \"lastSeen\": \"2025-03-24T18:38:50.355Z\",\n            \"__v\": 0,\n            \"lastMission\": \"67e1d974552e7364ef6607e5\"\n        },\n        \"progress\": 0,\n        \"eta\": 0.20930360723073027,\n        \"createdAt\": \"2025-03-24T22:15:16.641Z\",\n        \"updatedAt\": \"2025-03-24T22:17:55.368Z\",\n        \"__v\": 0\n    }\n]"}],"_postman_id":"6559229f-1396-4657-93a1-65e6eb0194ae"},{"name":"get mission stats","id":"28aa9969-4265-479e-b4bb-ce38ef4462db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/missions/statistics","urlObject":{"path":["api","missions","statistics"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"f791b802-9d11-4966-9980-5d08041b4850","name":"success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/missions/statistics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"72"},{"key":"Date","value":"Mon, 24 Mar 2025 22:23:00 GMT"},{"key":"X-RateLimit-Reset","value":"1742855044"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"74"},{"key":"ETag","value":"W/\"4a-SOClNfBfD2WPxa605T3r4UPkZGA\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"planned\",\n        \"count\": 2,\n        \"avgProgress\": 0,\n        \"avgETA\": 0.20930360723073027\n    }\n]"}],"_postman_id":"28aa9969-4265-479e-b4bb-ce38ef4462db"},{"name":"update mission progress","id":"0a18405e-d3ad-4204-891b-af2547bf52cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"progress\":90\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/missions/:id/progress","urlObject":{"path":["api","missions",":id","progress"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"67e1daca552e7364ef660802","key":"id"}]}},"response":[{"id":"feb2c82d-a55c-4f88-b2dc-57d728ab6018","name":"success","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"progress\":90\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/missions/:id/progress","host":["{{base_url}}"],"path":["api","missions",":id","progress"],"variable":[{"key":"id","value":"67e1daca552e7364ef660801"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"97"},{"key":"Date","value":"Mon, 24 Mar 2025 22:25:01 GMT"},{"key":"X-RateLimit-Reset","value":"1742855968"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"881"},{"key":"ETag","value":"W/\"371-turCZt3Hz0qVSCI//hnII5GSgAE\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"surveyArea\": {\n        \"type\": \"Polygon\",\n        \"coordinates\": [\n            [\n                [\n                    78.4867,\n                    17.385\n                ],\n                [\n                    78.4869,\n                    17.3852\n                ],\n                [\n                    78.4871,\n                    17.3854\n                ],\n                [\n                    78.4867,\n                    17.385\n                ]\n            ]\n        ]\n    },\n    \"parameters\": {\n        \"altitude\": 120,\n        \"speed\": 10,\n        \"overlap\": 30,\n        \"pattern\": \"crosshatch\"\n    },\n    \"schedule\": {\n        \"startTime\": \"2025-03-30T10:00:00.000Z\",\n        \"isRecurring\": true,\n        \"frequency\": \"daily\"\n    },\n    \"_id\": \"67e1daca552e7364ef660801\",\n    \"name\": \"Survey Area 53\",\n    \"status\": \"in-progress\",\n    \"assignedDrone\": {\n        \"location\": {\n            \"type\": \"Point\",\n            \"coordinates\": [\n                10,\n                90\n            ]\n        },\n        \"specifications\": {\n            \"maxFlightTime\": 3,\n            \"maxSpeed\": 100,\n            \"maxAltitude\": 9,\n            \"sensors\": [\n                \"motion\",\n                \"audio\"\n            ]\n        },\n        \"_id\": \"67e1da8f552e7364ef6607fa\",\n        \"name\": \"Drone 1\",\n        \"serialNumber\": \"3\",\n        \"status\": \"in-mission\",\n        \"batteryLevel\": 80,\n        \"maintenanceHistory\": [],\n        \"lastSeen\": \"2025-03-24T22:19:59.259Z\",\n        \"__v\": 0,\n        \"lastMission\": \"67e1daca552e7364ef660801\"\n    },\n    \"progress\": 90,\n    \"eta\": 0.020930360723073027,\n    \"createdAt\": \"2025-03-24T22:20:58.652Z\",\n    \"updatedAt\": \"2025-03-24T22:25:01.313Z\",\n    \"__v\": 0\n}"},{"id":"084affd7-7db7-49f2-8c0d-1becb05c0d74","name":"error","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"progress\":90\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/api/missions/:id/progress","host":["{{base_url}}"],"path":["api","missions",":id","progress"],"variable":[{"key":"id","value":"67e1daca552e7364ef660802"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"96"},{"key":"Date","value":"Mon, 24 Mar 2025 22:25:22 GMT"},{"key":"X-RateLimit-Reset","value":"1742855968"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"31"},{"key":"ETag","value":"W/\"1f-vq3/so3PYQPfL2afgZXFlUMemZs\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Mission not found\"\n}"}],"_postman_id":"0a18405e-d3ad-4204-891b-af2547bf52cc"}],"id":"7fe65240-b050-4011-91e5-9c13c3c100bc","_postman_id":"7fe65240-b050-4011-91e5-9c13c3c100bc","description":""},{"name":"reports","item":[{"name":"create","id":"ff835e0c-c937-45a4-85b7-a279a4079b96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"missionId\": \"67e1daca552e7364ef660801\",\n  \"images\": [\n    \"https://example.com/image1.jpg\",\n    \"https://example.com/image2.jpg\",\n    \"https://example.com/image3.jpg\"\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/reports/generate","urlObject":{"path":["api","reports","generate"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"5428223c-3fb1-49e1-a77b-af87cf724a45","name":"success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"missionId\": \"67e1daca552e7364ef660801\",\n  \"images\": [\n    \"https://example.com/image1.jpg\",\n    \"https://example.com/image2.jpg\",\n    \"https://example.com/image3.jpg\"\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/api/reports/generate"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"99"},{"key":"Date","value":"Mon, 24 Mar 2025 22:35:25 GMT"},{"key":"X-RateLimit-Reset","value":"1742856626"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"474"},{"key":"ETag","value":"W/\"1da-sQYOlJc4RQ3/ZvX5kFGLMzzphfU\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"missionId\": \"67e1daca552e7364ef660801\",\n    \"summary\": \"Mission \\\"Survey Area 53\\\" completed. No detailed analysis available due to an error.\",\n    \"flightStats\": {\n        \"duration\": 4.04435,\n        \"distance\": 125.58216433843816,\n        \"coverage\": 1971.359999990811\n    },\n    \"analysis\": [\n        {\n            \"objects\": [\n                \"tree\",\n                \"building\"\n            ],\n            \"confidence\": 0.9\n        },\n        {\n            \"objects\": [\n                \"tree\",\n                \"building\"\n            ],\n            \"confidence\": 0.9\n        },\n        {\n            \"objects\": [\n                \"tree\",\n                \"building\"\n            ],\n            \"confidence\": 0.9\n        }\n    ],\n    \"_id\": \"67e1de30bc2fd12cf4c67fb3\",\n    \"generatedAt\": \"2025-03-24T22:35:28.290Z\",\n    \"__v\": 0\n}"}],"_postman_id":"ff835e0c-c937-45a4-85b7-a279a4079b96"},{"name":"get all","id":"8b161ec1-5ef4-4b81-82b7-0d9fbb3b29c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/reports/","urlObject":{"path":["api","reports",""],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"c04ddb73-9898-44fa-9168-6a467adcf503","name":"success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/api/reports/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"98"},{"key":"Date","value":"Mon, 24 Mar 2025 22:36:25 GMT"},{"key":"X-RateLimit-Reset","value":"1742856626"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"989"},{"key":"ETag","value":"W/\"3dd-RylqwIlCX19y+XO/zmMEAK0SXLQ\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"flightStats\": {\n            \"duration\": 4.04435,\n            \"distance\": 125.58216433843816,\n            \"coverage\": 1971.359999990811\n        },\n        \"_id\": \"67e1de30bc2fd12cf4c67fb3\",\n        \"missionId\": {\n            \"surveyArea\": {\n                \"type\": \"Polygon\",\n                \"coordinates\": [\n                    [\n                        [\n                            78.4867,\n                            17.385\n                        ],\n                        [\n                            78.4869,\n                            17.3852\n                        ],\n                        [\n                            78.4871,\n                            17.3854\n                        ],\n                        [\n                            78.4867,\n                            17.385\n                        ]\n                    ]\n                ]\n            },\n            \"parameters\": {\n                \"altitude\": 120,\n                \"speed\": 10,\n                \"overlap\": 30,\n                \"pattern\": \"crosshatch\"\n            },\n            \"schedule\": {\n                \"startTime\": \"2025-03-30T10:00:00.000Z\",\n                \"isRecurring\": true,\n                \"frequency\": \"daily\"\n            },\n            \"_id\": \"67e1daca552e7364ef660801\",\n            \"name\": \"Survey Area 53\",\n            \"status\": \"in-progress\",\n            \"assignedDrone\": \"67e1da8f552e7364ef6607fa\",\n            \"progress\": 90,\n            \"eta\": 0.020930360723073027,\n            \"createdAt\": \"2025-03-24T22:20:58.652Z\",\n            \"updatedAt\": \"2025-03-24T22:25:01.313Z\",\n            \"__v\": 0\n        },\n        \"summary\": \"Mission \\\"Survey Area 53\\\" completed. No detailed analysis available due to an error.\",\n        \"analysis\": [\n            {\n                \"objects\": [\n                    \"tree\",\n                    \"building\"\n                ],\n                \"confidence\": 0.9\n            },\n            {\n                \"objects\": [\n                    \"tree\",\n                    \"building\"\n                ],\n                \"confidence\": 0.9\n            },\n            {\n                \"objects\": [\n                    \"tree\",\n                    \"building\"\n                ],\n                \"confidence\": 0.9\n            }\n        ],\n        \"generatedAt\": \"2025-03-24T22:35:28.290Z\",\n        \"__v\": 0\n    }\n]"}],"_postman_id":"8b161ec1-5ef4-4b81-82b7-0d9fbb3b29c8"},{"name":"get by id","id":"5fdf7a5f-b3b2-4127-a894-67b170d2a2d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/api/reports/:id","urlObject":{"path":["api","reports",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"67e1de30bc2fd12cf4c67fb3","key":"id"}]}},"response":[{"id":"fda487a2-07b6-4357-a445-12d69b97b69b","name":"success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/api/reports/:id","host":["{{base_url}}"],"path":["api","reports",":id"],"variable":[{"key":"id","value":"67e1de30bc2fd12cf4c67fb3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"97"},{"key":"Date","value":"Mon, 24 Mar 2025 22:37:04 GMT"},{"key":"X-RateLimit-Reset","value":"1742856626"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"987"},{"key":"ETag","value":"W/\"3db-39awK2Uf5g6mU19NhIkyhMqRC+U\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"flightStats\": {\n        \"duration\": 4.04435,\n        \"distance\": 125.58216433843816,\n        \"coverage\": 1971.359999990811\n    },\n    \"_id\": \"67e1de30bc2fd12cf4c67fb3\",\n    \"missionId\": {\n        \"surveyArea\": {\n            \"type\": \"Polygon\",\n            \"coordinates\": [\n                [\n                    [\n                        78.4867,\n                        17.385\n                    ],\n                    [\n                        78.4869,\n                        17.3852\n                    ],\n                    [\n                        78.4871,\n                        17.3854\n                    ],\n                    [\n                        78.4867,\n                        17.385\n                    ]\n                ]\n            ]\n        },\n        \"parameters\": {\n            \"altitude\": 120,\n            \"speed\": 10,\n            \"overlap\": 30,\n            \"pattern\": \"crosshatch\"\n        },\n        \"schedule\": {\n            \"startTime\": \"2025-03-30T10:00:00.000Z\",\n            \"isRecurring\": true,\n            \"frequency\": \"daily\"\n        },\n        \"_id\": \"67e1daca552e7364ef660801\",\n        \"name\": \"Survey Area 53\",\n        \"status\": \"in-progress\",\n        \"assignedDrone\": \"67e1da8f552e7364ef6607fa\",\n        \"progress\": 90,\n        \"eta\": 0.020930360723073027,\n        \"createdAt\": \"2025-03-24T22:20:58.652Z\",\n        \"updatedAt\": \"2025-03-24T22:25:01.313Z\",\n        \"__v\": 0\n    },\n    \"summary\": \"Mission \\\"Survey Area 53\\\" completed. No detailed analysis available due to an error.\",\n    \"analysis\": [\n        {\n            \"objects\": [\n                \"tree\",\n                \"building\"\n            ],\n            \"confidence\": 0.9\n        },\n        {\n            \"objects\": [\n                \"tree\",\n                \"building\"\n            ],\n            \"confidence\": 0.9\n        },\n        {\n            \"objects\": [\n                \"tree\",\n                \"building\"\n            ],\n            \"confidence\": 0.9\n        }\n    ],\n    \"generatedAt\": \"2025-03-24T22:35:28.290Z\",\n    \"__v\": 0\n}"}],"_postman_id":"5fdf7a5f-b3b2-4127-a894-67b170d2a2d9"},{"name":"delete","id":"b2f22751-ced5-4867-865f-b3f98bcfb8cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/api/reports/:id","urlObject":{"path":["api","reports",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"type":"any","value":"67e1dea8bc2fd12cf4c67fbb","key":"id"}]}},"response":[{"id":"87ac105c-f9a7-4c73-acfa-9eaca3b6a3e1","name":"success","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/api/reports/:id","host":["{{base_url}}"],"path":["api","reports",":id"],"variable":[{"key":"id","value":"67e1dea8bc2fd12cf4c67fbb"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-RateLimit-Limit","value":"100"},{"key":"X-RateLimit-Remaining","value":"95"},{"key":"Date","value":"Mon, 24 Mar 2025 22:37:39 GMT"},{"key":"X-RateLimit-Reset","value":"1742856626"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"41"},{"key":"ETag","value":"W/\"29-C6eDQeH5P2FxKQPTm7L88XtSVZE\""},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Report deleted successfully\"\n}"}],"_postman_id":"b2f22751-ced5-4867-865f-b3f98bcfb8cc"}],"id":"e46b26ab-e4db-44b4-8ac5-34c696dc518d","_postman_id":"e46b26ab-e4db-44b4-8ac5-34c696dc518d","description":""},{"name":"New Request","id":"a90a7462-c334-4319-a6f2-71868a8a8078","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"a90a7462-c334-4319-a6f2-71868a8a8078"}]}