Authorization: Bearer ********************
{
"start_datetime": "1s",
"end_datetime": "1s"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/wfm/listagentstatesforday' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_datetime": "1s",
"end_datetime": "1s"
}'
{
"agent_states": [
{
"start_datetime": "1s",
"state_segments": [
{
"order_in_rts": 0,
"states": [
"UNSPECIFIED"
],
"width_in_minutes": 0,
"width_in_seconds": 0
}
],
"wfm_agent_sid": 0
}
]
}