Contact History
연락 이력 목록
GET /contact-histories
GET
/api/rest/v1/contact-histories연락 이력 목록
인증: Bearer 인증키 (REST_API) 또는 세션
Query Parameters
| 이름 | 타입 | 설명 |
|---|---|---|
contactId | string | - |
contactTargetId | string | - |
Response Example
{
"data": [
{
"id": "...",
"contactResult": "통화 완료"
}
]
}