{"info":{"_postman_id":"4f2c2877-0793-4aa4-92c3-d7c3b7ddb414","name":"Dashboard-DMS","description":"<html><head></head><body><p>API specification for Driver Monitoring System monitoring dashboard web app.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"31263321","collectionId":"4f2c2877-0793-4aa4-92c3-d7c3b7ddb414","publishedId":"2sA3QtcWEb","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-05-28T13:07:17.000Z"},"item":[{"name":"Auth","item":[{"name":"Register","id":"9d8ccb6d-cf54-463e-93a4-259eef22183e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test@example.com\",\n    \"password\": \"#Testing123\",\n    \"confirmation_password\": \"#Testing123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}:{{port}}/api/v1/auth/register","urlObject":{"port":"{{port}}","path":["api","v1","auth","register"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"35a54241-71a7-4080-a814-5a9d7eb1cfe0","name":"201 Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test@example.com\",\n    \"password\": \"#Testing123\",\n    \"confirmation_password\": \"#Testing123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}:{{port}}/api/v1/auth/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"User registered successfully\"\n}"},{"id":"042c0ffd-8652-43dc-a62f-0698e969e999","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test@example.com\",\n    \"password\": \"#Testing123\",\n    \"confirmation_password\": \"#Testing123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}:{{port}}/api/v1/auth/register"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failed\",\n    \"message\": \"This email is already associated with an account\"\n}"},{"id":"aa28f4cf-d7ee-4025-bea7-b17d13ddf7a8","name":"422 Validation Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test@example.com\",\n    \"password\": \"#Testing123\",\n    \"confirmation_password\": \"#Testing\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}:{{port}}/api/v1/auth/register"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failed\",\n    \"message\": \"\\\"confirmation_password\\\" must be [ref:password]\"\n}"}],"_postman_id":"9d8ccb6d-cf54-463e-93a4-259eef22183e"},{"name":"Login","event":[{"listen":"test","script":{"id":"36534a01-02d7-4949-97de-6f20c6fbc8f4","exec":["if (pm.response.code === 200) {","    let responseData = pm.response.json();","    pm.environment.set(\"user_id\", responseData.data.user.id);","    pm.environment.set(\"token\", responseData.data.token);","}"],"type":"text/javascript","packages":{}}}],"id":"37da7706-35eb-405c-9f6c-fd9beff9241e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test@example.com\",\n    \"password\": \"#Testing123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}:{{port}}/api/v1/auth/login","urlObject":{"port":"{{port}}","path":["api","v1","auth","login"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"849dbee8-8eb9-4f89-a853-cb27d2611dfd","name":"200 OK","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test@example.com\",\n    \"password\": \"#Testing123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}:{{port}}/api/v1/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"message\": \"User logged in successfully\",\n    \"data\": {\n        \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjJhMjExOWVmLWQzOTctNGI3Zi05NzRmLWMyN2JjNmQ2NjE5OSIsImlhdCI6MTcxODExMDU0NiwiZXhwIjoxNzE4NzE1MzQ2fQ.6JIqvzIT5Wdfjjse0cs8cmPyvsijh3GrSdDBEnLm-JA\",\n        \"user\": {\n            \"id\": \"83015264-d1ed-4a33-8203-3cc429611ab4\",\n            \"email\": \"test@example.com\",\n            \"created_at\": \"2024-06-11T12:46:54.241Z\"\n        }\n    }\n}"},{"id":"294248a2-fa37-4c3a-90d5-88f372ae2e2a","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test@example.com\",\n    \"password\": \"#Test123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}:{{port}}/api/v1/auth/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failed\",\n    \"message\": \"Email or password is incorrect\"\n}"},{"id":"40e8cc3c-7006-4088-9588-c12aa88e1616","name":"422 Validation Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"test@example.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}:{{port}}/api/v1/auth/login"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failed\",\n    \"message\": \"\\\"password\\\" is required\"\n}"}],"_postman_id":"37da7706-35eb-405c-9f6c-fd9beff9241e"},{"name":"Logout","id":"7e02f4eb-ad89-43bc-a23a-820c54298860","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{base_url}}:{{port}}/api/v1/auth/logout","urlObject":{"port":"{{port}}","path":["api","v1","auth","logout"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e9863177-34bb-4317-91a6-a13f3047a624","name":"200 OK","originalRequest":{"method":"DELETE","header":[],"url":"{{base_url}}:{{port}}/api/v1/auth/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"success\",\n    \"description\": \"Account logged out successfully\",\n    \"data\": {\n        \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjJhMjExOWVmLWQzOTctNGI3Zi05NzRmLWMyN2JjNmQ2NjE5OSIsImlhdCI6MTcxODExMDU0NiwiZXhwIjoxNzE4NzE1MzQ2fQ.6JIqvzIT5Wdfjjse0cs8cmPyvsijh3GrSdDBEnLm-JA\"\n    }\n}"},{"id":"45e981c1-ca6c-4853-be2c-a3d1f6bd4440","name":"403 Forbidden","originalRequest":{"method":"DELETE","header":[],"url":"{{base_url}}:{{port}}/api/v1/auth/logout"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failed\",\n    \"message\": \"`Authorization` header is required\"\n}"}],"_postman_id":"7e02f4eb-ad89-43bc-a23a-820c54298860"}],"id":"4b383313-4a5e-473e-b46f-f01cf8b7b4a9","_postman_id":"4b383313-4a5e-473e-b46f-f01cf8b7b4a9","description":""},{"name":"Vehicle","item":[{"name":"List Vehicles","event":[{"listen":"test","script":{"id":"99ddc45c-8347-4c76-98d8-55f0fcf2a6f5","exec":["if (pm.response.code === 200) {","    let responseData = pm.response.json();","    if (responseData.data.vehicles.length != 0) {","        pm.environment.set(\"vehicle_id\", responseData.data.vehicles[0].id);","    }","}"],"type":"text/javascript","packages":{}}}],"id":"af42b416-869b-4770-a531-431d9718e9d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}:{{port}}/api/v1/vehicles","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"db9dfff9-5d72-4092-94be-7a3eea68428c","id":"db9dfff9-5d72-4092-94be-7a3eea68428c","name":"Vehicle","type":"folder"}},"urlObject":{"port":"{{port}}","path":["api","v1","vehicles"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1de8169e-52ca-4841-be15-5d1687b78166","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}:{{port}}/api/v1/vehicles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"count\": 2,\n        \"vehicles\": [\n            {\n                \"id\": \"40e4fe42-c6a9-48e0-8745-461380e2ae5d\",\n                \"created_at\": \"2024-06-15T23:50:57.482Z\"\n            },\n            {\n                \"id\": \"45c1a8d1-b0e9-4c91-a177-603e3a63ebab\",\n                \"created_at\": \"2024-06-17T21:35:31.722Z\"\n            }\n        ]\n    }\n}"}],"_postman_id":"af42b416-869b-4770-a531-431d9718e9d9"},{"name":"Get Vehicle","id":"4f3a39f9-13e8-4192-88b6-0e1341161e5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}:{{port}}/api/v1/vehicles/:vehicle_id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"db9dfff9-5d72-4092-94be-7a3eea68428c","id":"db9dfff9-5d72-4092-94be-7a3eea68428c","name":"Vehicle","type":"folder"}},"urlObject":{"port":"{{port}}","path":["api","v1","vehicles",":vehicle_id"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>UUID</p>\n","type":"text/plain"},"type":"any","value":"{{vehicle_id}}","key":"vehicle_id"}]}},"response":[{"id":"7f576bfd-bdd5-437c-b2d8-0fb770009aca","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}:{{port}}/api/v1/vehicles/:vehicle_id","host":["{{base_url}}"],"port":"{{port}}","path":["api","v1","vehicles",":vehicle_id"],"variable":[{"key":"vehicle_id","value":"{{vehicle_id}}","description":"UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"id\": \"40e4fe42-c6a9-48e0-8745-461380e2ae5d\",\n        \"created_at\": \"2024-06-15T23:50:57.482Z\"\n    }\n}"}],"_postman_id":"4f3a39f9-13e8-4192-88b6-0e1341161e5c"}],"id":"db9dfff9-5d72-4092-94be-7a3eea68428c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"c6e92db7-d338-44db-9a3f-e6a09453c64d","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"7088d319-4199-4ff4-a101-c2c9164b1e45","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"db9dfff9-5d72-4092-94be-7a3eea68428c","description":""},{"name":"Video","item":[{"name":"List Videos","event":[{"listen":"test","script":{"id":"99ddc45c-8347-4c76-98d8-55f0fcf2a6f5","exec":["if (pm.response.code === 200) {","    let responseData = pm.response.json();","    if (responseData.data.videos.length != 0) {","        pm.environment.set(\"video_id\", responseData.data.videos[0].id);","    }","}"],"type":"text/javascript","packages":{}}}],"id":"54b4c12c-bcc6-4d52-b848-32d4b67e2bb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}:{{port}}/api/v1/vehicles/:vehicle_id/videos","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f46c4e6e-ee0f-4755-867e-2b00154d5923","id":"f46c4e6e-ee0f-4755-867e-2b00154d5923","name":"Video","type":"folder"}},"urlObject":{"port":"{{port}}","path":["api","v1","vehicles",":vehicle_id","videos"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>UUID</p>\n","type":"text/plain"},"type":"any","value":"{{vehicle_id}}","key":"vehicle_id"}]}},"response":[{"id":"912ed911-944a-445e-a934-5ceee9db4bad","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}:{{port}}/api/v1/vehicles/:vehicle_id/videos","host":["{{base_url}}"],"port":"{{port}}","path":["api","v1","vehicles",":vehicle_id","videos"],"variable":[{"key":"vehicle_id","value":"{{vehicle_id}}","description":"UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"origin-agent-cluster","value":"?1"},{"key":"referrer-policy","value":"no-referrer"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"288-e1lcULs+gTOhOXtXzCWvONb/Dxc\""},{"key":"X-Cloud-Trace-Context","value":"f1ddd709f809211af0cb4d2f6d4771a9;o=1"},{"key":"Date","value":"Tue, 18 Jun 2024 10:26:49 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"648"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"count\": 2,\n        \"videos\": [\n            {\n                \"vehicle_id\": \"40e4fe42-c6a9-48e0-8745-461380e2ae5d\",\n                \"id\": \"037a019d-b89c-4c0c-bae2-65b386a2716c\",\n                \"url\": \"https://storage.googleapis.com/dms-detection-footages-c241-ms01/2024-06-17/40e4fe42-c6a9-48e0-8745-461380e2ae5d-45559a73-16d9-4f5a-852c-b43794c932c5.mp4\",\n                \"created_at\": \"2024-06-17T20:16:51.723Z\"\n            },\n            {\n                \"vehicle_id\": \"40e4fe42-c6a9-48e0-8745-461380e2ae5d\",\n                \"id\": \"d9ba595b-9af7-434d-8a81-9f4934e1c460\",\n                \"url\": \"https://storage.googleapis.com/dms-detection-footages-c241-ms01/2024-06-15/40e4fe42-c6a9-48e0-8745-461380e2ae5d-c6104bfd-8db1-41dd-9170-2e33ab30e43f.mp4\",\n                \"created_at\": \"2024-06-15T23:53:21.687Z\"\n            }\n        ]\n    }\n}"}],"_postman_id":"54b4c12c-bcc6-4d52-b848-32d4b67e2bb0"},{"name":"Get Video","id":"e5af4e93-ad6d-4044-b021-63d7ac4e9601","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}:{{port}}/api/v1/vehicles/:vehicle_id/videos/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f46c4e6e-ee0f-4755-867e-2b00154d5923","id":"f46c4e6e-ee0f-4755-867e-2b00154d5923","name":"Video","type":"folder"}},"urlObject":{"port":"{{port}}","path":["api","v1","vehicles",":vehicle_id","videos",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"description":{"content":"<p>UUID</p>\n","type":"text/plain"},"type":"any","value":"{{vehicle_id}}","key":"vehicle_id"},{"description":{"content":"<p>UUID</p>\n","type":"text/plain"},"type":"any","value":"{{video_id}}","key":"id"}]}},"response":[{"id":"c2648b15-8ff1-41c0-adeb-1bfae83e2f25","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}:{{port}}/api/v1/vehicles/:vehicle_id/videos/:id","host":["{{base_url}}"],"port":"{{port}}","path":["api","v1","vehicles",":vehicle_id","videos",":id"],"variable":[{"key":"vehicle_id","value":"{{vehicle_id}}","description":"UUID"},{"key":"id","value":"{{video_id}}","description":"UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"origin-agent-cluster","value":"?1"},{"key":"referrer-policy","value":"no-referrer"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"146-2+o1h8UGRHZOxdelQJHOQfF8WuY\""},{"key":"X-Cloud-Trace-Context","value":"d927f81304a1f366d3f11042eae36c4c;o=1"},{"key":"Date","value":"Tue, 18 Jun 2024 10:27:22 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"326"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"vehicle_id\": \"40e4fe42-c6a9-48e0-8745-461380e2ae5d\",\n        \"id\": \"037a019d-b89c-4c0c-bae2-65b386a2716c\",\n        \"url\": \"https://storage.googleapis.com/dms-detection-footages-c241-ms01/2024-06-17/40e4fe42-c6a9-48e0-8745-461380e2ae5d-45559a73-16d9-4f5a-852c-b43794c932c5.mp4\",\n        \"created_at\": \"2024-06-17T20:16:51.723Z\"\n    }\n}"}],"_postman_id":"e5af4e93-ad6d-4044-b021-63d7ac4e9601"}],"id":"f46c4e6e-ee0f-4755-867e-2b00154d5923","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"c6e92db7-d338-44db-9a3f-e6a09453c64d","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"7088d319-4199-4ff4-a101-c2c9164b1e45","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"f46c4e6e-ee0f-4755-867e-2b00154d5923","description":""},{"name":"Alert","item":[{"name":"List Alerts","event":[{"listen":"test","script":{"id":"99ddc45c-8347-4c76-98d8-55f0fcf2a6f5","exec":["if (pm.response.code === 200) {","    let responseData = pm.response.json();","    if (responseData.data.alerts.length != 0) {","        pm.environment.set(\"alert_id\", responseData.data.alerts[0].id);","    }","}"],"type":"text/javascript","packages":{}}}],"id":"f8548faf-b3d1-4f6b-a462-afb783d45c81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}:{{port}}/api/v1/vehicles/:vehicle_id/videos/:video_id/alerts?limit=5&offset=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"56b74f77-8fc1-4935-9305-71b84a68011a","id":"56b74f77-8fc1-4935-9305-71b84a68011a","name":"Alert","type":"folder"}},"urlObject":{"port":"{{port}}","path":["api","v1","vehicles",":vehicle_id","videos",":video_id","alerts"],"host":["{{base_url}}"],"query":[{"key":"limit","value":"5"},{"key":"offset","value":"1"}],"variable":[{"description":{"content":"<p>UUID</p>\n","type":"text/plain"},"type":"any","value":"{{vehicle_id}}","key":"vehicle_id"},{"description":{"content":"<p>UUID</p>\n","type":"text/plain"},"type":"any","value":"{{video_id}}","key":"video_id"}]}},"response":[{"id":"5c5294c8-c433-4441-b5b6-9358ce5b757a","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}:{{port}}/api/v1/vehicles/:vehicle_id/videos/:video_id/alerts?limit=5&offset=1","host":["{{base_url}}"],"port":"{{port}}","path":["api","v1","vehicles",":vehicle_id","videos",":video_id","alerts"],"query":[{"key":"limit","value":"5"},{"key":"offset","value":"1"}],"variable":[{"key":"vehicle_id","value":"{{vehicle_id}}","description":"UUID"},{"key":"video_id","value":"{{video_id}}","description":"UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"origin-agent-cluster","value":"?1"},{"key":"referrer-policy","value":"no-referrer"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"4b6-TY43LWZpbGwBo1YtdlYcu6K82F8\""},{"key":"X-Cloud-Trace-Context","value":"cccc299b00c93a5cfb6df7c8a4779d54;o=1"},{"key":"Date","value":"Tue, 18 Jun 2024 10:27:41 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"1206"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"count\": 25,\n        \"alerts\": [\n            {\n                \"video_id\": \"037a019d-b89c-4c0c-bae2-65b386a2716c\",\n                \"id\": \"ea4d622e-df2d-4a95-9d2e-e8ff8b0a221c\",\n                \"ear\": 0,\n                \"mar\": 0,\n                \"sleep_duration\": 0,\n                \"yawning_duration\": 0,\n                \"focus_duration\": 0,\n                \"object_detected\": \"phone\",\n                \"time\": \"2024-06-17T13:16:32.816Z\"\n            },\n            {\n                \"video_id\": \"037a019d-b89c-4c0c-bae2-65b386a2716c\",\n                \"id\": \"1d780f98-4708-4bbc-9d3b-4b1448efbb46\",\n                \"ear\": 0,\n                \"mar\": 0,\n                \"sleep_duration\": 0,\n                \"yawning_duration\": 0,\n                \"focus_duration\": 0,\n                \"object_detected\": \"phone\",\n                \"time\": \"2024-06-17T13:16:33.039Z\"\n            },\n            {\n                \"video_id\": \"037a019d-b89c-4c0c-bae2-65b386a2716c\",\n                \"id\": \"85f5d868-13cd-4e68-a147-8ab34faeb7c8\",\n                \"ear\": 0,\n                \"mar\": 0,\n                \"sleep_duration\": 0,\n                \"yawning_duration\": 0,\n                \"focus_duration\": 0,\n                \"object_detected\": \"phone\",\n                \"time\": \"2024-06-17T13:16:33.712Z\"\n            },\n            {\n                \"video_id\": \"037a019d-b89c-4c0c-bae2-65b386a2716c\",\n                \"id\": \"9b58b7e2-0085-4fa7-a73d-a1acb393a3e7\",\n                \"ear\": 0,\n                \"mar\": 0,\n                \"sleep_duration\": 0,\n                \"yawning_duration\": 0,\n                \"focus_duration\": 0,\n                \"object_detected\": \"phone\",\n                \"time\": \"2024-06-17T13:16:35.988Z\"\n            },\n            {\n                \"video_id\": \"037a019d-b89c-4c0c-bae2-65b386a2716c\",\n                \"id\": \"83d9f8fc-8f2c-47d1-9432-4df94a77813d\",\n                \"ear\": 0,\n                \"mar\": 0,\n                \"sleep_duration\": 0,\n                \"yawning_duration\": 0,\n                \"focus_duration\": 0,\n                \"object_detected\": \"phone\",\n                \"time\": \"2024-06-17T13:16:36.219Z\"\n            }\n        ]\n    }\n}"}],"_postman_id":"f8548faf-b3d1-4f6b-a462-afb783d45c81"},{"name":"Get Alert","id":"023ff012-c687-45a0-a2df-fbaab1b78fbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}:{{port}}/api/v1/vehicles/:vehicle_id/videos/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"56b74f77-8fc1-4935-9305-71b84a68011a","id":"56b74f77-8fc1-4935-9305-71b84a68011a","name":"Alert","type":"folder"}},"urlObject":{"port":"{{port}}","path":["api","v1","vehicles",":vehicle_id","videos",":id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"4c6448dd-938a-4b34-b0b2-d63c8b616f41","description":{"content":"<p>UUID</p>\n","type":"text/plain"},"type":"any","value":"{{vehicle_id}}","key":"vehicle_id"},{"id":"b9b8df76-36a9-49e8-b0a8-e9d3b831b9d2","description":{"content":"<p>UUID</p>\n","type":"text/plain"},"type":"any","value":"{{video_id}}","key":"id"}]}},"response":[{"id":"9b66cea6-2b61-4514-b49e-a41a0232e144","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}:{{port}}/api/v1/vehicles/:vehicle_id/videos/:id","host":["{{base_url}}"],"port":"{{port}}","path":["api","v1","vehicles",":vehicle_id","videos",":id"],"variable":[{"key":"vehicle_id","value":"{{vehicle_id}}","description":"UUID"},{"key":"id","value":"{{video_id}}","description":"UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"access-control-allow-origin","value":"*"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"origin-agent-cluster","value":"?1"},{"key":"referrer-policy","value":"no-referrer"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"146-2+o1h8UGRHZOxdelQJHOQfF8WuY\""},{"key":"X-Cloud-Trace-Context","value":"7c54ccfff6b340a29c91c2b2d23e2175;o=1"},{"key":"Date","value":"Tue, 18 Jun 2024 10:28:00 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"326"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"data\": {\n        \"vehicle_id\": \"40e4fe42-c6a9-48e0-8745-461380e2ae5d\",\n        \"id\": \"037a019d-b89c-4c0c-bae2-65b386a2716c\",\n        \"url\": \"https://storage.googleapis.com/dms-detection-footages-c241-ms01/2024-06-17/40e4fe42-c6a9-48e0-8745-461380e2ae5d-45559a73-16d9-4f5a-852c-b43794c932c5.mp4\",\n        \"created_at\": \"2024-06-17T20:16:51.723Z\"\n    }\n}"}],"_postman_id":"023ff012-c687-45a0-a2df-fbaab1b78fbc"}],"id":"56b74f77-8fc1-4935-9305-71b84a68011a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"2c6998b9-ebfd-4fef-a1c6-d950eb92ffeb","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"0dabdc38-a32e-402e-bf54-4f482f19be66","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"56b74f77-8fc1-4935-9305-71b84a68011a","description":""}]}