{"info":{"_postman_id":"2158a2fc-114a-4686-ae7c-ac0b8985159d","name":"ignite-notification-collection","description":"<html><head></head><body><p>This is a simple microservice used to handle with notifications, all of this project was made on event ignite lab of educational institute Rocketseat. Check the .env.example to see how to configure your repo and use this system.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"25622444","collectionId":"2158a2fc-114a-4686-ae7c-ac0b8985159d","publishedId":"2s9YRFT9VC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-10-25T23:47:35.000Z"},"item":[{"name":"life checker","id":"cbe8d069-71a4-4c36-a470-9906e7b432de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base}}/life","description":"<p>Check if everything is ok with server</p>\n","urlObject":{"path":["life"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[{"id":"4f098e60-eaa2-4f16-83cf-ed342c6efeb3","name":"check life status","originalRequest":{"method":"GET","header":[],"url":"{{base}}/life"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Date","value":"Sat, 20 May 2023 04:20:06 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"cbe8d069-71a4-4c36-a470-9906e7b432de"},{"name":"create","id":"a824b334-86ac-4825-b66d-8947afc55fbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"recipientId\": \"b2315f00-79ac-4dd6-8023-9d54f69dc434\",\n    \"content\": \"Hey there!\",\n    \"category\": \"social\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base}}/notifications","description":"<p>This route create notifications. To insert the data on body, you need to follow this rules:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">recipientId = not empty\ncontent = length &gt;= 5 or length &lt;= 250\ncategory = not empty\n\n</code></pre>\n","urlObject":{"path":["notifications"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[{"id":"6be16cfb-df8c-40c1-a4fb-d7dcd6beccc8","name":"create notification","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"recipientId\": \"a8211bc4-22dd-4e8d-8e45-9c9a461c0b76\",\n    \"content\": \"Hey there!\",\n    \"category\": \"social\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base}}/notifications"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"158"},{"key":"ETag","value":"W/\"9e-VPegwZz/67jjGUIihV5n2YB0EVQ\""},{"key":"Date","value":"Sat, 20 May 2023 04:25:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"notification\": {\n        \"id\": \"6bb3f65d-061d-439d-8b4e-f4910bc856f4\",\n        \"content\": \"Hey there!\",\n        \"category\": \"social\",\n        \"recipientId\": \"b2ab2253-f171-4c64-b1fc-287ab25dffe0\"\n    }\n}"}],"_postman_id":"a824b334-86ac-4825-b66d-8947afc55fbc"},{"name":"read","id":"425d4a74-c3f8-4535-970f-d9a86e3bf869","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"{{base}}/notifications/6bb3f65d-061d-439d-8b4e-f4910bc856f4/read","description":"<p>Just mark as read using notification id</p>\n","urlObject":{"path":["notifications","6bb3f65d-061d-439d-8b4e-f4910bc856f4","read"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[{"id":"4ad6f5fe-1262-4d25-8f1d-e4726bee2f62","name":"mark as read","originalRequest":{"method":"PATCH","header":[],"url":"{{base}}/notifications/6bb3f65d-061d-439d-8b4e-f4910bc856f4/read"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Date","value":"Sat, 20 May 2023 04:31:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"425d4a74-c3f8-4535-970f-d9a86e3bf869"},{"name":"unread","id":"24956f44-9114-4375-a31c-24a775b5ec31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"{{base}}/notifications/6bb3f65d-061d-439d-8b4e-f4910bc856f4/unread","description":"<p>Just mark as unread using notification id</p>\n","urlObject":{"path":["notifications","6bb3f65d-061d-439d-8b4e-f4910bc856f4","unread"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[{"id":"88796e0c-1e86-4eb2-94f7-81b592efe8e1","name":"mark as unread","originalRequest":{"method":"PATCH","header":[],"url":"{{base}}/notifications/6bb3f65d-061d-439d-8b4e-f4910bc856f4/unread"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Date","value":"Sat, 20 May 2023 04:33:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"24956f44-9114-4375-a31c-24a775b5ec31"},{"name":"get","id":"7050ede7-cbda-4584-9eb3-66ada8417fc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base}}/notifications/from/b2ab2253-f171-4c64-b1fc-287ab25dffe0","description":"<p>Get all notifications using recipient id</p>\n","urlObject":{"path":["notifications","from","b2ab2253-f171-4c64-b1fc-287ab25dffe0"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[{"id":"20dc1c35-6efe-4d7b-89fb-113848131a43","name":"get notifications","originalRequest":{"method":"GET","header":[],"url":"{{base}}/notifications/from/b2ab2253-f171-4c64-b1fc-287ab25dffe0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"161"},{"key":"ETag","value":"W/\"a1-/TcY2CRJBiWByR90fVk11vdF7HQ\""},{"key":"Date","value":"Sat, 20 May 2023 04:34:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"notifications\": [\n        {\n            \"id\": \"6bb3f65d-061d-439d-8b4e-f4910bc856f4\",\n            \"content\": \"Hey there!\",\n            \"category\": \"social\",\n            \"recipientId\": \"b2ab2253-f171-4c64-b1fc-287ab25dffe0\"\n        }\n    ]\n}"}],"_postman_id":"7050ede7-cbda-4584-9eb3-66ada8417fc5"},{"name":"count notifications","id":"efacaebc-95ec-4788-a481-2fdec19d93be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base}}/notifications/count/from/b2ab2253-f171-4c64-b1fc-287ab25dffe0","description":"<p>Count how many notifications one recipient id have</p>\n","urlObject":{"path":["notifications","count","from","b2ab2253-f171-4c64-b1fc-287ab25dffe0"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[{"id":"f1be3b1f-6f72-49e0-bc07-baee27e32e88","name":"count notifications","originalRequest":{"method":"GET","header":[],"url":"{{base}}/notifications/count/from/b2ab2253-f171-4c64-b1fc-287ab25dffe0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"11"},{"key":"ETag","value":"W/\"b-qA97yBec1rrOyf2eVsYdWwFPOso\""},{"key":"Date","value":"Sat, 20 May 2023 04:35:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1\n}"}],"_postman_id":"efacaebc-95ec-4788-a481-2fdec19d93be"},{"name":"cancel notification","id":"7a8fd84c-8cb6-48fe-b490-9be48084588e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"{{base}}/notifications/6bb3f65d-061d-439d-8b4e-f4910bc856f4/cancel","description":"<p>Cancel one notification based on notification id</p>\n","urlObject":{"path":["notifications","6bb3f65d-061d-439d-8b4e-f4910bc856f4","cancel"],"host":["{{base}}"],"query":[],"variable":[]}},"response":[{"id":"fec63d84-217c-4f94-a462-faefd187c587","name":"cancel notification","originalRequest":{"method":"PATCH","header":[],"url":"{{base}}/notifications/6bb3f65d-061d-439d-8b4e-f4910bc856f4/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Date","value":"Sat, 20 May 2023 04:36:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"7a8fd84c-8cb6-48fe-b490-9be48084588e"}]}