{"info":{"_postman_id":"80ee8526-7091-447a-8129-f1eabd73976c","name":"VibePoll","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"39216490","collectionId":"80ee8526-7091-447a-8129-f1eabd73976c","publishedId":"2sAYk8uhq8","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-03-12T05:50:54.000Z"},"item":[{"name":"Post Comment","id":"4196f8db-be6d-4422-a6c2-3db948e89a12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"poll_id\": \"67c9571bdd7ca4e60317c775\",\r\n    \"Comment\": {\r\n        \"name\": \"Jenil\",\r\n        \"commentMatter\": \"Hello ji\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8090/vote/comment","urlObject":{"protocol":"http","port":"8090","path":["vote","comment"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4196f8db-be6d-4422-a6c2-3db948e89a12"},{"name":"Post Vote (1 Option to Vote)","id":"3b3b9e3b-d881-4c97-8d48-e90d99e1c998","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"poll_id\": \"67c961e68d5c7f32b03b87a5\",\r\n    \"selected_option\": [\r\n        \"option1\",\r\n        \"option2\"\r\n    ],\r\n    \"ParticipantName\": \"Jenil Savalia\",\r\n    \"VotePerIP\": \"false\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8090/vote","urlObject":{"protocol":"http","port":"8090","path":["vote"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b3b9e3b-d881-4c97-8d48-e90d99e1c998"},{"name":"Create a VibePoll","id":"57d32825-2e3b-4ad5-b49a-b8b0c8ff4e29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"poll_details\": {\r\n        \"poll_title\": \"Poll \",\r\n        \"poll_options\": [\r\n            \"option1\",\r\n            \"option2\",\r\n            \"option3\",\r\n            \"option4\"\r\n        ]\r\n    },\r\n    \"poll_settings\": {\r\n        \"oneVotePerIP\": true,\r\n        \"allowMultipleSelection\": true,\r\n        \"requireParticipantName\": true,\r\n        \"allowComments\": true,\r\n        \"resultVisibility\": \"Public after Vote\",\r\n        \"closePollOnScheduleTime\": true \r\n    },\r\n    \"Created_by\": \"67c1b8030a9d81fad20caa0e\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8090/poll","urlObject":{"protocol":"http","port":"8090","path":["poll"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"57d32825-2e3b-4ad5-b49a-b8b0c8ff4e29"},{"name":"Get Result","id":"583a8286-6889-45e3-ba6e-8d182457cc51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8090/vote/result/67c9571bdd7ca4e60317c775","urlObject":{"protocol":"http","port":"8090","path":["vote","result","67c9571bdd7ca4e60317c775"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"583a8286-6889-45e3-ba6e-8d182457cc51"},{"name":"Get Poll Details","id":"ff88dd05-aec6-4545-8267-e4582ec187d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8090/poll/67c9571bdd7ca4e60317c775","urlObject":{"protocol":"http","port":"8090","path":["poll","67c9571bdd7ca4e60317c775"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff88dd05-aec6-4545-8267-e4582ec187d2"},{"name":"Get Poll Comments by Poll_id","id":"abbf9922-075b-4d6b-a47e-02d7d8cb2079","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8090/vote/comment/67ce673032338827731fb955","urlObject":{"protocol":"http","port":"8090","path":["vote","comment","67ce673032338827731fb955"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"abbf9922-075b-4d6b-a47e-02d7d8cb2079"}]}