//////
Search
Duplicate
🏅

도메인
약속
HTTP method
GET
Path
/invitations
기능
메인페이지 예정약속조회
우리

Response

{ "status": 200, "data": [ { "invitationId": 2, "title": "title", "date": "07월 21일", "time": "오후 10시 4분", "comment": "코멘트", "invitationPlace": "대표장소", "waffleId": 2, "invitationMemberDto": [ { "userId": 2, "nickname": "oni", "profileImage": "MALCHA" } ], "invitationImageCategory": "BLUEBERRY" }, { "invitationId": 3, "title": "title", "date": "07월 21일", "time": "오후 10시 4분", "comment": "코멘트", "invitationPlace": "대표장소", "waffleId": 2, "invitationMemberDto": [ { "userId": 2, "nickname": "oni", "profileImage": "MALCHA" } ], "invitationImageCategory": "VANILLA" }, { "invitationId": 4, "title": "title", "date": "07월 21일", "time": "오후 10시 4분", "comment": "코멘트", "invitationPlace": "대표장소", "waffleId": 2, "invitationMemberDto": [ { "userId": 2, "nickname": "oni", "profileImage": "MALCHA" } ], "invitationImageCategory": "MALCHA" }, { "invitationId": 18, "title": "title", "date": "07월 21일", "time": "오후 10시 4분", "comment": "코멘트", "invitationPlace": "대표장소", "waffleId": 2, "invitationMemberDto": [ { "userId": 2, "nickname": "oni", "profileImage": "MALCHA" } ], "invitationImageCategory": "BLUEBERRY" }, { "invitationId": 1, "title": "title", "date": "11월 23일", "time": "오후 10시 4분", "comment": "코멘트", "invitationPlace": "대표소", "waffleId": 2, "invitationMemberDto": [ { "userId": 2, "nickname": "oni", "profileImage": "MALCHA" }, { "userId": 4, "nickname": "oni", "profileImage": "MALCHA" } ], "invitationImageCategory": "MALCHA" } ] }
JSON
복사