{"info":{"_postman_id":"537cf964-cfa6-499f-9c67-23c0e0e1b7d7","name":"Quiz Microservice App","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"10745983","collectionId":"537cf964-cfa6-499f-9c67-23c0e0e1b7d7","publishedId":"2sA3JNcgUp","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-05-13T19:33:38.000Z"},"item":[{"name":"Quiz","item":[{"name":"Get All Quizs","id":"916cf5d2-72cd-48cc-b0c2-44636070163f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8081/quiz/getAll","urlObject":{"protocol":"http","port":"8081","path":["quiz","getAll"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"916cf5d2-72cd-48cc-b0c2-44636070163f"},{"name":"Get One Quiz","id":"e100eb71-ff5b-47da-8f7d-0ad2b8d5dd6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8081/quiz/getOne/1","urlObject":{"protocol":"http","port":"8081","path":["quiz","getOne","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e100eb71-ff5b-47da-8f7d-0ad2b8d5dd6b"},{"name":"Post a Quiz","id":"27c1cc22-ecf8-4966-89c2-beda4992f004","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Python Quiz 2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8081/quiz/post","urlObject":{"protocol":"http","port":"8081","path":["quiz","post"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"27c1cc22-ecf8-4966-89c2-beda4992f004"}],"id":"60d783d7-78ca-40ea-a4b7-cf2afadf9752","_postman_id":"60d783d7-78ca-40ea-a4b7-cf2afadf9752","description":""},{"name":"Question","item":[{"name":"Get All Questions","id":"10062cfd-b1e6-46ca-a649-b9460b8ed808","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8082/question/getAll","urlObject":{"protocol":"http","port":"8082","path":["question","getAll"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"10062cfd-b1e6-46ca-a649-b9460b8ed808"},{"name":"Get One Question","id":"68c5693c-db7a-4ad6-bd46-16791b7b523a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8082/question/getOne/4","urlObject":{"protocol":"http","port":"8082","path":["question","getOne","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"68c5693c-db7a-4ad6-bd46-16791b7b523a"},{"name":"Get Questions of Specific Quiz","id":"cfa5fd1e-89ad-4f1e-bba4-96116e89335c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8082/question/quiz/1","urlObject":{"protocol":"http","port":"8082","path":["question","quiz","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cfa5fd1e-89ad-4f1e-bba4-96116e89335c"},{"name":"Post a Question","id":"2076669d-3eb5-496f-b937-c61ba2fb877e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"question\": \"question-3\",\r\n    \"quizId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/question/post","urlObject":{"protocol":"http","port":"8082","path":["question","post"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2076669d-3eb5-496f-b937-c61ba2fb877e"}],"id":"9178f924-e483-4503-b7c1-4c834b1faf39","_postman_id":"9178f924-e483-4503-b7c1-4c834b1faf39","description":""},{"name":"API Gateway","item":[{"name":"Get All Quiz","id":"7f869ec0-eab9-4e40-b649-4a029e64b579","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/quiz/getAll","urlObject":{"protocol":"http","port":"8000","path":["quiz","getAll"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f869ec0-eab9-4e40-b649-4a029e64b579"},{"name":"Get All Questions","id":"9fb31575-6f46-4b69-a9bf-2e86315fae2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/question/getAll","urlObject":{"protocol":"http","port":"8000","path":["question","getAll"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fb31575-6f46-4b69-a9bf-2e86315fae2c"},{"name":"Get One Question","id":"d78688da-3497-4ec2-bc21-7bea53eaed84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/question/getOne/4","urlObject":{"protocol":"http","port":"8000","path":["question","getOne","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d78688da-3497-4ec2-bc21-7bea53eaed84"},{"name":"Get Questions of Specific Quiz","id":"cfe798d0-c1df-44f9-a6b8-47b15565d320","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/question/getOne/4","urlObject":{"protocol":"http","port":"8000","path":["question","getOne","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cfe798d0-c1df-44f9-a6b8-47b15565d320"},{"name":"Post a Question","id":"9fb32e09-1dd0-4c08-bb08-910e3dcbab92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"question\": \"question-5\",\r\n    \"quizId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/question/post","urlObject":{"protocol":"http","port":"8000","path":["question","post"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fb32e09-1dd0-4c08-bb08-910e3dcbab92"}],"id":"5622883d-3a60-493c-b781-d2f68451aaec","_postman_id":"5622883d-3a60-493c-b781-d2f68451aaec","description":""}]}