{"info":{"_postman_id":"d1bba2a6-fdf1-441e-a463-112eaa6b07f9","name":"Health-APP dev","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"11454502","collectionId":"d1bba2a6-fdf1-441e-a463-112eaa6b07f9","publishedId":"TVzSkxRW","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-01-13T10:14:51.000Z"},"item":[{"name":"Get all challenges","id":"370cceff-77ce-4713-87c2-6b32c9aa619a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://health1.webmobi.in/health/getallchallenges?user_id=0e168f507f12a7936af02d8bfeffb316&app_id=4588778","description":"<p>Get list of all public challenges and also the private challenges for which the user is invited</p>\n<p>First array is of all public challenges and second array is of the private challenges in which the user is invited</p>\n","urlObject":{"protocol":"https","path":["health","getallchallenges"],"host":["health1","webmobi","in"],"query":[{"key":"user_id","value":"0e168f507f12a7936af02d8bfeffb316"},{"key":"app_id","value":"4588778"}],"variable":[]}},"response":[],"_postman_id":"370cceff-77ce-4713-87c2-6b32c9aa619a"},{"name":"createchallenge","id":"4c004bde-5c57-441d-9cad-efea294b9359","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"app_id\":\"4588778\",\r\n   \"title\":\"My First Challenge\",\r\n   \"imageUrl\":\"imageUrl\",\r\n   \"description\":\"Description for My First Challenge\",\r\n   \"createdBy\":\"efxcfedtttt\",\r\n   \"challengeType\":\"steps\",\r\n   \"viewChallenge\":\"public\",\r\n   \"challengeStatus\":\"active\",\r\n   \"startDate\":\"2021-01-17\",\r\n   \"endDate\":\"2021-02-12\"\r\n   }","options":{"raw":{"language":"json"}}},"url":"https://health1.webmobi.in/health/createchallenge","description":"<p>create a new challenge</p>\n","urlObject":{"protocol":"https","path":["health","createchallenge"],"host":["health1","webmobi","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c004bde-5c57-441d-9cad-efea294b9359"},{"name":"update steps","id":"b4b31406-c321-4584-8928-112529d2836f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\":\"0024a035eea056c58c9ae7e7a0ab1a96\",\r\n    \"app_id\":\"69\",\r\n    \"date\":\"2021-01-13\",\r\n    \"steps\":\"250\",\r\n    \"time\":\"50000\",\r\n    \"distance\":\"3.02\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://health1.webmobi.in/health/updatesteps","description":"<p>add steps of the user by that date and if already added for that date updating the steps</p>\n","urlObject":{"protocol":"https","path":["health","updatesteps"],"host":["health1","webmobi","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4b31406-c321-4584-8928-112529d2836f"},{"name":"join challenge","id":"f0db957e-d6d3-4f0a-b92e-ed4e0d67753d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"app_id\":\"69\",\r\n    \"challenge_id\":\"30b9cba45bba372df206d7bb883596f6\",\r\n    \"user_id\":\"0024a035eea056c58c9ae7e7a0ab1a96\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://health1.webmobi.in/health/joinchallenge","description":"<p>to join the user id to given challenge id</p>\n","urlObject":{"protocol":"https","path":["health","joinchallenge"],"host":["health1","webmobi","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0db957e-d6d3-4f0a-b92e-ed4e0d67753d"},{"name":"createchallenge private","id":"35700c3c-2c1a-4c40-b572-9c4171c24b6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"app_id\":\"4588778\",\r\n   \"title\":\"My Private Challenge\",\r\n   \"imageUrl\":\"imageUrl\",\r\n   \"invitees\":\"011bee71452c46a6108cdab1198d05f8,014ed8fbcc34713fd507c26eedf630c0\",\r\n   \"description\":\"Description for My First Challenge\",\r\n   \"createdBy\":\"efxcfedtttt\",\r\n   \"challengeType\":\"steps\",\r\n   \"viewChallenge\":\"private\",\r\n   \"challengeStatus\":\"active\",\r\n   \"startDate\":\"2021-01-17\",\r\n   \"endDate\":\"2021-02-12\"\r\n   }","options":{"raw":{"language":"json"}}},"url":"https://health1.webmobi.in/health/createchallenge","description":"<p>when we are creating a private challenge we need to send inviteees filed also in the request body</p>\n","urlObject":{"protocol":"https","path":["health","createchallenge"],"host":["health1","webmobi","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"35700c3c-2c1a-4c40-b572-9c4171c24b6d"},{"name":"get leaderboard","id":"f13cda72-a528-49fa-8f5c-5fcdad8e83e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://health1.webmobi.in/health/getleaderboard?app_id=69&challenge_id=188db75276320da58f719671068bd3ec","description":"<p>This endpoint is used to fetch the leaderboard accordig to the app and the challenge</p>\n","urlObject":{"protocol":"https","path":["health","getleaderboard"],"host":["health1","webmobi","in"],"query":[{"key":"app_id","value":"69"},{"key":"challenge_id","value":"188db75276320da58f719671068bd3ec"}],"variable":[]}},"response":[],"_postman_id":"f13cda72-a528-49fa-8f5c-5fcdad8e83e6"},{"name":"register","id":"b5713656-9e46-4602-a1ff-b632a90f8e82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n \"email\":\"u@gmail.com\",\r\n \"password\":\"dfgfdgdfg3445@gdfgFG\",\r\n \"first_name\":\"ram\",\r\n \"last_name\":\"kaku\",\r\n \"phone\":\"1111111111\",\r\n \"state\":\"delhi\",\r\n \"username\":\"oeee\",\r\n \"mobile\":\"1234567891\",\r\n \"city\":\"delhi\",\r\n \"website\":\"nopo\",\r\n \"current_timezone\":\"ist\",\r\n \"country_code\":\"11343\",\r\n \"designation\":\"product manager \",\r\n \"profile_pic\":\"no\",\r\n \"fb_id\":\"sdfsdf\",\r\n \"linked_in_id\":\"sdf324\",\r\n \"registration_date\":\"yes some data\",\r\n \"reg_type\":\"not know\",\r\n\"description\": \"i am \",\r\n \"type\":\"attendee\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://health1.webmobi.in/health/register","description":"<p>To register the user </p>\n","urlObject":{"protocol":"https","path":["health","register"],"host":["health1","webmobi","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5713656-9e46-4602-a1ff-b632a90f8e82"},{"name":"login","id":"d0690dfa-864a-498f-9397-846b42433c98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n \"email\":\"udf@gmail.com\",\r\n \"password\":\"dfgfdgdfg3445@gdfgFG\",\r\n \"type\":\"attendee\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://health1.webmobi.in/health/login","description":"<p>to login the user</p>\n","urlObject":{"protocol":"https","path":["health","login"],"host":["health1","webmobi","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0690dfa-864a-498f-9397-846b42433c98"},{"name":"add Event Interest Tags","id":"c9507fbc-bb3c-4ad9-b4b7-a8e7c88ef0bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"appid\": \"0032f8a0c07fcb5e0a6caf01df1fbf813f7b\",\r\n      \"maininterest\": \"cloud\",\r\n      \"interest1\": \"aws,firebase,azure,\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://health1.webmobi.in/health/addeventinteresttags","description":"<p>we add the event interest tags for the particular event</p>\n","urlObject":{"protocol":"https","path":["health","addeventinteresttags"],"host":["health1","webmobi","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9507fbc-bb3c-4ad9-b4b7-a8e7c88ef0bc"},{"name":"get Event Interest Tags","id":"d2a4a65a-e1aa-4524-8f2e-a651cebdc5a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://health1.webmobi.in/health/geteventinteresttags?appid=0032f8a0c07fcb5e0a6caf01df1fbf813f7b","description":"<p>we fetch all the event interest tags for the particular event</p>\n","urlObject":{"protocol":"https","path":["health","geteventinteresttags"],"host":["health1","webmobi","in"],"query":[{"key":"appid","value":"0032f8a0c07fcb5e0a6caf01df1fbf813f7b"}],"variable":[]}},"response":[],"_postman_id":"d2a4a65a-e1aa-4524-8f2e-a651cebdc5a7"},{"name":"add Profile Details","id":"9fed3e11-9158-4e52-8d1e-0aa76b1c42ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\":\"00d72d674c510ca8228d14fdd69db562\",\r\n    \"maininterest\":\"cloud\",\r\n    \"interest1\":\"aws\",\r\n    \"appid\":\"0032f8a0c07fcb5e0a6caf01df1fbf813f7b\",\r\n    \"dates_avaliable\":\"01-02-2021\",\r\n    \"first_name\": \"Akki\",\r\n    \"last_name\":\"bhatt\",\r\n            \"mobile\": \"1234567891\",\r\n            \"fb_id\": \"dassad\",\r\n            \"linked_in_id\": \"dasdsa\",\r\n            \"company\": \"astha\",\r\n            \"designation\": \"Employee Guest\",\r\n            \"description\": \"adssad\",\r\n            \"user_blog\": \"dsasda\",\r\n            \"profile_pic\": \"adsdsa\",\r\n            \"country\": \"adsdsa\",\r\n            \"city\": \"adsdsa\",\r\n            \"fav_users\":\"[user1,user2]\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://health1.webmobi.in/health/addprofile","description":"<p>we add the user interest tags for the particular user</p>\n","urlObject":{"protocol":"https","path":["health","addprofile"],"host":["health1","webmobi","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fed3e11-9158-4e52-8d1e-0aa76b1c42ee"},{"name":"Matchmaking","id":"7ee4cbe2-7fdd-4083-84d5-1cfb0fd1532d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://health1.webmobi.in/health/matchmaking?appid=0032f8a0c07fcb5e0a6caf01df1fbf813f7b&user_id=020f7b440701e60179fd74ed7c18df1d","description":"<p>we fetch the list of users who interest match with the user we passed as a parameter.The scoring is based on for each main interest tags 2 points,for each sub interest tag match we assign 1 point,for same city we assign 8 points and for being \navailable on same date we assign 20 points/We send the list ordered by the score from highest to lowest</p>\n","urlObject":{"protocol":"https","path":["health","matchmaking"],"host":["health1","webmobi","in"],"query":[{"key":"appid","value":"0032f8a0c07fcb5e0a6caf01df1fbf813f7b"},{"key":"user_id","value":"020f7b440701e60179fd74ed7c18df1d"}],"variable":[]}},"response":[],"_postman_id":"7ee4cbe2-7fdd-4083-84d5-1cfb0fd1532d"},{"name":"reset password","id":"8c18fb8a-f58b-4d3a-b14e-83d259e401bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"beingakscool@gmail.com\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://health1.webmobi.in/health/passwordchange","description":"<p>the link is to reset the password gets send to email address provided by the user.On clicking the link the user gets a form to enter new password which gets updated in the database</p>\n","urlObject":{"protocol":"https","path":["health","passwordchange"],"host":["health1","webmobi","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c18fb8a-f58b-4d3a-b14e-83d259e401bb"},{"name":"get time slots","id":"62dd6392-de81-43ca-8286-4e91215c15e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://health1.webmobi.in/health/gettimeslots?app_id=118a0791336445e5ffcfa068cb12b7f8f5f2&user_id=7e69d4dca4b52a33a1dc8aa0751800e7&client_id=81814273308cff3aefebe98bf8545309","urlObject":{"protocol":"https","path":["health","gettimeslots"],"host":["health1","webmobi","in"],"query":[{"key":"app_id","value":"118a0791336445e5ffcfa068cb12b7f8f5f2"},{"key":"user_id","value":"7e69d4dca4b52a33a1dc8aa0751800e7"},{"key":"client_id","value":"81814273308cff3aefebe98bf8545309"}],"variable":[]}},"response":[],"_postman_id":"62dd6392-de81-43ca-8286-4e91215c15e7"},{"name":"get my meetings","id":"612dc822-23a4-4e2a-9284-c3d430fc76d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://health1.webmobi.in/health/getmymeetings?user_id=020af71e7fb55967eefa5b39daefe950&app_id=002b7e391d1ef1432e19c341ee54849f45ec","urlObject":{"protocol":"https","path":["health","getmymeetings"],"host":["health1","webmobi","in"],"query":[{"key":"user_id","value":"020af71e7fb55967eefa5b39daefe950"},{"key":"app_id","value":"002b7e391d1ef1432e19c341ee54849f45ec"}],"variable":[]}},"response":[],"_postman_id":"612dc822-23a4-4e2a-9284-c3d430fc76d8"},{"name":"add meeting","id":"a8611a81-2705-4f7b-b0c3-ea7105cd7bf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"app_id\":\"002b7e391d1ef1432e19c341ee54849f45ec\",\r\n    \"user_id\":\"020af71e7fb55967eefa5b39daefe950\",\r\n    \"client_id\":\"0e168f507f12a7936af02d8bfeffb316\",\r\n    \"type\":\"attendee\",\r\n    \"from\":\"10:30\",\r\n    \"to\":\"10:45\",\r\n    \"date\":\"2018-06-01\",\r\n    \"title\":\"dsasda\",\r\n    \"description\":\"dsadsa\",\r\n    \"status\":\"new time proposed\",\r\n   \"whorequest\":\"0e168f507f12a7936af02d8bfeffb316\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://health1.webmobi.in/health/addmeeting","urlObject":{"protocol":"https","path":["health","addmeeting"],"host":["health1","webmobi","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8611a81-2705-4f7b-b0c3-ea7105cd7bf6"},{"name":"Video upload","id":"b29bdf04-3d76-4f49-9c57-5c786ff42e40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"video","value":"","type":"text","disabled":true},{"key":"video","type":"file","src":"/C:/Users/kings/Videos/vlc-record-2020-02-17-21h47m58s-[TorrentCouch.net].The.Chilling.Adventures.of.Sabrina.S02E03.720p.WEBRip.x264.mp4-.mp4"}]},"url":"https://health1.webmobi.in/videoupload","description":"<p>Only 50 Mb size and Mp4 format are supported</p>\n","urlObject":{"protocol":"https","path":["videoupload"],"host":["health1","webmobi","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"b29bdf04-3d76-4f49-9c57-5c786ff42e40"},{"name":"get profile details","id":"958953f2-8b00-473b-a848-02893b611419","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"video","value":"","type":"text","disabled":true},{"key":"video","type":"file","src":"/C:/Users/kings/Videos/vlc-record-2020-02-17-21h47m58s-[TorrentCouch.net].The.Chilling.Adventures.of.Sabrina.S02E03.720p.WEBRip.x264.mp4-.mp4","disabled":true}]},"url":"https://health1.webmobi.in/health/getprofile?user_id=020f7b440701e60179fd74ed7c18df1d","urlObject":{"protocol":"https","path":["health","getprofile"],"host":["health1","webmobi","in"],"query":[{"key":"user_id","value":"020f7b440701e60179fd74ed7c18df1d"}],"variable":[]}},"response":[],"_postman_id":"958953f2-8b00-473b-a848-02893b611419"},{"name":"create poll","id":"c7797435-b999-474a-be8b-dfd5299da1f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"app_id\":\"dacdcabbc686af945a1771cb84c6ca632791\",\r\n    \"question\":\"who will win ipl?\",\r\n    \"options\":\"[kolkata,mumbai]\",\r\n    \"created_by\":\"user4\",\r\n    \"require_auth\":\"false\",\r\n    \"option_add_status\":\"true\",\r\n    \"voting_restriction\":\"false\",\r\n    \"customtheme\":\"false\",\r\n    \"main_color\":\"yel\",\r\n    \"option_color_1\":\"red1\",\r\n     \"option_color_2\":\"red2\",\r\n      \"option_color_3\":\"red3\",\r\n       \"option_color_4\":\"red4\",\r\n        \"option_color_5\":\"red5\",\r\n         \"option_color_6\":\"red6\",\r\n         \"image_background\":\"url_to_be_sent\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://health1.webmobi.in/health/createpoll","urlObject":{"protocol":"https","path":["health","createpoll"],"host":["health1","webmobi","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7797435-b999-474a-be8b-dfd5299da1f2"},{"name":"vote poll","id":"27baacb0-0e58-4064-85fa-aa92c76a924b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"option\":\"kolkata\",\r\n    \"poll_id\":\"44FL\",\r\n    \"user_id\":\"69683602f8cf21d3bef7ac5f0a5038a\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://health1.webmobi.in/health/vote","urlObject":{"protocol":"https","path":["health","vote"],"host":["health1","webmobi","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"27baacb0-0e58-4064-85fa-aa92c76a924b"},{"name":"get all polls","id":"69d2b5e2-9262-4bc6-a317-9f7f5a43de52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://health1.webmobi.in/health/getpolls?app_id=dacdcabbc686af945a1771cb84c6ca632791","urlObject":{"protocol":"https","path":["health","getpolls"],"host":["health1","webmobi","in"],"query":[{"key":"app_id","value":"dacdcabbc686af945a1771cb84c6ca632791"}],"variable":[]}},"response":[],"_postman_id":"69d2b5e2-9262-4bc6-a317-9f7f5a43de52"},{"name":"active status changer poll","id":"8c6f48c9-730e-4c7e-ae45-8332ab9d3d40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://health1.webmobi.in/health/changeactivestatus?app_id=dacdcabbc686af945a1771cb84c6ca632791&poll_id=44FL","urlObject":{"protocol":"https","path":["health","changeactivestatus"],"host":["health1","webmobi","in"],"query":[{"key":"app_id","value":"dacdcabbc686af945a1771cb84c6ca632791"},{"key":"poll_id","value":"44FL"}],"variable":[]}},"response":[],"_postman_id":"8c6f48c9-730e-4c7e-ae45-8332ab9d3d40"},{"name":"lock status changer poll","id":"b39f8e7c-6e39-452e-a1fc-0fc04229d405","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://health1.webmobi.in/health/changelockstatus?app_id=dacdcabbc686af945a1771cb84c6ca632791&poll_id=44FL","urlObject":{"protocol":"https","path":["health","changelockstatus"],"host":["health1","webmobi","in"],"query":[{"key":"app_id","value":"dacdcabbc686af945a1771cb84c6ca632791"},{"key":"poll_id","value":"44FL"}],"variable":[]}},"response":[],"_postman_id":"b39f8e7c-6e39-452e-a1fc-0fc04229d405"},{"name":"reset poll","id":"007959b5-21c8-49a0-bbe1-4674c4062450","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://health1.webmobi.in/health/resetpoll?app_id=dacdcabbc686af945a1771cb84c6ca632791&poll_id=44FL","urlObject":{"protocol":"https","path":["health","resetpoll"],"host":["health1","webmobi","in"],"query":[{"key":"app_id","value":"dacdcabbc686af945a1771cb84c6ca632791"},{"key":"poll_id","value":"44FL"}],"variable":[]}},"response":[],"_postman_id":"007959b5-21c8-49a0-bbe1-4674c4062450"},{"name":"featurelist","id":"09152587-ecfd-4360-a973-0389ff3b325a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://health1.webmobi.in/health/featurelist","urlObject":{"protocol":"https","path":["health","featurelist"],"host":["health1","webmobi","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"09152587-ecfd-4360-a973-0389ff3b325a"},{"name":"themelist","id":"0d98a22e-f392-4605-9058-77975dc0c2aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://health1.webmobi.in/health/themelist","urlObject":{"protocol":"https","path":["health","themelist"],"host":["health1","webmobi","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d98a22e-f392-4605-9058-77975dc0c2aa"},{"name":"dummy url to check token functionality","id":"efc1268d-ac02-4702-a24c-6f6f0be59a97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6Ijk5MmFjZDZmLWJiYTItNDc1Yi04MDZlLTQ3NzA5ZDIwMTEyYyIsImlhdCI6MTYxNjU2OTM4OSwiZXhwIjoxNjE3Nzc4OTg5fQ.7CtNppn6RV6McAgXdhYCqU_J13WNxgjqIexqb_UYjp4","type":"text"}],"url":"https://health1.webmobi.in/protected","urlObject":{"protocol":"https","path":["protected"],"host":["health1","webmobi","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"efc1268d-ac02-4702-a24c-6f6f0be59a97"},{"name":"invite collaborator","id":"2767c065-812a-4d30-aa34-6e3830ac3b26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"app_id\":\"dacdcabbc686af945a1771cb84c6ca632791\",\r\n    \"poll_id\":\"44FL\",\r\n    \"collaborator\":\"1913\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://health1.webmobi.in/health/updatecollaborator","urlObject":{"protocol":"https","path":["health","updatecollaborator"],"host":["health1","webmobi","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"2767c065-812a-4d30-aa34-6e3830ac3b26"},{"name":"get poll by id","id":"f254d7bc-f46c-4697-b618-c3e30c9a1c02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://health1.webmobi.in/health/getpollbyid?poll_id=44FL","urlObject":{"protocol":"https","path":["health","getpollbyid"],"host":["health1","webmobi","in"],"query":[{"key":"poll_id","value":"44FL"}],"variable":[]}},"response":[],"_postman_id":"f254d7bc-f46c-4697-b618-c3e30c9a1c02"},{"name":"slack challenge handshake","id":"a16b6603-d19b-44fd-a63f-e03fe48241ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"token\": \"Jhj5dZrVaK7ZwHHjRyZWjbDl\",\r\n    \"challenge\": \"3eZbrw1aBm2rZgRNFdxV2595E9CY3gmdALWMmHkvFXO7tYXAYM8P\",\r\n    \"type\": \"url_verification\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://health1.webmobi.in/slack","urlObject":{"protocol":"https","path":["slack"],"host":["health1","webmobi","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"a16b6603-d19b-44fd-a63f-e03fe48241ef"},{"name":"get features of app","id":"43857e18-3fd0-42cb-bf48-4e4d61f090db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://health1.webmobi.in/health/getfeaturesofapp?app_id=0007557833f1934fdf385d7314dd332cd84c","urlObject":{"protocol":"https","path":["health","getfeaturesofapp"],"host":["health1","webmobi","in"],"query":[{"key":"app_id","value":"0007557833f1934fdf385d7314dd332cd84c"}],"variable":[]}},"response":[],"_postman_id":"43857e18-3fd0-42cb-bf48-4e4d61f090db"},{"name":"add feature to app","id":"8b14670e-c6bb-482e-83d6-7e3fe2ca4895","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"app_id\":\"0007557833f1934fdf385d7314dd332cd84c\",\r\n    \"feature_ids\":\"[1,2]\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://health1.webmobi.in/health/addfeaturetoapp","urlObject":{"protocol":"https","path":["health","addfeaturetoapp"],"host":["health1","webmobi","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b14670e-c6bb-482e-83d6-7e3fe2ca4895"},{"name":"updatepoll","id":"65b457a0-469a-4997-92f5-bf1e9022e41e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"app_id\":\"dacdcabbc686af945a1771cb84c6ca632791\",\r\n    \"newOption\":\"tokyo\",\r\n    \"poll_id\":\"44FL\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://health1.webmobi.in/health/updatepoll","urlObject":{"protocol":"https","path":["health","updatepoll"],"host":["health1","webmobi","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"65b457a0-469a-4997-92f5-bf1e9022e41e"},{"name":"add question","id":"9f34fafe-ea13-4163-b034-986f1a99050e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"app_id\":\"dacdcabbc686af945a1771cb84c6ca632791\",\r\n    \"question\":\"who will win ipl?\",\r\n    \"created_by\":\"user4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://health1.webmobi.in/health/createquestion","urlObject":{"protocol":"https","path":["health","createquestion"],"host":["health1","webmobi","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f34fafe-ea13-4163-b034-986f1a99050e"},{"name":"getallquestions","id":"e32d9094-62ef-46aa-b70a-bb891ae2f144","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://health1.webmobi.in/health/getallquestions?app_id=dacdcabbc686af945a1771cb84c6ca632791","urlObject":{"protocol":"https","path":["health","getallquestions"],"host":["health1","webmobi","in"],"query":[{"key":"app_id","value":"dacdcabbc686af945a1771cb84c6ca632791"}],"variable":[]}},"response":[],"_postman_id":"e32d9094-62ef-46aa-b70a-bb891ae2f144"},{"name":"like question","id":"67fe26ff-5b1c-4ffb-a9ad-19fbed48c88a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"app_id\":\"dacdcabbc686af945a1771cb84c6ca632791\",\r\n        \"question_id\": \"0026655bc4cf5b3d94f94c5dbacf04ca\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://health1.webmobi.in/health/likes","urlObject":{"protocol":"https","path":["health","likes"],"host":["health1","webmobi","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"67fe26ff-5b1c-4ffb-a9ad-19fbed48c88a"},{"name":"createquiz","id":"b0ba202e-5fe7-4b31-b1d0-74af231949d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"quiz_name\":\"new quiz\",\r\n        \"app_id\":\"dacdcabbc686af945a1771cb84c6ca6\",\r\n    \"created_by\":\"user4\",\r\n    \"quizarray\":[\r\n        {\r\n            \"question\":\"who will win ipl\",\r\n            \"options\":\"kkr,rcb\",\r\n            \"correctanswer\":\"kkr,rcb\"\r\n        },\r\n        {\r\n            \"question\":\"who will win election\",\r\n            \"options\":\"tmc,bjp\",\r\n            \"correctanswer\":\"tmc\"\r\n        }\r\n    ],\r\n     \"customtheme\":\"false\",\r\n    \"main_color\":\"yel\",\r\n    \"option_color_1\":\"red1\",\r\n     \"option_color_2\":\"red2\",\r\n      \"option_color_3\":\"red3\",\r\n       \"option_color_4\":\"red4\",\r\n        \"option_color_5\":\"red5\",\r\n         \"option_color_6\":\"red6\",\r\n         \"image_background\":\"url_to_be_sent\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://health1.webmobi.in/health/createquiz","urlObject":{"protocol":"https","path":["health","createquiz"],"host":["health1","webmobi","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"b0ba202e-5fe7-4b31-b1d0-74af231949d4"},{"name":"get quiz by id","id":"8716a016-afba-4336-9106-d0a65e80508a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://health1.webmobi.in/health/getquizbyid?quiz_id=967E","urlObject":{"protocol":"https","path":["health","getquizbyid"],"host":["health1","webmobi","in"],"query":[{"key":"quiz_id","value":"967E"}],"variable":[]}},"response":[],"_postman_id":"8716a016-afba-4336-9106-d0a65e80508a"},{"name":"answerquiz","id":"3216af3c-1c10-4929-a355-c1b16cc06e73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n     \"quiz_id\": \"967E\",\r\n        \"user_id\":\"69683602f8sdfsdssssdsafsdsaf7ac5f0a5038a\",\r\n        \"answer_array\":[\r\n        {\r\n            \"question_id\": \"2e4c5029a3e5a39657ea303c2f0b924a\",\r\n            \"answer\":\"kkr,rcb\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://health1.webmobi.in/health/answerquiz","urlObject":{"protocol":"https","path":["health","answerquiz"],"host":["health1","webmobi","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"3216af3c-1c10-4929-a355-c1b16cc06e73"},{"name":"getquizleaderboard","id":"2a0d985e-ffe4-411c-8470-cded0a584d82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://health1.webmobi.in/health/getquizleaderboard?quiz_id=967E","urlObject":{"protocol":"https","path":["health","getquizleaderboard"],"host":["health1","webmobi","in"],"query":[{"key":"quiz_id","value":"967E"},{"disabled":true,"key":"app_id","value":"dacdcabbc686af945a1771cb84c6ca632791"}],"variable":[]}},"response":[],"_postman_id":"2a0d985e-ffe4-411c-8470-cded0a584d82"},{"name":"getwordcloud","id":"d1d79aff-2659-47d6-b633-13f19c409641","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://health1.webmobi.in/health/getwordcloud?app_id=dacdcabbc686af945a1771cb84c6ca632791","urlObject":{"protocol":"https","path":["health","getwordcloud"],"host":["health1","webmobi","in"],"query":[{"key":"app_id","value":"dacdcabbc686af945a1771cb84c6ca632791"}],"variable":[]}},"response":[],"_postman_id":"d1d79aff-2659-47d6-b633-13f19c409641"},{"name":"createwordcloud","id":"c09ef1d3-9ba1-41f8-a3a3-57df3eacfc4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"app_id\":\"dacdcabbc686af945a1771cb84c6ca632791\",\r\n    \"user_id\":\"69683602f8cf21d3bef7ac5f0a5038a\",\r\n    \"wordsarray\":[\"oracle\",\"node\"]\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://health1.webmobi.in/health/createwordcloud","urlObject":{"protocol":"https","path":["health","createwordcloud"],"host":["health1","webmobi","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"c09ef1d3-9ba1-41f8-a3a3-57df3eacfc4f"},{"name":"change quiz active status","id":"b4dc8da6-b943-4d46-b232-6b37d5e703f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://health1.webmobi.in/health/changequizactivestatus?app_id=dacdcabbc686af945a1771cb84c6ca632791&quiz_id=9962ecf6b55576dc3f232080d720b3c1","urlObject":{"protocol":"https","path":["health","changequizactivestatus"],"host":["health1","webmobi","in"],"query":[{"key":"app_id","value":"dacdcabbc686af945a1771cb84c6ca632791"},{"key":"quiz_id","value":"9962ecf6b55576dc3f232080d720b3c1"}],"variable":[]}},"response":[],"_postman_id":"b4dc8da6-b943-4d46-b232-6b37d5e703f7"},{"name":"change quiz lock status","id":"e4d81bc7-29b7-4e7a-afae-36e971ea29ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://health1.webmobi.in/health/changequizlockstatus?app_id=dacdcabbc686af945a1771cb84c6ca632791&quiz_id=9962ecf6b55576dc3f232080d720b3c1","urlObject":{"protocol":"https","path":["health","changequizlockstatus"],"host":["health1","webmobi","in"],"query":[{"key":"app_id","value":"dacdcabbc686af945a1771cb84c6ca632791"},{"key":"quiz_id","value":"9962ecf6b55576dc3f232080d720b3c1"}],"variable":[]}},"response":[],"_postman_id":"e4d81bc7-29b7-4e7a-afae-36e971ea29ae"},{"name":"change qa active status","id":"820a6ab0-14d6-499a-bf98-d32d824688f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://health1.webmobi.in/health/changeqaactivestatus?app_id=dacdcabbc686af945a1771cb84c6ca632791&question_id=8b94b469867c064954f30104f88adc1b","urlObject":{"protocol":"https","path":["health","changeqaactivestatus"],"host":["health1","webmobi","in"],"query":[{"key":"app_id","value":"dacdcabbc686af945a1771cb84c6ca632791"},{"key":"question_id","value":"8b94b469867c064954f30104f88adc1b"}],"variable":[]}},"response":[],"_postman_id":"820a6ab0-14d6-499a-bf98-d32d824688f2"},{"name":"change qa lock status","id":"2c04b076-672b-473d-bc37-a01e6868bd11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://health1.webmobi.in/health/changeqalockstatus?app_id=dacdcabbc686af945a1771cb84c6ca632791&question_id=8b94b469867c064954f30104f88adc1b","urlObject":{"protocol":"https","path":["health","changeqalockstatus"],"host":["health1","webmobi","in"],"query":[{"key":"app_id","value":"dacdcabbc686af945a1771cb84c6ca632791"},{"key":"question_id","value":"8b94b469867c064954f30104f88adc1b"}],"variable":[]}},"response":[],"_postman_id":"2c04b076-672b-473d-bc37-a01e6868bd11"},{"name":"login oauth user google","id":"2f3030b0-f356-4b76-8a3e-824b69202f60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://health1.webmobi.in/useroauth/google","description":"<p>this can't be used in postman...need to call from browser</p>\n","urlObject":{"protocol":"https","path":["useroauth","google"],"host":["health1","webmobi","in"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f3030b0-f356-4b76-8a3e-824b69202f60"},{"name":"get all quiz","id":"256a5a1c-2d92-42b3-b533-b797c4ec80f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n     \"quiz_id\": \"6467f20c9f52ef269e71db8dc2223068\",\r\n        \"app_id\": \"dacdcabbc686af945a1771cb84c6ca632791\",\r\n        \"user_id\":\"69683602f8cf21d3bef7acgg5f0a5038a\",\r\n        \"answer_array\":[\r\n        {\r\n            \"question_id\": \"50f777caa05616bb2f5d494f9c7bb478\",\r\n            \"answer\":\"kkr,rcb\"\r\n        },\r\n        {\r\n        \"question_id\": \"698f6f69c06f77cedaf221c48eeaa517\",\r\n            \"answer\":\"tmc\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://health1.webmobi.in/health/getallquiz?app_id=dacdcabbc686af945a1771cb84c6ca6","urlObject":{"protocol":"https","path":["health","getallquiz"],"host":["health1","webmobi","in"],"query":[{"key":"app_id","value":"dacdcabbc686af945a1771cb84c6ca6"}],"variable":[]}},"response":[],"_postman_id":"256a5a1c-2d92-42b3-b533-b797c4ec80f9"},{"name":"delete poll","id":"75882346-9fd3-437c-8cff-7e17c49892de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://health1.webmobi.in/health/deletepoll?app_id=dacdcabbc686af945a1771cb84c6ca632791&poll_id=5IPS","urlObject":{"protocol":"https","path":["health","deletepoll"],"host":["health1","webmobi","in"],"query":[{"key":"app_id","value":"dacdcabbc686af945a1771cb84c6ca632791"},{"key":"poll_id","value":"5IPS"}],"variable":[]}},"response":[],"_postman_id":"75882346-9fd3-437c-8cff-7e17c49892de"},{"name":"delete quiz","id":"432ec126-ac3e-4fa3-b1a7-ed14e1c3eea1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://health1.webmobi.in/health/deletequiz?app_id=dacdcabbc686af945a1771cb84c6ca6&quiz_id=GRRY","urlObject":{"protocol":"https","path":["health","deletequiz"],"host":["health1","webmobi","in"],"query":[{"key":"app_id","value":"dacdcabbc686af945a1771cb84c6ca6"},{"key":"quiz_id","value":"GRRY"}],"variable":[]}},"response":[],"_postman_id":"432ec126-ac3e-4fa3-b1a7-ed14e1c3eea1"}]}