{"info":{"_postman_id":"ddc11225-ba9a-4145-b8c2-c7bd45dce9fd","name":"Capstone K2A-01","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"38511458","collectionId":"ddc11225-ba9a-4145-b8c2-c7bd45dce9fd","publishedId":"2sB34eJN56","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-07-09T11:07:54.000Z"},"item":[{"name":"Subject","item":[{"name":"Get Subjects","id":"557d0dfe-add2-4f16-a6e3-5bb7260dd309","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3030/api/subjects","urlObject":{"path":["api","subjects"],"host":["localhost:3030"],"query":[],"variable":[]}},"response":[{"id":"749d4a2d-76a1-4d4e-a0b1-deab49dc62a2","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":"localhost:3030/api/subjects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 09 Jul 2025 09:51:37 GMT"},{"key":"Content-Length","value":"1071"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Subjects successfully retrieved\",\n    \"data\": [\n        {\n            \"id\": 10,\n            \"name\": \"Muhammad Nur Fattah\",\n            \"is_fatigued\": false,\n            \"created_at\": \"2025-05-11T11:58:16Z\",\n            \"updated_at\": \"2025-06-02T04:26:01Z\"\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Aqil Fauzi\",\n            \"is_fatigued\": false,\n            \"created_at\": \"2025-05-11T12:22:20Z\",\n            \"updated_at\": \"2025-05-26T07:58:49Z\"\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Arvin Mulia Fernanda\",\n            \"is_fatigued\": false,\n            \"created_at\": \"2025-05-21T01:24:37Z\",\n            \"updated_at\": \"2025-05-21T01:24:37Z\"\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Fatyatulhaq Diando N.\",\n            \"is_fatigued\": false,\n            \"created_at\": \"2025-05-21T01:25:26Z\",\n            \"updated_at\": \"2025-05-21T01:25:26Z\"\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Ariandamar\",\n            \"is_fatigued\": false,\n            \"created_at\": \"2025-05-21T01:25:43Z\",\n            \"updated_at\": \"2025-05-21T01:25:43Z\"\n        },\n        {\n            \"id\": 17,\n            \"name\": \"ananda muhammad reza\",\n            \"is_fatigued\": true,\n            \"created_at\": \"2025-06-02T03:13:32Z\",\n            \"updated_at\": \"2025-06-02T03:17:41Z\"\n        },\n        {\n            \"id\": 18,\n            \"name\": \"Andin\",\n            \"is_fatigued\": false,\n            \"created_at\": \"2025-06-02T03:21:59Z\",\n            \"updated_at\": \"2025-06-02T03:21:59Z\"\n        },\n        {\n            \"id\": 20,\n            \"name\": \"moga\",\n            \"is_fatigued\": true,\n            \"created_at\": \"2025-06-02T03:37:21Z\",\n            \"updated_at\": \"2025-06-02T03:37:51Z\"\n        }\n    ]\n}"}],"_postman_id":"557d0dfe-add2-4f16-a6e3-5bb7260dd309"},{"name":"Delete Subject","id":"207e3ef9-4cf0-48b0-9a89-03ba6b6c0a35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:3030/api/subjects/:subjectId","urlObject":{"path":["api","subjects",":subjectId"],"host":["localhost:3030"],"query":[],"variable":[{"type":"any","value":"18","key":"subjectId"}]}},"response":[{"id":"b569eb01-c195-49f4-8bb6-e31290c6b8c7","name":"200 - OK","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"localhost:3030/api/subjects/:subjectId","host":["localhost:3030"],"path":["api","subjects",":subjectId"],"variable":[{"key":"subjectId","value":"18"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 09 Jul 2025 10:59:27 GMT"},{"key":"Content-Length","value":"56"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Subject successfully deleted\"\n}"}],"_postman_id":"207e3ef9-4cf0-48b0-9a89-03ba6b6c0a35"},{"name":"Create Subject","id":"d580e7f1-0bfc-4178-ac16-3ad301bfe9ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Wahyu Cahyo\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3030/api/subjects","urlObject":{"path":["api","subjects"],"host":["localhost:3030"],"query":[],"variable":[]}},"response":[{"id":"1899c60f-2f41-4aa2-abae-308a9df15905","name":"201 - Created","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Wahyu Cahyo\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3030/api/subjects"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 09 Jul 2025 09:52:21 GMT"},{"key":"Content-Length","value":"56"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Subject successfully created\"\n}"}],"_postman_id":"d580e7f1-0bfc-4178-ac16-3ad301bfe9ab"}],"id":"6c567d92-24ce-4cb0-a439-967f7218223b","_postman_id":"6c567d92-24ce-4cb0-a439-967f7218223b","description":""},{"name":"Device","item":[{"name":"Set Device Subject","id":"4646c30a-d474-4834-b622-c4dc2e31c4cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"subject_id\":12\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:3030/api/devices/:deviceID/subjects","urlObject":{"path":["api","devices",":deviceID","subjects"],"host":["localhost:3030"],"query":[],"variable":[{"type":"any","value":"22","key":"deviceID"}]}},"response":[{"id":"cdc72b8c-fd90-4be7-8636-c7d69a54925e","name":"201 - Created","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"subject_id\":12\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:3030/api/devices/:deviceID/subjects","host":["localhost:3030"],"path":["api","devices",":deviceID","subjects"],"variable":[{"key":"deviceID","value":"22"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 09 Jul 2025 10:57:24 GMT"},{"key":"Content-Length","value":"63"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Device subject successfully updated\"\n}"}],"_postman_id":"4646c30a-d474-4834-b622-c4dc2e31c4cd"},{"name":"Get Devices","id":"95530d7d-3a11-4ee1-a3e7-7781918e7586","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3030/api/devices","urlObject":{"path":["api","devices"],"host":["localhost:3030"],"query":[],"variable":[]}},"response":[{"id":"ea2f9711-53ac-4e20-a8c9-5a22fd5cb719","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":"localhost:3030/api/devices"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 09 Jul 2025 09:55:22 GMT"},{"key":"Content-Length","value":"475"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Devices successfully retrieved\",\n    \"data\": [\n        {\n            \"id\": 20,\n            \"client_id\": \"c8:2e:18:26:65:90\",\n            \"device_status\": \"off\",\n            \"created_at\": \"2025-06-02T02:08:16Z\",\n            \"updated_at\": \"2025-06-02T04:20:42Z\"\n        },\n        {\n            \"id\": 22,\n            \"client_id\": \"34:94:54:f0:fe:bc\",\n            \"device_status\": \"off\",\n            \"created_at\": \"2025-06-02T02:27:48Z\",\n            \"updated_at\": \"2025-06-02T04:35:43Z\"\n        },\n        {\n            \"id\": 36,\n            \"client_id\": \"c8:2e:18:22:a2:c0\",\n            \"device_status\": \"off\",\n            \"created_at\": \"2025-06-02T04:33:48Z\",\n            \"updated_at\": \"2025-06-02T04:49:42Z\"\n        }\n    ]\n}"}],"_postman_id":"95530d7d-3a11-4ee1-a3e7-7781918e7586"},{"name":"Get Devices with Subject","id":"bc6a22e0-8618-4551-b654-b534e65bd872","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3030/api/devices/subjects","urlObject":{"path":["api","devices","subjects"],"host":["localhost:3030"],"query":[],"variable":[]}},"response":[{"id":"c2ad1b65-d1aa-4b45-95bf-7146ced1426f","name":"200 - OK","originalRequest":{"method":"GET","header":[],"url":"localhost:3030/api/devices/subjects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Wed, 09 Jul 2025 10:55:41 GMT"},{"key":"Content-Length","value":"577"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Devices successfully retrieved\",\n    \"data\": [\n        {\n            \"device_id\": 20,\n            \"device_status\": \"off\",\n            \"updated_at\": \"2025-06-02T04:20:42Z\",\n            \"subject_id\": 11,\n            \"name\": \"Aqil Fauzi\",\n            \"is_fatigued\": false,\n            \"created_at\": \"2025-06-02T01:44:28Z\"\n        },\n        {\n            \"device_id\": 22,\n            \"device_status\": \"off\",\n            \"updated_at\": \"2025-06-02T04:35:43Z\",\n            \"subject_id\": 10,\n            \"name\": \"Muhammad Nur Fattah\",\n            \"is_fatigued\": false,\n            \"created_at\": \"2025-06-02T01:46:40Z\"\n        },\n        {\n            \"device_id\": 36,\n            \"device_status\": \"off\",\n            \"updated_at\": \"2025-06-02T04:49:42Z\",\n            \"subject_id\": 14,\n            \"name\": \"Ariandamar\",\n            \"is_fatigued\": false,\n            \"created_at\": \"2025-06-02T02:24:28Z\"\n        }\n    ]\n}"}],"_postman_id":"bc6a22e0-8618-4551-b654-b534e65bd872"}],"id":"f3ed7399-5513-43ed-8bed-cdea78c764bb","_postman_id":"f3ed7399-5513-43ed-8bed-cdea78c764bb","description":""}],"event":[{"listen":"prerequest","script":{"id":"1c05ea35-9e12-4c60-b8a4-fe9f62e42aa1","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"7c5a4ffe-8a71-43ff-af03-b38ca5e5e2df","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"_base","value":"localhost:3030","type":"string"}]}