받은 메세지 조회

하나의 받은 메세지를 조회합니다.


METHOD & URL

GET /message/inbox/[메세지 id 값]/

Permission

로그인된 유저


Success Response

HTTP Response

200 OK

Content

Comment Track List
{
    "id": 메세지 id 값,
    "from_user": 메세지 보낸 유저 id 값,
    "content": "메세지 내용",
    "created_date": "메세지 전송 날짜"
},

Error Response

  • 잘못된 메세지 id 값으로 요청을 보낸 경우
404 Not Found
{
    "detail": "찾을 수 없습니다."
}

results matching ""

    No results matching ""