-
Notifications
You must be signed in to change notification settings - Fork 1
모든 나눔 신청자 조회
HwangJaeSuk edited this page Sep 18, 2019
·
8 revisions
![](https://github.com/BabyClosetGroup/BabyClosetServer/raw/master/babyCloset/public/images/unsharedpost.png)
[GET] ~/share/{postIdx}
메소드 | 파라미터 | 설명 |
---|---|---|
Content-Type | application/json | |
token | {user token} | 토큰값 |
{
"status": 200,
"success": true,
"message": "신청자 조회 성공",
"data": {
"post" : {
"postIdx": 27,
"postTitle": "여아 원피스 나눔",
"mainImage": "https://sopt24server.s3.ap-northeast-2.amazonaws.com/1567341981635.jpeg",
"applicantNumber": "3명",
"areaName": [
"송파구"
]
},
"applicants": [
{
"applicantIdx": 4,
"applicantNickname" : "정미"
"rating" : 4,
"profileImage": null
},
{
"applicantIdx": 5,
"applicantNickname" : "슈퍼맨"
"rating" : 3,
"profileImage": "https://sopt24server.s3.ap-northeast-2.amazonaws.com/1568200292203.jpeg"
}
]
}
}
{
"status": 400,
"success": false,
"message": "토큰값이 존재하지 않습니다."
}
{
"status": 401,
"success": false,
"message": "잘못된 형식의 토큰입니다."
}
{
"status": 401,
"success": false,
"message": "만료된 토큰입니다."
}
{
"status": 600,
"success": false,
"message": "신청자 조회 실패"
}
-
유저(User)
-
게시물(Post)
-
쪽지(Note)
-
나눔(Share)
-
QR인증(QRCode)
-
별점(Rating)
-
신고(Complain)