Skip to content

.사용자가_좋아한_게시글_조회(페이징)

지훈 edited this page Dec 3, 2021 · 5 revisions

Request

query parameter for paging

  • page
  • size
  • sortBy

Header

  • Content-Type: application/json
  • Authorization: {type} {credentials}

Body

  • no needed

Response

Header

  • Content-Type: application/json

Body

returns Articles

예시

statusCode message
200 "Success"
403 "해당 사용자가 존재하지 않습니다."
500 "알 수 없는 서버 오류가 발생했습니다."
Clone this wiki locally