상담시간 조회
Endpoint
[GET] API URL 정보
Introduce
Request (Query)
Header
| Field Name | Type | Required | Description |
|---|---|---|---|
| HT-Client-Id | Text | Y | 고객센터에서 발급 받은 key |
| HT-Client-Secret | Text | Y | 고객센터에서 발급 받은 token |
Path Parameter
| Field Name | Type | Required | Description |
|---|---|---|---|
| sender_key | Text | Y | 발신프로필 키 |
Example
REST API Sample
Response (Json)
Parameter
| Field Name | Type | Description |
|---|---|---|
| code | Text | 처리 결과 코드 (200은 정상 / 나머지는 오류) |
| week_timetable | Json[] | 요일 별 상담 시간 목록 |
| message | Text | 처리 실패 시 결과 메시지 |
Example
Success
Data Dictionary
Data Dictionary
None
| Field Name | Type | Description |
|---|---|---|
| day | Text(3) | 요일 (영어 3자 표기, ex. mon) |
| start_at | Text(4) | 상담 시작 시간 |
| end_at | Text(4) | 상담 종료 시간 |