Authorization: Bearer ********************
{
"agent_session_sid": 0,
"agent_skills": [
"string"
]
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/p3api/listagentqueueandonholdcalldata' \
--header 'Content-Type: application/json' \
--data-raw '{
"agent_session_sid": 0,
"agent_skills": [
"string"
]
}'
{
"agent_queue_calls": [
{
"call_type": "INBOUND",
"start_date": "1s",
"hold_date": "1s",
"queued_notification_type": "QueuedNotificationType_GENERAL_INITIAL",
"phone_number": "string",
"caller_id": "string",
"agent_specific": true,
"call_sid": 0,
"skills": [
"string"
]
}
],
"on_hold_calls": [
{
"call_type": "INBOUND",
"start_date": "1s",
"hold_date": "1s",
"queued_notification_type": "QueuedNotificationType_GENERAL_INITIAL",
"phone_number": "string",
"caller_id": "string",
"agent_specific": true,
"call_sid": 0,
"skills": [
"string"
]
}
],
"hqm_calls": [
{
"call_type": "INBOUND",
"start_date": "1s",
"hold_date": "1s",
"queued_notification_type": "QueuedNotificationType_GENERAL_INITIAL",
"phone_number": "string",
"caller_id": "string",
"agent_specific": true,
"call_sid": 0,
"skills": [
"string"
]
}
]
}