{"info":{"_postman_id":"8d80ea1c-a15d-4bf1-a518-ee9ed71889d9","name":"풀리(PULLEY)팀 백엔드 과제","description":"<html><head></head><body><ol>\n<li>프로젝트 깃헙 주소 : <a href=\"https://github.com/joonfluence/pulley-assignment\">https://github.com/joonfluence/pulley-assignment</a></li>\n</ol>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"18460012","collectionId":"8d80ea1c-a15d-4bf1-a518-ee9ed71889d9","publishedId":"2sAYQXosx5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-01-14T15:37:37.000Z"},"item":[{"name":"문제","item":[{"name":"1. 문제 목록 조회","id":"5d572c43-8f97-4296-bafb-d7c32af5324c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/v1/problems?totalCount=1000&unitCodeList=UC1580&level=HIGH&problemType=ALL","urlObject":{"path":["v1","problems"],"host":["http://localhost:8080"],"query":[{"key":"totalCount","value":"1000"},{"key":"unitCodeList","value":"UC1580"},{"key":"level","value":"HIGH"},{"key":"problemType","value":"ALL"}],"variable":[]}},"response":[],"_postman_id":"5d572c43-8f97-4296-bafb-d7c32af5324c"}],"id":"49c21158-3119-4353-8f9e-2f022a144b9e","_postman_id":"49c21158-3119-4353-8f9e-2f022a144b9e","description":""},{"name":"학습지","item":[{"name":"2. 학습지 등록","id":"52e0132e-0e56-4854-8986-61bdae4dd9ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"수학의 정석 연습문제 모음\",\n    \"description\": \"난이도 하 수학의 정석 연습문제 모음 입니다.\",\n    \"userId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/v1/worksheets","urlObject":{"path":["v1","worksheets"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[],"_postman_id":"52e0132e-0e56-4854-8986-61bdae4dd9ca"},{"name":"3. 학습지 제출","id":"28b45875-2ee5-4464-bd00-487726af20c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"userIds\": [1]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/v1/users/worksheets/1","urlObject":{"path":["v1","users","worksheets","1"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[],"_postman_id":"28b45875-2ee5-4464-bd00-487726af20c3"},{"name":"4. 학습지 문제 목록 조회","id":"3c04e8dc-7789-4e0d-a11c-fcbd1e418186","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/v1/worksheets/1/problems","urlObject":{"path":["v1","worksheets","1","problems"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c04e8dc-7789-4e0d-a11c-fcbd1e418186"},{"name":"5. 학습지 문제 채점하기","id":"e1af6160-c4b7-402f-af12-d7e7fbf51126","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"userId\": 1,\n    \"answers\": [\n        {\n            \"problemId\": 1,\n            \"isSubjective\": false,\n            \"answer\": null,\n            \"answerSelectionId\": 1\n        },\n        {\n            \"problemId\": 2,\n            \"isSubjective\": false,\n            \"answer\": null,\n            \"answerSelectionId\": 2\n        },\n        {\n            \"problemId\": 3,\n            \"isSubjective\": false,\n            \"answer\": null,\n            \"answerSelectionId\": 3\n        },\n        {\n            \"problemId\": 4,\n            \"isSubjective\": false,\n            \"answer\": null,\n            \"answerSelectionId\": 4\n        },\n        {\n            \"problemId\": 5,\n            \"isSubjective\": false,\n            \"answer\": null,\n            \"answerSelectionId\": 5\n        },\n        {\n            \"problemId\": 6,\n            \"isSubjective\": true,\n            \"answer\": \"정답 6\"\n        },\n        {\n            \"problemId\": 7,\n            \"isSubjective\": true,\n            \"answer\": \"정답 7\"\n        },\n        {\n            \"problemId\": 8,\n            \"isSubjective\": true,\n            \"answer\": \"정답 8\"\n        },\n        {\n            \"problemId\": 9,\n            \"isSubjective\": true,\n            \"answer\": \"정답 9\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/v1/users/worksheets/1/problems/grade","urlObject":{"path":["v1","users","worksheets","1","problems","grade"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1af6160-c4b7-402f-af12-d7e7fbf51126"},{"name":"6. 학습지 학습 통계 분석하기","id":"80492c1f-6828-4a7c-80ce-0d10e89e23f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/v1/worksheets/1/analyze","urlObject":{"path":["v1","worksheets","1","analyze"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[],"_postman_id":"80492c1f-6828-4a7c-80ce-0d10e89e23f1"}],"id":"2d5f6b82-37b0-4e24-b444-4183ad1fe97b","_postman_id":"2d5f6b82-37b0-4e24-b444-4183ad1fe97b","description":""}],"variable":[{"key":"TOY_HOST","value":"http://localhost:8080"}]}