Queue APIs
    • Dark
      Light

    Queue APIs

    • Dark
      Light

    Article summary

    The Queue object represents a queue and contains the name and statistics for that queue. Queue statistics include the number of Calls In Queue, the start time of the longest call-in queue, and the number of agents in each state.

    • View Queue API Parameters

    • Get Queue Details

    • Subscribe Queue

    • Unsubscribe Queue

    The sample response of Queue API:

    {    
        "queue": 
            {
            "name": "RT_Dev_Skill1",
            "statistics": {
                "agentsNotReady": "0",
                "agentsReady": "1",
                "agentsTalkingInbound": "1",
                "agentsTalkingInternal": "0",
                "agentsTalkingOutbound": "0",
                "agentsWrapUpNotReady": "0",
                "agentsWrapUpReady": "0",
                "callsInQueue": "0"
            },
            "uri": "/finesse/api/Queue/1001"
        }
    }

    Queue API Parameters

    Topic

    Sub-topic

    Description

    Queue

    SubscribeQueue

    Set subscribe queue.

    UnSubscribeQueue

    Set unsubscribe queue.

    GetQueueInfo

    Get queue information.


    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.