{"info":{"_postman_id":"b5fc3076-61bb-47f9-b8b5-dc54ec087d79","name":"subjects","description":"<html><head></head><body><p>A collection with requests for <code>/subjects</code> endpoint.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13348269","collectionId":"b5fc3076-61bb-47f9-b8b5-dc54ec087d79","publishedId":"UV5cAbDZ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-10-26T07:35:36.000Z"},"item":[{"name":"Get All Subjects","id":"c381d1e8-c4eb-4f4f-8bd2-a8f87833a8cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/subjects","description":"<h2 id=\"response\">Response</h2>\n<hr />\n<p>List of subject details where each list item contains:</p>\n<ul>\n<li><code>subject_code</code></li>\n<li><code>subject</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":true,"source":{"_postman_id":"b5fc3076-61bb-47f9-b8b5-dc54ec087d79","id":"b5fc3076-61bb-47f9-b8b5-dc54ec087d79","name":"subjects","type":"collection"}},"urlObject":{"path":["subjects"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"18167630-1e90-4dca-8917-b34cc8eda409","name":"Mock Get All Subjects","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/subjects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"388"},{"key":"ETag","value":"W/\"184-Ulk6uTuky7P5TX2r2N9DNKztsuM\""},{"key":"Date","value":"Tue, 26 Oct 2021 07:31:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Success\"\n    },\n    \"body\": [\n        {\n            \"subject_code\": \"FIN201\",\n            \"subject\": \"Introduction to Business Finance\"\n        },\n        {\n            \"subject_code\": \"HUM201\",\n            \"subject\": \"Speech Communication\"\n        },\n        {\n            \"subject_code\": \"MKT201\",\n            \"subject\": \"Principles of Marketing\"\n        },\n        {\n            \"subject_code\": \"MTS101\",\n            \"subject\": \"Calculus 1\"\n        },\n        {\n            \"subject_code\": \"MTS232\",\n            \"subject\": \"Calculus 2\"\n        },\n        {\n            \"subject_code\": \"SCI102\",\n            \"subject\": \"Physics\"\n        }\n    ]\n}"}],"_postman_id":"c381d1e8-c4eb-4f4f-8bd2-a8f87833a8cd"},{"name":"Get Subject By Id","id":"5d3f50fa-5b3f-4af1-ada5-9ced4bdb242b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/subjects/MTS101","description":"<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li><code>subject_code</code></li>\n<li><code>subject</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":true,"source":{"_postman_id":"b5fc3076-61bb-47f9-b8b5-dc54ec087d79","id":"b5fc3076-61bb-47f9-b8b5-dc54ec087d79","name":"subjects","type":"collection"}},"urlObject":{"path":["subjects","MTS101"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"4f3a5204-0eac-4907-86c4-c366230a77a7","name":"Mock Get Subject By Id","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/subjects/MTS101"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"99"},{"key":"ETag","value":"W/\"63-jOa/Zq/SwZF8RKFNRsG+QPj1bNI\""},{"key":"Date","value":"Tue, 26 Oct 2021 07:31:42 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Success\"\n    },\n    \"body\": {\n        \"subject_code\": \"MTS101\",\n        \"subject\": \"Calculus 1\"\n    }\n}"}],"_postman_id":"5d3f50fa-5b3f-4af1-ada5-9ced4bdb242b"},{"name":"Add A Subject","id":"6b0aa8e2-a733-47d0-9f5e-2cf927b5c8ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"subject_code\":\"MKT201\",\r\n    \"subject\": \"Principles of Marketing\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/subjects","description":"<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li><code>affected_rows</code> Should be 1.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":true,"source":{"_postman_id":"b5fc3076-61bb-47f9-b8b5-dc54ec087d79","id":"b5fc3076-61bb-47f9-b8b5-dc54ec087d79","name":"subjects","type":"collection"}},"urlObject":{"path":["subjects"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"c737c5da-8215-45c8-aae0-42a1fb2d9c5e","name":"Mock Add A Subject","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"subject_code\":\"MTS101\",\r\n    \"subject\": \"Calculus 1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/subjects"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"ETag","value":"W/\"53-mh9i1MD3eYkIfwEMcJc0F/5aVf8\""},{"key":"Date","value":"Tue, 26 Oct 2021 07:26:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Subject was created!\"\n    },\n    \"body\": {\n        \"affected_rows\": 1\n    }\n}"}],"_postman_id":"6b0aa8e2-a733-47d0-9f5e-2cf927b5c8ca"},{"name":"Update A Subject","id":"ea0df5e2-6a63-4a4d-9c27-f45cf406d0d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"subject\":\"Calculus 1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/subjects/MTS101","description":"<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li>rows_matched</li>\n<li>rows_changed</li>\n<li>info</li>\n</ul>\n<p><em><strong>Note</strong></em> : <code>message</code> header indicates result.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":true,"source":{"_postman_id":"b5fc3076-61bb-47f9-b8b5-dc54ec087d79","id":"b5fc3076-61bb-47f9-b8b5-dc54ec087d79","name":"subjects","type":"collection"}},"urlObject":{"path":["subjects","MTS101"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"bdddf570-8b35-4962-bcb0-ddb9ca91327d","name":"Mock Update A Subject","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"subject\":\"Calculus I\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/subjects/MTS101"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"157"},{"key":"ETag","value":"W/\"9d-JsYgHfOLly02DH94cn7VGb+kJlU\""},{"key":"Date","value":"Tue, 26 Oct 2021 07:32:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Subject updated successfully\"\n    },\n    \"body\": {\n        \"rows_matched\": 1,\n        \"rows_changed\": 1,\n        \"info\": \"Rows matched: 1  Changed: 1  Warnings: 0\"\n    }\n}"}],"_postman_id":"ea0df5e2-6a63-4a4d-9c27-f45cf406d0d6"},{"name":"Delete A Subject","id":"d4a94419-6b0d-4059-8ad8-c68c16ac4bb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/subjects/MKT202","description":"<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li>rows_removed</li></ul>\n\n<p><em><strong>Note</strong></em> : <code>message</code> header indicates result.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":true,"source":{"_postman_id":"b5fc3076-61bb-47f9-b8b5-dc54ec087d79","id":"b5fc3076-61bb-47f9-b8b5-dc54ec087d79","name":"subjects","type":"collection"}},"urlObject":{"path":["subjects","MKT202"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"a4939019-c2bf-4a44-a9a3-62d2188ad470","name":"Mock Delete A Subject","originalRequest":{"method":"DELETE","header":[],"url":"{{base_url}}/subjects/MKT202"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"86"},{"key":"ETag","value":"W/\"56-0VEbLM2ZDKrsBt9Sl0aNWXE41o0\""},{"key":"Date","value":"Tue, 26 Oct 2021 07:33:11 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Subject has been deleted\"\n    },\n    \"body\": {\n        \"rows_removed\": 1\n    }\n}"}],"_postman_id":"d4a94419-6b0d-4059-8ad8-c68c16ac4bb6"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"ebd7e934-8d42-4c5d-ab41-d245778ee108","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5e9548b5-669e-4cf7-beb1-aca3dc44fe2b","type":"text/javascript","exec":[""]}}]}