-
Notifications
You must be signed in to change notification settings - Fork 1
notice
bghgu edited this page Jul 7, 2017
·
4 revisions
| 메소드 | 경로 | 짧은 설명 |
|---|---|---|
| GET | / | 알림 목록 |
Content-Type : application/json
Authorization : eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjo2NywiaWF0IjoxNDk4Nzg1NTA3LCJleHAiOjE1MDEzNzc1MDd9.UPaZF1eLlc_6CN6VkJpPMsIT6ktbg30CpuYhTQSG80M
{
"result": [
{
"notice_id": 11,
"opponent_ID": 82,
"date": "2017-07-05T06:27:40.000Z",
"username": "황유선",
"profile_photo": "https://ektmf1993.s3.ap-northeast-2.amazonaws.com/1498998990983.jpg",
"to_type": "Comments",
"to_id": 3,
"from_type": "CommentDetails",
"from_id": 2,
"text": "황유선님이 배다슬님의 컨텐츠의 댓글에 답글을 달았습니다."
},
{
"notice_id": 12,
"opponent_ID": 83,
"date": "2017-07-05T06:27:40.000Z",
"username": "이충엽",
"profile_photo": "https://ektmf1993.s3.ap-northeast-2.amazonaws.com/1498998990983.jpg",
"to_type": "Comments",
"to_id": 3,
"from_type": "CommentLikes",
"from_id": "",
"text": "이충엽님이 배다슬님의 댓글에 놀라움을 표현했습니다."
},
{
"notice_id": 13,
"opponent_ID": 84,
"date": "2017-07-05T06:27:40.000Z",
"username": "서동욱",
"profile_photo": "https://ektmf1993.s3.ap-northeast-2.amazonaws.com/1498998990983.jpg",
"to_type": "CommentDetails",
"to_id": 2,
"from_type": "CommentDetailLikes",
"from_id": "",
"text": "서동욱님이 배다슬님의 답글에 놀라움을 표현했습니다."
},
{
"notice_id": 14,
"opponent_ID": 85,
"date": "2017-07-05T06:27:40.000Z",
"username": "이지용",
"profile_photo": "https://ektmf1993.s3.ap-northeast-2.amazonaws.com/1498998990983.jpg",
"to_type": "Following",
"to_id": 85,
"from_type": "",
"from_id": "",
"text": "이지용님이 배다슬님을 팔로우하기 시작했습니다."
},
{
"notice_id": 15,
"opponent_ID": 86,
"date": "2017-07-05T06:27:40.000Z",
"username": "이채은",
"profile_photo": "https://ektmf1993.s3.ap-northeast-2.amazonaws.com/1498998990983.jpg",
"to_type": "Following",
"to_id": 86,
"from_type": "",
"from_id": "",
"text": "이채은님이 배다슬님을 팔로우하기 시작했습니다."
},
{
"notice_id": 4,
"opponent_ID": 82,
"date": "2017-07-05T05:16:58.000Z",
"username": "황유선",
"profile_photo": "https://ektmf1993.s3.ap-northeast-2.amazonaws.com/1498998990983.jpg",
"to_type": "Posts",
"to_id": 161,
"from_type": "PostLikes",
"from_id": 3,
"text": "황유선님이 배다슬님의 컨텐츠에 놀라움을 표현했습니다!"
},
{
"notice_id": 3,
"opponent_ID": 81,
"date": "2017-07-05T04:23:37.000Z",
"username": "이승연",
"profile_photo": "https://ektmf1993.s3.ap-northeast-2.amazonaws.com/1498998990983.jpg",
"to_type": "Posts",
"to_id": 161,
"from_type": "Collections",
"from_id": 1,
"text": "이승연님이 배다슬님의 컨텐츠를 컬렉션에 수집했습니다."
},
{
"notice_id": 2,
"opponent_ID": 80,
"date": "2017-07-05T04:23:37.000Z",
"username": "여윤임",
"profile_photo": "https://ektmf1993.s3.ap-northeast-2.amazonaws.com/1498998990983.jpg",
"to_type": "Posts",
"to_id": 161,
"from_type": "CommentDetails",
"from_id": 3,
"text": "여윤임님이 배다슬님의 컨텐츠의 댓글에 답글을 달았습니다."
},
{
"notice_id": 1,
"opponent_ID": 79,
"date": "2017-07-05T04:23:37.000Z",
"username": "이태우",
"profile_photo": "https://ektmf1993.s3.ap-northeast-2.amazonaws.com/1498998990983.jpg",
"to_type": "Posts",
"to_id": 161,
"from_type": "Comments",
"from_id": 3,
"text": "이태우님이 배다슬님의 컨텐츠에 댓글을 달았습니다."
}
]
}{
"message": "access denied"
}| 메소드 | 경로 | 짧은 설명 |
|---|---|---|
| POST | / | 알림 삭제 |
Content-Type: application/json
Authorization : eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjo2NywiaWF0IjoxNDk4Nzg1NTA3LCJleHAiOjE1MDEzNzc1MDd9.UPaZF1eLlc_6CN6VkJpPMsIT6ktbg30CpuYhTQSG80M
{
"notice_id" : 5
}{
"message": "delete success"
}{
"message": "access denied"
}