-
Notifications
You must be signed in to change notification settings - Fork 5
달력 상세조회
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