1. Trạng thái trực tổng đài

curl -X 'GET' \
  'https://localhost:7222/API/Voice/Supervisor/GetCategoryAgentVoiceStatus' \
  -H 'accept: */*' \
  -H 'Authorization: Bearer <token>'

Dữ liệu trả về

Name
Type
Description

value

String

Mã trạng thái

label

String

Tên trạng thái

BoolValue

Boolean

Trạng thái pause trong nhóm trực

[
  {
    "value": "backend-1",
    "label": "Xử lý backend",
    "BoolValue": true
  }
]

Last updated