Skip Navigation

Get Queue Count

2.2.1
Air
Queues
SOAP API
Travel Agency
Airline Carrier

Not Signed In.

Looks like you may not have access to all of the resources and documentation for this page.
Please log-in or contact your support desk team if you believe you should have access.

The Get Queue Count (QueueCountLLSRQ) service is used to display the count of messages or Passenger Name Records (PNRs) on an alphabetic, numeric, and branch queues.

Target Audience
Travel Agency
Airline Carrier
API Version
2.2.1
Authentication
Session Token
Service Action Code
QueueCountLLSRQ

For additional information please refer to the Format Finder Help System reference: quefo014.

Sample Request
<QueueCountRQ Version="2.2.1" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <QueueInfo>
        <QueueIdentifier PseudoCityCode="IPCC1"/>
    </QueueInfo>
</QueueCountRQ>
Sample Response
<QueueCountRS xmlns="http://webservices.sabre.com/sabreXML/2011/10" Version="2.2.1" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:stl="http://services.sabre.com/STL/v01">
    <stl:ApplicationResults status="Complete">
        <stl:Success timeStamp="2015-11-16T09:46:40-05:00"/>
    </stl:ApplicationResults>
    <QueueInfo DateTime="06-25T09:46" PseudoCityCode="7TZA">
        <QueueIdentifier Count="....261" Number="S"/>
        <QueueIdentifier Count="......3" Number="9"/>
        <QueueIdentifier Count=".....29" Number="20"/>
        <QueueIdentifier Count="......2" Number="100"/>
        <QueueIdentifier Count="......1" Number="200"/>
        <QueueIdentifier Count="......1" Number="300"/>
        <QueueIdentifier Count="......1" Number="400"/>
        <QueueIdentifier Count="......7" Number="501"/>
    </QueueInfo>
    <Totals Count="......261" Type="MESSAGES"/>
    <Totals Count="........0" Type="SPECIALS"/>
    <Totals Count=".......44" Type="PNRS"/>
</QueueCountRS>