상담 대기 상담방 개수
Endpoint
[GET] API URL 정보
Request (Json)
Header
Field Name | Type | Required | Description |
---|---|---|---|
HT-Client-Id | String | Y | 고객센터에서 발급 받은 key |
HT-Client-Secret | String | Y | 고객센터에서 발급 받은 token |
Body
Field Name | Type (Length) | Required | Description | Default |
---|---|---|---|---|
date | String (10) | N | 검색 일자 (ex:2023-03-23) | 오늘 일자 |
Example
REST API Sample
Response (Json)
Parameter
Field Name | Type | Description |
---|---|---|
code | Int | 성공, 실패 여부 |
site_id | bigInt | 호출된 고객사 사이트 아이디 |
count | int | 상담대기 상담방 개수 |
response_time | datetime | 응답시간 |
message | String | 에러메시지 |