User Wish List
마이페이지(My Page)에서 내가 좋아요 한 매물을 보여줍니다.
url
/member/wish-list/
method
GET
constraint
로그인 한 유저만 토글을 사용할 수 있습니다.
data params
None
Success Response
- GET : 200 OK
{
"count": 3,
"next": null,
"previous": null,
"results": [
{
"pk": 6,
"author": 322,
"title": "테스트입니다4",
"photo": "http://localhost:8000/.media/post/%EC%8A%A4%ED%81%AC%EB%A6%B0%EC%83%B7_2017-08-08_15-49-48_gkzyZjj.png",
"content": "테스트 content 부분입니다",
"post_code": null,
"road_address": null,
"detail_address": null,
"like_users": [
320
],
"is_sold": false,
"exchange_count": 0,
"category": "e",
"trading_type": "d"
},
{
"pk": 7,
"author": 322,
"title": "테스트입니다5",
"photo": "http://localhost:8000/.media/post/%EC%8A%A4%ED%81%AC%EB%A6%B0%EC%83%B7_2017-08-08_15-49-48_8uPMITC.png",
"content": "테스트 content 부분입니다",
"post_code": null,
"road_address": null,
"detail_address": null,
"like_users": [
320
],
"is_sold": false,
"exchange_count": 0,
"category": "e",
"trading_type": "d"
},
{
"pk": 8,
"author": 322,
"title": "테스트입니다6",
"photo": "http://localhost:8000/.media/post/%EC%8A%A4%ED%81%AC%EB%A6%B0%EC%83%B7_2017-08-08_15-49-48_Lis9d3d.png",
"content": "테스트 content 부분입니다",
"post_code": null,
"road_address": null,
"detail_address": null,
"like_users": [
320
],
"is_sold": false,
"exchange_count": 0,
"category": "e",
"trading_type": "d"
}
]
}