/call_queue_entries operation on CallQueueEntry resource
JWT for bearer authentication
Filters the query to results with attributes matching the given filter object Filters the query to results matching the given filter object
{}Sort order to apply to the results
^(id|-id|\+\+id|--id|call_uuid|-call_uuid|\+\+call_uuid|--call_uuid|queue_name|-queue_name|\+\+queue_name|--queue_name|caller_id_number|-caller_id_number|\+\+caller_id_number|--caller_id_number|caller_id_name|-caller_id_name|\+\+caller_id_name|--caller_id_name|state|-state|\+\+state|--state|agent_name|-agent_name|\+\+agent_name|--agent_name|wait_started_at|-wait_started_at|\+\+wait_started_at|--wait_started_at|answered_at|-answered_at|\+\+answered_at|--answered_at|completed_at|-completed_at|\+\+completed_at|--completed_at|abandoned_at|-abandoned_at|\+\+abandoned_at|--abandoned_at)(,(id|-id|\+\+id|--id|call_uuid|-call_uuid|\+\+call_uuid|--call_uuid|queue_name|-queue_name|\+\+queue_name|--queue_name|caller_id_number|-caller_id_number|\+\+caller_id_number|--caller_id_number|caller_id_name|-caller_id_name|\+\+caller_id_name|--caller_id_name|state|-state|\+\+state|--state|agent_name|-agent_name|\+\+agent_name|--agent_name|wait_started_at|-wait_started_at|\+\+wait_started_at|--wait_started_at|answered_at|-answered_at|\+\+answered_at|--answered_at|completed_at|-completed_at|\+\+completed_at|--completed_at|abandoned_at|-abandoned_at|\+\+abandoned_at|--abandoned_at))*$Paginates the response with the limit and offset or keyset pagination.
{ "limit": 25 }Relationship paths to include in the response
^()(,())*$Limits the response fields to only those listed for each type
{
"CallQueueEntry": "id,call_uuid,queue_name,caller_id_number,caller_id_name,state,agent_name,wait_started_at,answered_at,completed_at,abandoned_at"
}