모델
API 명세서
07.07) GitBook 사용성 불편으로 폐지 ⇒ API 명세서 v2 참고 할 것!
- Quiz
- category
- questionType
- question
- difficulty
- importance
- image
- answer
- explanation
- correctCnt
- incorrectCnt
- profile (
- quiz_pack
인수
[문제]
[정답]
[relation 속성]
일반 Strapi 요청
http://localhost:1337/api/quizzes

relation 속성 같이 요청
http://localhost:1337/api/quizzes?populate=*
data: [ { id: 1, attributes: { question: "질문 예시 입니다.", category: "react", questionType: "trueOrFalse", answer: "true", explanation: "정답에 대한 해설입니다.", difiiculty: 5, importance: 5, image: null, createdAt: "2022-07-04T02:33:46.884Z", updatedAt: "2022-07-04T02:45:39.036Z", publishedAt: "2022-07-04T02:45:39.033Z", correctCnt: 0, incorrectCnt: 0, profile: { data: { id: 1, attributes: { points: 1, createdAt: "2022-07-04T02:28:33.848Z", updatedAt: "2022-07-04T02:45:33.960Z", publishedAt: "2022-07-04T02:45:33.956Z", }, }, }, quiz_pack: { data: { id: 1, attributes: { title: "퀴즈세트 제목입니다.", tags: "react", description: "react 퀴즈세트입니다.", createdAt: "2022-07-04T02:35:13.084Z", updatedAt: "2022-07-04T02:45:41.829Z", publishedAt: "2022-07-04T02:45:41.827Z", }, }, }, }, }, { id: 2, attributes: { question: "2번 질문", category: "react", questionType: "trueOrFalse", answer: "true", explanation: "설명", difiiculty: 1, importance: 1, image: null, createdAt: "2022-07-04T02:51:56.196Z", updatedAt: "2022-07-04T02:52:00.038Z", publishedAt: "2022-07-04T02:52:00.036Z", correctCnt: null, incorrectCnt: null, profile: { data: { id: 1, attributes: { points: 1, createdAt: "2022-07-04T02:28:33.848Z", updatedAt: "2022-07-04T02:45:33.960Z", publishedAt: "2022-07-04T02:45:33.956Z", }, }, }, quiz_pack: { data: { id: 1, attributes: { title: "퀴즈세트 제목입니다.", tags: "react", description: "react 퀴즈세트입니다.", createdAt: "2022-07-04T02:35:13.084Z", updatedAt: "2022-07-04T02:45:41.829Z", publishedAt: "2022-07-04T02:45:41.827Z", }, }, }, }, }, ];