{"info":{"_postman_id":"5bda51cc-7edc-41c5-97d6-60262870a651","name":"terms","description":"<html><head></head><body><p>A collection with requests for <code>/terms</code> endpoint.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13348269","collectionId":"5bda51cc-7edc-41c5-97d6-60262870a651","publishedId":"UVJigZ54","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-12-06T17:20:04.000Z"},"item":[{"name":"Get All Terms","id":"7d4ae642-0d12-4cf9-a70b-c2d6abbbe819","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/terms","description":"<h2 id=\"response\">Response</h2>\n<hr />\n<p>List of term details where each list item contains:</p>\n<ul>\n<li><code>term_id</code></li>\n<li><code>term</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":true,"source":{"_postman_id":"5bda51cc-7edc-41c5-97d6-60262870a651","id":"5bda51cc-7edc-41c5-97d6-60262870a651","name":"terms","type":"collection"}},"urlObject":{"path":["terms"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"0a7e47f0-9fdf-4643-a1c2-1cf47a9f700d","name":"Mock Get All Terms","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/terms"},"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":"223"},{"key":"ETag","value":"W/\"df-FhmLyE5zdCApqWHoYFxK/9Z7YlU\""},{"key":"Date","value":"Mon, 06 Dec 2021 17:16:06 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            \"term_id\": 1,\n            \"term\": \"Fall 2021\"\n        },\n        {\n            \"term_id\": 2,\n            \"term\": \"Spring 2021\"\n        },\n        {\n            \"term_id\": 3,\n            \"term\": \"Fall 2020\"\n        },\n        {\n            \"term_id\": 4,\n            \"term\": \"Spring 2020\"\n        },\n        {\n            \"term_id\": 5,\n            \"term\": \"Summer 2020\"\n        }\n    ]\n}"}],"_postman_id":"7d4ae642-0d12-4cf9-a70b-c2d6abbbe819"},{"name":"Get Term By Id","id":"6fa0d598-74eb-42ff-83ad-5d64abfae426","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/terms/5","description":"<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li><code>term_id</code></li>\n<li><code>term</code></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":true,"source":{"_postman_id":"5bda51cc-7edc-41c5-97d6-60262870a651","id":"5bda51cc-7edc-41c5-97d6-60262870a651","name":"terms","type":"collection"}},"urlObject":{"path":["terms","5"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d4d7f8d9-e4cc-4fd2-af4a-ae321dc4a827","name":"Mock Get Term By Id","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/terms/5"},"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":"85"},{"key":"ETag","value":"W/\"55-P6p+aK6IACYOkBITmtIUMNfO1gA\""},{"key":"Date","value":"Mon, 06 Dec 2021 17:16: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        \"term_id\": 5,\n        \"term\": \"Summer 2020\"\n    }\n}"}],"_postman_id":"6fa0d598-74eb-42ff-83ad-5d64abfae426"},{"name":"Add A Term","id":"51634967-7121-4a19-bda8-6b2f18f92648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"term\":\"Fall 2021\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/terms","description":"<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li><code>term_id</code> New term's id.</li>\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":"5bda51cc-7edc-41c5-97d6-60262870a651","id":"5bda51cc-7edc-41c5-97d6-60262870a651","name":"terms","type":"collection"}},"urlObject":{"path":["terms"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"a1719b64-7a1b-413f-a010-23054c4441ce","name":"Mock Add A Term","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"term\":\"Spring 2021\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/terms"},"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":"92"},{"key":"ETag","value":"W/\"5c-A8Ley2PMuAY3Y8YYH4APmKwOSQk\""},{"key":"Date","value":"Mon, 06 Dec 2021 17:10:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Term was created!\"\n    },\n    \"body\": {\n        \"term_id\": 1,\n        \"affected_rows\": 1\n    }\n}"}],"_postman_id":"51634967-7121-4a19-bda8-6b2f18f92648"},{"name":"Update A Term","id":"416faa3c-cc2e-4e7d-89b2-07f69ddd96da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"term\":\"Winter 2021\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/terms/6","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":"5bda51cc-7edc-41c5-97d6-60262870a651","id":"5bda51cc-7edc-41c5-97d6-60262870a651","name":"terms","type":"collection"}},"urlObject":{"path":["terms","6"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"589ac68e-a229-48c1-b55c-af8f442a1740","name":"Mock Update A Term","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"term\":\"Winter 2021\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/terms/6"},"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":"154"},{"key":"ETag","value":"W/\"9a-eo0WWGqP8sMwBzhlnw9VyH4XXFQ\""},{"key":"Date","value":"Mon, 06 Dec 2021 17:16:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Term 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":"416faa3c-cc2e-4e7d-89b2-07f69ddd96da"},{"name":"Delete A Term","id":"241b996c-71db-4e19-95b3-3e6ed619e229","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/terms/6","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":"5bda51cc-7edc-41c5-97d6-60262870a651","id":"5bda51cc-7edc-41c5-97d6-60262870a651","name":"terms","type":"collection"}},"urlObject":{"path":["terms","6"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"447c5eed-3637-49de-a946-08eb1a2a8638","name":"Mock Delete A Term","originalRequest":{"method":"DELETE","header":[],"url":"{{base_url}}/terms/6"},"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":"83"},{"key":"ETag","value":"W/\"53-XRlG7lN16m+RbY3aNr9MXxRTq9A\""},{"key":"Date","value":"Mon, 06 Dec 2021 17:17:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Term has been deleted\"\n    },\n    \"body\": {\n        \"rows_removed\": 1\n    }\n}"}],"_postman_id":"241b996c-71db-4e19-95b3-3e6ed619e229"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"77d41ad7-4fb3-4fbd-881b-4b91208f1e44","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9d04623a-4fa9-499c-83f6-6acdb56ff491","type":"text/javascript","exec":[""]}}]}