Skip to content

기록(RECORD) 확인

RyooChan edited this page Jul 1, 2022 · 1 revision

GET /api/v1/records/{recordId}

image

Input

image

Output

{
  "success": true,
  "contents": {
    "id": 156,
    "content": "안녕하세요!! 드럽게 맛없어요!!!!",
    "feel": 1,
    "imageUrl": "https://sulsul-media-bucket.s3.ap-northeast-2.amazonaws.com/COUNTRY/germany.png",
    "memberRecordDto": null,
    "createdAt": "2022-06-22T10:24:34",
    "updatedAt": "2022-06-22T10:24:34",
    "startCountryKor": "대한민국",
    "startCountryEng": "korea",
    "endCountryKor": "대한민국",
    "endCountryEng": "korea",
    "flavorDtos": [
      {
        "id": 1,
        "content": "단 맛이나요"
      },
      {
        "id": 6,
        "content": "톡 쏘는 맛이 강해요"
      },
      {
        "id": 8,
        "content": "깔끔한 맛이에요"
      }
    ],
    "beerResponseDto": {
      "id": 2,
      "country": {
        "id": 1,
        "nameKor": "대한민국",
        "nameEng": "korea",
        "imageUrl": "https://sulsul-media-bucket.s3.ap-northeast-2.amazonaws.com/COUNTRY/korea.png",
        "backgroundImageUrl": "https://sulsul-media-bucket.s3.ap-northeast-2.amazonaws.com/COUNTRY/background/korea.png",
        "continentDto": {
          "id": 2,
          "name": "아시아"
        }
      },
      "type": {
        "nameEng": "PALE_ALE",
        "nameKor": "페일 에일",
        "description": "붉은 빛과 맑고 밝은 빛을 띄며, 꽃향기와 같은 풍부한 향이 느껴지는 맥주",
        "imageUrl": "https://sulsul-media-bucket.s3.ap-northeast-2.amazonaws.com/BEER/TYPE/pale_ale.png"
      },
      "nameKor": "에일의정석",
      "nameEng": "Standard Of Ale",
      "imageUrl": "https://sulsul-media-bucket.s3.ap-northeast-2.amazonaws.com/BEER/standard_of_ale.png",
      "content": "페일 에일의 정석, 후회 없는 맛",
      "alcohol": 5.2,
      "price": 3900,
      "volume": 500,
      "createdAt": "2022-06-04T19:20:00",
      "updatedAt": "2022-06-04T19:20:00",
      "feel": null,
      "isLiked": null
    },
    "recordCount": 38,
    "isPublic": true
  },
  "error": null
}
Clone this wiki locally