{"info":{"_postman_id":"a8da85ec-3ff0-41e1-b9d2-297fc03b8215","name":"posts","description":"<html><head></head><body><p>A collection with requests for <code>/posts</code> endpoint.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13348269","collectionId":"a8da85ec-3ff0-41e1-b9d2-297fc03b8215","publishedId":"UV5ZAw6H","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-10-20T17:15:29.000Z"},"item":[{"name":"Get All Posts","id":"3cdb783a-84e6-4ca0-9ba7-84b23932b62f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/posts","description":"<h2 id=\"response\">Response</h2>\n<hr />\n<p>List of post details where each list item contains:</p>\n<ul>\n<li>post_id</li>\n<li>body</li>\n<li>privacy</li>\n<li>author_erp</li>\n<li>posted_at</li>\n<li>resource, a list of resources where each item contains<ul>\n<li>resource_id</li>\n<li>resource_url</li>\n<li>resource_type</li>\n</ul>\n</li>\n<li>top_3_reactions, a list of 3 reactions where each item contains<ul>\n<li>reaction_type_id</li>\n<li>reaction_count</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"a8da85ec-3ff0-41e1-b9d2-297fc03b8215","id":"a8da85ec-3ff0-41e1-b9d2-297fc03b8215","name":"posts","type":"collection"}},"urlObject":{"path":["posts"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"69155fa2-1a08-4c6f-abb3-5960664d0990","name":"Mock Get All Posts With Query Params","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/posts?author_erp=17855","host":["{{base_url}}"],"path":["posts"],"query":[{"key":"author_erp","value":"17855"}]}},"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":"991"},{"key":"ETag","value":"W/\"3df-HCQ+ZHdhpKiKVqNKr/d71o2VB6s\""},{"key":"Date","value":"Tue, 19 Oct 2021 20:21:52 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            \"post_id\": 3,\n            \"body\": \"Some post content body\",\n            \"privacy\": \"public\",\n            \"author_erp\": \"17855\",\n            \"posted_at\": \"2021-09-17 17:53:40\",\n            \"top_3_reactions\": [\n                {\n                    \"reaction_type_id\": 2,\n                    \"reaction_count\": 2\n                }\n            ],\n            \"resources\": [\n                {\n                    \"resource_id\": 5,\n                    \"resource_url\": \"www.google.com/images\",\n                    \"resource_type\": \"image\"\n                },\n                {\n                    \"resource_id\": 6,\n                    \"resource_url\": \"www.youtube.com\",\n                    \"resource_type\": \"video\"\n                }\n            ]\n        },\n        {\n            \"post_id\": 2,\n            \"body\": \"Some post content body\",\n            \"privacy\": \"public\",\n            \"author_erp\": \"17855\",\n            \"posted_at\": \"2021-09-17 16:53:40\",\n            \"top_3_reactions\": [\n                {\n                    \"reaction_type_id\": 4,\n                    \"reaction_count\": 2\n                },\n                {\n                    \"reaction_type_id\": 2,\n                    \"reaction_count\": 1\n                }\n            ],\n            \"resources\": [\n                {\n                    \"resource_id\": 3,\n                    \"resource_url\": \"www.google.com/images\",\n                    \"resource_type\": \"image\"\n                },\n                {\n                    \"resource_id\": 4,\n                    \"resource_url\": \"www.youtube.com\",\n                    \"resource_type\": \"video\"\n                }\n            ]\n        },\n        {\n            \"post_id\": 1,\n            \"body\": \"Some post content body\",\n            \"privacy\": \"public\",\n            \"author_erp\": \"17855\",\n            \"posted_at\": \"2021-09-17 15:53:40\",\n            \"top_3_reactions\": [\n                {\n                    \"reaction_type_id\": 2,\n                    \"reaction_count\": 3\n                }\n            ],\n            \"resources\": [\n                {\n                    \"resource_id\": 1,\n                    \"resource_url\": \"www.google.com/images\",\n                    \"resource_type\": \"image\"\n                },\n                {\n                    \"resource_id\": 2,\n                    \"resource_url\": \"www.youtube.com\",\n                    \"resource_type\": \"video\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"ba6a2e3a-2668-42e8-aee7-aae6b81dfa1f","name":"Mock Get All Posts","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/posts"},"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":"2570"},{"key":"ETag","value":"W/\"a0a-Z10FNDkn/vgQtnHbdbppt4uc6ZA\""},{"key":"Date","value":"Tue, 19 Oct 2021 20:58:15 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            \"post_id\": 8,\n            \"body\": \"Some post content body\",\n            \"privacy\": \"public\",\n            \"author_erp\": \"17619\",\n            \"posted_at\": \"2021-09-17 18:58:40\",\n            \"top_3_reactions\": [\n                {\n                    \"reaction_type_id\": 2,\n                    \"reaction_count\": 2\n                },\n                {\n                    \"reaction_type_id\": 1,\n                    \"reaction_count\": 1\n                }\n            ],\n            \"resources\": [\n                {\n                    \"resource_id\": 13,\n                    \"resource_url\": \"www.google.com/images\",\n                    \"resource_type\": \"image\"\n                },\n                {\n                    \"resource_id\": 14,\n                    \"resource_url\": \"www.youtube.com\",\n                    \"resource_type\": \"video\"\n                }\n            ]\n        },\n        {\n            \"post_id\": 9,\n            \"body\": \"Some post content body\",\n            \"privacy\": \"public\",\n            \"author_erp\": \"17619\",\n            \"posted_at\": \"2021-09-17 18:58:40\",\n            \"top_3_reactions\": null,\n            \"resources\": null\n        },\n        {\n            \"post_id\": 6,\n            \"body\": \"Some post content body\",\n            \"privacy\": \"limited\",\n            \"author_erp\": \"15030\",\n            \"posted_at\": \"2021-09-17 18:55:40\",\n            \"top_3_reactions\": [\n                {\n                    \"reaction_type_id\": 2,\n                    \"reaction_count\": 2\n                },\n                {\n                    \"reaction_type_id\": 4,\n                    \"reaction_count\": 1\n                }\n            ],\n            \"resources\": [\n                {\n                    \"resource_id\": 9,\n                    \"resource_url\": \"www.google.com/images\",\n                    \"resource_type\": \"image\"\n                },\n                {\n                    \"resource_id\": 10,\n                    \"resource_url\": \"www.youtube.com\",\n                    \"resource_type\": \"video\"\n                }\n            ]\n        },\n        {\n            \"post_id\": 5,\n            \"body\": \"Some post content body\",\n            \"privacy\": \"public\",\n            \"author_erp\": \"15030\",\n            \"posted_at\": \"2021-09-17 17:55:40\",\n            \"top_3_reactions\": [\n                {\n                    \"reaction_type_id\": 2,\n                    \"reaction_count\": 1\n                }\n            ],\n            \"resources\": [\n                {\n                    \"resource_id\": 7,\n                    \"resource_url\": \"www.google.com/images\",\n                    \"resource_type\": \"image\"\n                },\n                {\n                    \"resource_id\": 8,\n                    \"resource_url\": \"www.youtube.com\",\n                    \"resource_type\": \"video\"\n                }\n            ]\n        },\n        {\n            \"post_id\": 3,\n            \"body\": \"Some post content body\",\n            \"privacy\": \"public\",\n            \"author_erp\": \"17855\",\n            \"posted_at\": \"2021-09-17 17:53:40\",\n            \"top_3_reactions\": [\n                {\n                    \"reaction_type_id\": 2,\n                    \"reaction_count\": 2\n                }\n            ],\n            \"resources\": [\n                {\n                    \"resource_id\": 5,\n                    \"resource_url\": \"www.google.com/images\",\n                    \"resource_type\": \"image\"\n                },\n                {\n                    \"resource_id\": 6,\n                    \"resource_url\": \"www.youtube.com\",\n                    \"resource_type\": \"video\"\n                }\n            ]\n        },\n        {\n            \"post_id\": 7,\n            \"body\": \"Some post content body\",\n            \"privacy\": \"public\",\n            \"author_erp\": \"17619\",\n            \"posted_at\": \"2021-09-17 16:56:40\",\n            \"top_3_reactions\": [\n                {\n                    \"reaction_type_id\": 5,\n                    \"reaction_count\": 3\n                }\n            ],\n            \"resources\": [\n                {\n                    \"resource_id\": 11,\n                    \"resource_url\": \"www.google.com/images\",\n                    \"resource_type\": \"image\"\n                },\n                {\n                    \"resource_id\": 12,\n                    \"resource_url\": \"www.youtube.com\",\n                    \"resource_type\": \"video\"\n                }\n            ]\n        },\n        {\n            \"post_id\": 2,\n            \"body\": \"Some post content body\",\n            \"privacy\": \"public\",\n            \"author_erp\": \"17855\",\n            \"posted_at\": \"2021-09-17 16:53:40\",\n            \"top_3_reactions\": [\n                {\n                    \"reaction_type_id\": 4,\n                    \"reaction_count\": 2\n                },\n                {\n                    \"reaction_type_id\": 2,\n                    \"reaction_count\": 1\n                }\n            ],\n            \"resources\": [\n                {\n                    \"resource_id\": 3,\n                    \"resource_url\": \"www.google.com/images\",\n                    \"resource_type\": \"image\"\n                },\n                {\n                    \"resource_id\": 4,\n                    \"resource_url\": \"www.youtube.com\",\n                    \"resource_type\": \"video\"\n                }\n            ]\n        },\n        {\n            \"post_id\": 4,\n            \"body\": \"Some post content body\",\n            \"privacy\": \"private\",\n            \"author_erp\": \"15030\",\n            \"posted_at\": \"2021-09-17 15:55:40\",\n            \"top_3_reactions\": [\n                {\n                    \"reaction_type_id\": 2,\n                    \"reaction_count\": 1\n                },\n                {\n                    \"reaction_type_id\": 1,\n                    \"reaction_count\": 1\n                }\n            ],\n            \"resources\": null\n        },\n        {\n            \"post_id\": 1,\n            \"body\": \"Some post content body\",\n            \"privacy\": \"public\",\n            \"author_erp\": \"17855\",\n            \"posted_at\": \"2021-09-17 15:53:40\",\n            \"top_3_reactions\": [\n                {\n                    \"reaction_type_id\": 2,\n                    \"reaction_count\": 2\n                }\n            ],\n            \"resources\": [\n                {\n                    \"resource_id\": 1,\n                    \"resource_url\": \"www.google.com/images\",\n                    \"resource_type\": \"image\"\n                },\n                {\n                    \"resource_id\": 2,\n                    \"resource_url\": \"www.youtube.com\",\n                    \"resource_type\": \"video\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"3cdb783a-84e6-4ca0-9ba7-84b23932b62f"},{"name":"Get Post By Id","id":"9de417ea-223c-4410-bf8d-5c13046c1f5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/posts/2","description":"<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li>post_id</li>\n<li>privacy</li>\n<li>body</li>\n<li>author_erp</li>\n<li>posted_at</li>\n<li>resource, a list of resources where each item contains<ul>\n<li>resource_id</li>\n<li>resource_url</li>\n<li>resource_type</li>\n</ul>\n</li>\n<li>top_3_reactions, a list of 3 reactions where each item contains<ul>\n<li>reaction_type_id</li>\n<li>reaction_count</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"a8da85ec-3ff0-41e1-b9d2-297fc03b8215","id":"a8da85ec-3ff0-41e1-b9d2-297fc03b8215","name":"posts","type":"collection"}},"urlObject":{"path":["posts","2"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"5d3dc357-f3db-4168-8cdf-0c5d02480b44","name":"Mock Get Post By Id","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/posts/2"},"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":"363"},{"key":"ETag","value":"W/\"16b-2qB83M4+RDWqD/mfgAW9cpBtNbE\""},{"key":"Date","value":"Tue, 19 Oct 2021 21:34:57 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        \"post_id\": 2,\n        \"body\": \"Some post content body\",\n        \"privacy\": \"public\",\n        \"author_erp\": \"17855\",\n        \"posted_at\": \"2021-09-17 16:53:40\",\n        \"top_3_reactions\": [\n            {\n                \"reaction_type_id\": 4,\n                \"reaction_count\": 2\n            },\n            {\n                \"reaction_type_id\": 2,\n                \"reaction_count\": 1\n            }\n        ],\n        \"resources\": [\n            {\n                \"resource_id\": 3,\n                \"resource_url\": \"www.google.com/images\",\n                \"resource_type\": \"image\"\n            },\n            {\n                \"resource_id\": 4,\n                \"resource_url\": \"www.youtube.com\",\n                \"resource_type\": \"video\"\n            }\n        ]\n    }\n}"}],"_postman_id":"9de417ea-223c-4410-bf8d-5c13046c1f5b"},{"name":"Get All Reactions Of A Post","id":"e677d468-6adf-44e5-9038-a90bf768652f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/posts/2/reactions","description":"<h2 id=\"response\">Response</h2>\n<hr />\n<p>List of post reactions where each list item contains:</p>\n<ul>\n<li>post_id</li>\n<li>reaction_type_id</li>\n<li>student_erp</li>\n<li>reacted_at</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"a8da85ec-3ff0-41e1-b9d2-297fc03b8215","id":"a8da85ec-3ff0-41e1-b9d2-297fc03b8215","name":"posts","type":"collection"}},"urlObject":{"path":["posts","2","reactions"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"fa3b50d3-e596-4439-ac0e-5b8589abd2ec","name":"Mock Get All Reactions Of A Post","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/posts/2/reactions"},"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":"328"},{"key":"ETag","value":"W/\"148-8UgGAwNAScq8ed+17fx8NQM1Vzo\""},{"key":"Date","value":"Wed, 20 Oct 2021 16:54: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            \"post_id\": 2,\n            \"reaction_type_id\": 4,\n            \"student_erp\": \"15030\",\n            \"reacted_at\": \"2021-09-17 15:53:40\"\n        },\n        {\n            \"post_id\": 2,\n            \"reaction_type_id\": 4,\n            \"student_erp\": \"17619\",\n            \"reacted_at\": \"2021-09-17 15:53:40\"\n        },\n        {\n            \"post_id\": 2,\n            \"reaction_type_id\": 2,\n            \"student_erp\": \"17855\",\n            \"reacted_at\": \"2021-09-17 15:53:40\"\n        }\n    ]\n}"}],"_postman_id":"e677d468-6adf-44e5-9038-a90bf768652f"},{"name":"Add A Post","id":"0d882058-72e0-4009-bb18-bacac7e819dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"body\": \"Some post content body\",\r\n    \"privacy\": \"public\",\r\n    \"author_erp\": \"17855\",\r\n    \"posted_at\": \"2021-09-17 15:53:40\",\r\n    \"resources\": [\r\n        {\r\n            \"resource_url\": \"www.google.com/images\",\r\n            \"resource_type\": \"image\"\r\n        },\r\n        {\r\n            \"resource_url\": \"www.youtube.com\",\r\n            \"resource_type\": \"video\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/posts","description":"<p>These parameters have special rules:</p>\n<h3 id=\"privacy\">Privacy</h3>\n<p><code>privacy</code> can take one of these values:</p>\n<ul>\n<li><code>private</code> for friends only.</li>\n<li><code>public</code> for all users.</li>\n<li><code>limited</code> for selected users (custom audience).</li>\n</ul>\n<h3 id=\"author-erp\">Author ERP</h3>\n<ul>\n<li>Be a <strong>5</strong> digit string.</li>\n</ul>\n<h3 id=\"posted-at\">Posted at</h3>\n<ul>\n<li>Be a string.</li>\n<li>Have the format \"yyyy-mm-dd HH:mm:ss\".</li>\n</ul>\n<h3 id=\"resources\">Resources</h3>\n<ul>\n<li>Be an array</li>\n<li>Array can be empty</li>\n<li>Each array item to contain:<ul>\n<li><code>resource_url</code></li>\n<li><code>resource_type</code>, which can take the following values:<ul>\n<li><code>image</code>, if the media at the url is an image.</li>\n<li><code>video</code>, if the media at the url is a video.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li>post_id</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"a8da85ec-3ff0-41e1-b9d2-297fc03b8215","id":"a8da85ec-3ff0-41e1-b9d2-297fc03b8215","name":"posts","type":"collection"}},"urlObject":{"path":["posts"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ade0434d-586d-4482-9d9c-a0ef1d8183b6","name":"Mock Add A Post","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"body\": \"Some post content body\",\r\n    \"privacy\": \"public\",\r\n    \"author_erp\": \"17855\",\r\n    \"posted_at\": \"2021-09-17 15:53:40\",\r\n    \"resources\": [\r\n        {\r\n            \"resource_url\": \"www.google.com/images\",\r\n            \"resource_type\": \"image\"\r\n        },\r\n        {\r\n            \"resource_url\": \"www.youtube.com\",\r\n            \"resource_type\": \"video\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/posts"},"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-FPnEkmTRKMgFJb3kMRs5ZKv92R0\""},{"key":"Date","value":"Tue, 19 Oct 2021 20:02:58 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Post was created!\"\n    },\n    \"body\": {\n        \"post_id\": 1,\n        \"affected_rows\": 1\n    }\n}"}],"_postman_id":"0d882058-72e0-4009-bb18-bacac7e819dd"},{"name":"Add A Post Reaction","id":"96495c94-b9bd-493e-88b1-0dc889c334e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"student_erp\": \"17855\",\r\n    \"reaction_type_id\": 2,\r\n    \"reacted_at\": \"2021-09-17 15:53:40\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/posts/9/reactions","description":"<p>These parameters have special rules:</p>\n<h3 id=\"reacted-at\">Reacted At</h3>\n<ul>\n<li>Be a string.</li>\n<li>Have the format \"yyyy-mm-dd HH:mm:ss\".</li>\n</ul>\n<h3 id=\"student-erp\">Student ERP</h3>\n<ul>\n<li>Be a <strong>5</strong> digit string.</li>\n</ul>\n<hr />\n<h2 id=\"response\">Response</h2>\n<hr />\n<ul>\n<li>rows_affected</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"a8da85ec-3ff0-41e1-b9d2-297fc03b8215","id":"a8da85ec-3ff0-41e1-b9d2-297fc03b8215","name":"posts","type":"collection"}},"urlObject":{"path":["posts","9","reactions"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"22e478a3-b8b1-43f3-8897-31050bff00aa","name":"Mock Add A Post Reaction","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"student_erp\": \"17855\",\r\n    \"reaction_type_id\": 1,\r\n    \"reacted_at\": \"2021-09-17 15:53:40\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/posts/1/reactions"},"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":"89"},{"key":"ETag","value":"W/\"59-d4IJ23bENshfxr5qfMov0xLUT78\""},{"key":"Date","value":"Wed, 20 Oct 2021 16:45:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Post reaction was created!\"\n    },\n    \"body\": {\n        \"affected_rows\": 1\n    }\n}"}],"_postman_id":"96495c94-b9bd-493e-88b1-0dc889c334e8"},{"name":"Update A Post","id":"7868ae13-f82b-40fb-8d5a-140315ca8e4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"body\": \"Some post content body\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/posts/2","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":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"a8da85ec-3ff0-41e1-b9d2-297fc03b8215","id":"a8da85ec-3ff0-41e1-b9d2-297fc03b8215","name":"posts","type":"collection"}},"urlObject":{"path":["posts","2"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1e608caf-2c6e-47dc-aaa3-f1a8a479f35c","name":"Mock Update A Post","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"body\": \"Some updated body content\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/posts/2"},"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-A6u4vDR8YslbJ1T6oqfYCTMF++Q\""},{"key":"Date","value":"Tue, 19 Oct 2021 21:13:50 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Post 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":"7868ae13-f82b-40fb-8d5a-140315ca8e4c"},{"name":"Update A Post Reaction","id":"d3ba855a-854d-4954-b696-612a5e378744","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"reaction_type_id\": 2,\r\n    \"reacted_at\": \"2021-09-17 15:53:40\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/posts/1/reactions/17855","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":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"a8da85ec-3ff0-41e1-b9d2-297fc03b8215","id":"a8da85ec-3ff0-41e1-b9d2-297fc03b8215","name":"posts","type":"collection"}},"urlObject":{"path":["posts","1","reactions","17855"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ad98e919-2d7e-4bae-a854-20748b0ef482","name":"Mock Update A Post Reaction","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"reaction_type_id\": 2,\r\n    \"reacted_at\": \"2021-09-17 15:53:40\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/posts/1/reactions/17855"},"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":"163"},{"key":"ETag","value":"W/\"a3-6A/LN6Yw8g9NH0FGEXjzr5BO0rg\""},{"key":"Date","value":"Wed, 20 Oct 2021 16:57:47 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Post reaction 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":"d3ba855a-854d-4954-b696-612a5e378744"},{"name":"Delete A Post (Admin)","id":"f6db9bbc-3275-486c-ac9d-d80cbd039225","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{base_url}}/posts/10","description":"<h1 id=\"delete-an-activity-using-an-admin-token\">Delete an activity using an 'admin' token</h1>\n<p>Admins can delete any posts</p>\n<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","urlObject":{"path":["posts","10"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"cc61aa4c-fc1b-4cf5-a960-53e913ec4eeb","name":"Mock Delete A Post (Admin)","originalRequest":{"method":"DELETE","header":[],"url":"{{base_url}}/posts/10"},"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-00vbqI/g/OPsLP67GJhalPrJ3ng\""},{"key":"Date","value":"Tue, 19 Oct 2021 21:18:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Post has been deleted\"\n    },\n    \"body\": {\n        \"rows_removed\": 1\n    }\n}"}],"_postman_id":"f6db9bbc-3275-486c-ac9d-d80cbd039225"},{"name":"Delete A Post (Owner)","id":"bcc9c67f-f5e9-4119-86fc-54e992ef93b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/posts/11","description":"<h1 id=\"delete-an-activity-using-a-student-token\">Delete an activity using a 'student' token</h1>\n<p>The student must be the author of the post</p>\n<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":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"a8da85ec-3ff0-41e1-b9d2-297fc03b8215","id":"a8da85ec-3ff0-41e1-b9d2-297fc03b8215","name":"posts","type":"collection"}},"urlObject":{"path":["posts","11"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"bb7c9cfa-0c78-4eda-a188-7ce7b158f154","name":"Mock Delete A Post (Owner)","originalRequest":{"method":"DELETE","header":[],"url":"{{base_url}}/posts/11"},"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-00vbqI/g/OPsLP67GJhalPrJ3ng\""},{"key":"Date","value":"Tue, 19 Oct 2021 21:19:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Post has been deleted\"\n    },\n    \"body\": {\n        \"rows_removed\": 1\n    }\n}"}],"_postman_id":"bcc9c67f-f5e9-4119-86fc-54e992ef93b5"},{"name":"Delete A Post Reaction (Admin)","id":"4e52236a-68da-4a1a-976b-e70fe2415ea1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{base_url}}/posts/1/reactions/17855","description":"<h1 id=\"delete-a-post-reaction-using-an-admin-token\">Delete a post reaction using an 'admin' token</h1>\n<p>Admins can delete any post reactions</p>\n<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","urlObject":{"path":["posts","1","reactions","17855"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"705350bd-ca47-4071-873c-bef60602c6e4","name":"Mock Delete A Post Reaction (Admin)","originalRequest":{"method":"DELETE","header":[],"url":"{{base_url}}/posts/1/reactions/17855"},"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":"92"},{"key":"ETag","value":"W/\"5c-CgAxq3Th0PdnkHNrbR4EIBJ5a7I\""},{"key":"Date","value":"Wed, 20 Oct 2021 17:00:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Post reaction has been deleted\"\n    },\n    \"body\": {\n        \"rows_removed\": 1\n    }\n}"}],"_postman_id":"4e52236a-68da-4a1a-976b-e70fe2415ea1"},{"name":"Delete A Post Reaction (Owner)","id":"241072f6-37a2-4d3f-b877-7da3e6209721","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/posts/9/reactions/17855","description":"<h1 id=\"delete-a-post-reaction-using-a-student-account-token\">Delete a post reaction using a 'student' account token</h1>\n<p>Student must be the owner of the reaction</p>\n<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":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"a8da85ec-3ff0-41e1-b9d2-297fc03b8215","id":"a8da85ec-3ff0-41e1-b9d2-297fc03b8215","name":"posts","type":"collection"}},"urlObject":{"path":["posts","9","reactions","17855"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"a2a3ef80-c068-496b-b272-bce58d18b803","name":"Mock Delete A Post Reaction (Owner)","originalRequest":{"method":"DELETE","header":[],"url":"{{base_url}}/posts/9/reactions/17855"},"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":"92"},{"key":"ETag","value":"W/\"5c-CgAxq3Th0PdnkHNrbR4EIBJ5a7I\""},{"key":"Date","value":"Wed, 20 Oct 2021 17:00:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"headers\": {\n        \"error\": 0,\n        \"message\": \"Post reaction has been deleted\"\n    },\n    \"body\": {\n        \"rows_removed\": 1\n    }\n}"}],"_postman_id":"241072f6-37a2-4d3f-b877-7da3e6209721"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"793f0941-00b2-4531-bd2b-8099bc5a111c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d3334d32-c686-4da2-9e02-194950770172","type":"text/javascript","exec":[""]}}]}