{"info":{"_postman_id":"bb05d566-515e-41c9-9740-a911a8cfe36e","name":"Slack Bot","description":"<html><head></head><body><p>API that fetches the responses of users to the bot's questions.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13046478","collectionId":"bb05d566-515e-41c9-9740-a911a8cfe36e","publishedId":"Tz5jfg7E","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-03-07T08:13:54.000Z"},"item":[{"name":"https://viaxco-slack-bot.onrender.com/api/user-responses","id":"b96d7715-99b1-498b-bcc4-5bc647d0c2f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://viaxco-slack-bot.onrender.com/api/user-responses","description":"<p>An array of each user and their responses is returned with this request. Each object in the array corresponds to a user, and within the object, the username and responses of the user can be found.</p>\n","urlObject":{"protocol":"https","path":["api","user-responses"],"host":["viaxco-slack-bot","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"be350a01-71a1-4a75-8fba-a5a01053ab8c","name":"https://viaxco-slack-bot.onrender.com/api/user-responses","originalRequest":{"method":"GET","header":[],"url":"https://viaxco-slack-bot.onrender.com/api/user-responses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"340"},{"key":"Etag","value":"W/\"154-XNiJFAEcL6wes45/0VFIkaa4fiI\""},{"key":"Date","value":"Sun, 07 Mar 2021 00:10:32 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"username\": \"ajibadevic\",\n        \"responses\": [\n            {\n                \"question\": \"Welcome. How are you doing?\",\n                \"answer\": \"Neutral\"\n            },\n            {\n                \"question\": \"When are you free this week for a walk?\",\n                \"answer\": [\n                    \"14:00\",\n                    \"Sunday\"\n                ]\n            },\n            {\n                \"question\": \"What are your favorite hobbies?\",\n                \"answer\": [\n                    \"Movies\",\n                    \"Music\"\n                ]\n            },\n            {\n                \"question\": \"What are the first 3 digits on the number scale?\",\n                \"answer\": \"123\"\n            }\n        ]\n    }\n]"}],"_postman_id":"b96d7715-99b1-498b-bcc4-5bc647d0c2f0"},{"name":"https://viaxco-slack-bot.onrender.com/api/user-responses/ajibadevic","id":"2aa8d756-a80c-404f-b35c-4c9f5ff93533","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://viaxco-slack-bot.onrender.com/api/user-responses/ajibadevic","description":"<p>The username of the user is passed as a parameter with this request. A user object is returned and it contains the username and responses of the user.</p>\n","urlObject":{"protocol":"https","path":["api","user-responses","ajibadevic"],"host":["viaxco-slack-bot","onrender","com"],"query":[],"variable":[]}},"response":[{"id":"ae833c9c-3ac2-4d3b-beb6-21c28cb6eeef","name":"https://viaxco-slack-bot.onrender.com/api/user-responses/ajibadevic","originalRequest":{"method":"GET","header":[],"url":"https://viaxco-slack-bot.onrender.com/api/user-responses/ajibadevic"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"338"},{"key":"Etag","value":"W/\"152-IElNqR1YWoRiYUWTDvdwEj1yBiA\""},{"key":"Date","value":"Sun, 07 Mar 2021 00:11:08 GMT"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"username\": \"ajibadevic\",\n    \"responses\": [\n        {\n            \"question\": \"Welcome. How are you doing?\",\n            \"answer\": \"Neutral\"\n        },\n        {\n            \"question\": \"When are you free this week for a walk?\",\n            \"answer\": [\n                \"14:00\",\n                \"Sunday\"\n            ]\n        },\n        {\n            \"question\": \"What are your favorite hobbies?\",\n            \"answer\": [\n                \"Movies\",\n                \"Music\"\n            ]\n        },\n        {\n            \"question\": \"What are the first 3 digits on the number scale?\",\n            \"answer\": \"123\"\n        }\n    ]\n}"}],"_postman_id":"2aa8d756-a80c-404f-b35c-4c9f5ff93533"}]}