-
Notifications
You must be signed in to change notification settings - Fork 4
내쪽지함조회
Ji Yeon Kim edited this page Jan 7, 2019
·
1 revision
소연
메소드 | 경로 | 설명 |
---|---|---|
GET | /message | 내 쪽지함 조회 |
Content-Type: application/json
Authorization: token
{
"status": 200,
"message": "메시지 리스트 조회 성공",
"data": [
{
"partner_name": "모카",
"partner_profile_img": "https://s3.ap-northeast-2.amazonaws.com/project-sopt/commonDefaultimage%403x.png",
"message_send_date": "2019-01-06T16:34:47.000+0000",
"message_content": "메시지기능입니다"
},
{
"partner_name": "모카",
"partner_profile_img": "https://s3.ap-northeast-2.amazonaws.com/project-sopt/commonDefaultimage%403x.png",
"message_send_date": "2019-01-07T07:31:10.000+0000",
"message_content": "모카"
}
]
}
{
"status": 404,
"message": "메시지 리스트가 없습니다.",
"data": null
}
INTERNAL SERVER ERROR
{
"status": 500,
"message": "서버 내부 에러",
"data": null
}