API μ€λͺ
ν΄λΉ μΉ΄ν
κ³ λ¦¬μ ν΄λΉνλ μλ°μ΄ ν΄λμ€λ₯Ό μ‘°ννλ API
Request
Sample
{ "pageIndex" : 1, "pageSize" : 10, "sort" : { "column" : "createdAt", "order" : "ASC" } }
Request Path
Request Param
Response
Sample
{ "success" : true, "serverDateTime" : "2021-11-05T16:55:37.436056" "data" : { "totalCount" : 100, "hasNext" : true, "pageIndex" : 0, "classes" : [ { "classId" : 0, "name" : "λ€μ¨μΈμΈ 무λλ± λ§λ€κΈ°", "intro" : "λ€μ¨μΈμΈ 무λλ± λ§λ€κΈ° ν΄λμ€ μ λλ€~!", "imageUrl" : "s3://devrun-image/KakaoTalk_20210616_220854417.jpg" }, { "classId" : 1, "name" : "λλ§μ μ μ λ§λ€κΈ°", "intro" : "λμ ν΄λμ€ μ λλ€~!", "imageUrl" : "s3://devrun-image/KakaoTalk_20210616_220854417.jpg" } ] } }
Response Field