/api/couples/posts/{postId}

멘토 코멘트
로그인 필요유무
로그인 필요유무
담당자
HTTP Method
GET
완료여부
Done
API 설명
게시물 단건 조회 api
속성
게시물

Response

{ "data": { "title": "강릉 여행", "content": "<div><h3>very gooood</h3><image></imgae></div>", "imageUrls": [ "https://amabnb.s3.ap-northeast-2.amazonaws.com/static/3e254761-e253-48f3-aa80-7e561ca33e0bfedsd.png", "https://amabnb.s3.ap-northeast-2.amazonaws.com/static/3e254761-e253-48f3-aa80-7e561ca33e0bfeds2.png" ], "createdDate": "2022-07-09", "datingDate": "2022-07-01", "location": { "latitude": "41.40338", "longitude": "2.17403" }, "tags": [ { "name": "카페", "color": "#F000000" }, { "name": "서울", "color": "#F000001" }, { "name": "갬성", "color": "#F000002" } ] } }
 

의논해야할 점