Request Header
Name | Type | Required? | Description |
fidtoken | token | Yes | firebase id token |
Responses
Response Body | Description | Reason | |
200 | 하단 데이터 참조 | 조회 완료 | |
404 | [] | 조회 실패 | 유저 아이디가 없는 경우 |
400 | [] | 조회 실패 | 기타 예외 발생의 경우 |
Responses data
[
{
"reservationId": 129,
"classInfo": {
"classId": 13,
"scheduleId": 13,
"title": "파워리프팅 사관학교",
"reservationStatus": 2,
"tag": [
"인천",
"트레이닝"
],
"startTime": "2024-06-08T04:00:00.000Z",
"endTime": "2024-06-08T06:00:00.000Z",
"thumbnailSquareImage": "https://bunnfit-assets.s3.ap-northeast-2.amazonaws.com/oneday_class/test-class2/thumbnailSquare.png",
"thumbnailName": "크로스리프팅",
"sessionInformation": [
{
"startTime": "2024-06-08T02:00:00.000Z",
"endTime": "2024-06-08T04:00:00.000Z",
"curriculumImage": {
"height": 469,
"width": 375,
"url": "https://bunnfit-assets.s3.ap-northeast-2.amazonaws.com/oneday_class/test-class2/curriculumImage1.png"
},
"exercise": [
{
"sortIdx": 1000,
"secunit": null,
"eInfotype": 2,
"eTextId": "HIGH_KNEE_SKIP",
"eName": "High-knee Skip",
"bpTextId": "CAT_CARDIO",
"bpName": "Cardio",
"toolId": 4,
"deArrIndex": 0,
"data": []
},
{
"sortIdx": 1000,
"secunit": null,
"eInfotype": 2,
"eTextId": "INC_PUSH_UP",
"eName": "Incline Push Up",
"bpTextId": "CAT_CHEST",
"bpName": "Chest",
"toolId": 4,
"deArrIndex": 1,
"data": []
}
]
},
{
"startTime": "2024-06-15T02:00:00.000Z",
"endTime": "2024-06-15T04:00:00.000Z",
"curriculumImage": {
"height": 496,
"width": 375,
"url": "https://bunnfit-assets.s3.ap-northeast-2.amazonaws.com/oneday_class/test-class2/curriculumImage1.png"
},
"exercise": [
{
"sortIdx": 1000,
"secunit": null,
"eInfotype": 2,
"eTextId": "HIGH_KNEE_SKIP",
"eName": "High-knee Skip",
"bpTextId": "CAT_CARDIO",
"bpName": "Cardio",
"toolId": 4,
"deArrIndex": 0,
"data": []
},
{
"sortIdx": 1000,
"secunit": null,
"eInfotype": 2,
"eTextId": "INC_PUSH_UP",
"eName": "Incline Push Up",
"bpTextId": "CAT_CHEST",
"bpName": "Chest",
"toolId": 4,
"deArrIndex": 1,
"data": []
}
]
}
]
},
"userInfo": {
"name": "Jay테스트",
"gender": "male",
"birthdate": "1993-01-01",
"phone": "00000000000",
"surveyAnswer": [
{
"question": "운동경력",
"answer": "ㅇ"
},
{
"question": "부상 이력 및 기타 참고",
"answer": "ㅇ"
}
]
},
"orderId": "imp_008078255679",
"billingInfo": {
"orderId": "imp_008078255679",
"cardName": "비씨카드",
"cardNumber": "910020*********8",
"cardQuota": 0,
"price": 100000,
"receiptUrl": "https://iniweb.inicis.com/receipt/iniReceipt.jsp?noTid=INIMX_ISP_MOI321662120240522125502795460",
"payMethod": "card",
"paidAt": 1716350102
}
}
]
JavaScript
복사