Skip to content

달력 상세조회

KIM MINSEONG edited this page Jan 24, 2022 · 1 revision

달력 상세조회

메소드 경로 설명
GET /calendar/{id} 달력 상세조회

요청 헤더

{
    "Content-Type": "application/json"
}

응답 성공

{
    "record": {
        "id": 1,
        "month": 1,
        "day": 1,
        "user_name": "김우용",
        "sentence": "오늘은 화났다.",
        "emotion": "angry",
        "analysis_result": {
            "enjoyment": 0.1,
            "sadness": 0.1,
            "anger": 0.9,
            "surprise": 0.1,
            "disgust": 0.2,
            "fear": 0.1
        }
    }
},

"status" : 200

응답 실패

    "message": "Invalid Value",
    "status": 500
Clone this wiki locally