특정 게시글 조회

API
post
METHOD
GET
PATH
api/post/{postId}
개발완료
담당자

Description

<특정 게시글 조회>
특정 게시글 정보 조회

Response

{ "id": 1, "memberId": 1, "memberName": "John", "drink": { "id": 1, "placeName": "서울특별시", "name": "맛있는 특산주", "type": "BEER", "degree": 7.0, "sweetness": 5, "cost": 5000, "averageRating": 4.65, "description": "초콜릿으로 만든 맥주", "imageUrl": null, "createdAt": "2024-09-23T23:36:35" }, "type": "REVIEW", "content": "이 막걸리는 독특한 맛을 가지고 있어요!", "rating": 4.5, "tags": [ { "tagId": 1, "tagName": "고소" }, { "tagId": 2, "tagName": "풍미" } ], "imageUrl": "http://example.com/image.png", "viewCount": 4, "likeCount": 0, "createdAt": "2024-09-26T02:20:41.851615", "updatedAt": "2024-09-26T02:25:58.683822", "isLiked": false }
JSON
복사

Error

HTTP/1.1 4XX
”에러 메시지”