Add-ins
latest
false
Banner background image
Add-ins User Guide
Last updated Mar 12, 2024

Get Queue Items

Overview

<uipath-connector:queue-items-get>

  • OAuth required scopes: OR.Queues or OR.Queues.Read
  • Required permissions: Queues.View and Transactions.View
This operation makes an HTTP GET request to the /odata/QueueItems endpoint.

Parameters

NameTypeDescriptionDefault ValueRequired
ConfigurationStringThe name of the configuration to use. Yes

At Least One Permissions

Array of String

If in a cross-folder scenario, these represent the additional permissions required in the folders the data is retrieved from; at least one permission in this set must be met.

  
$expandStringIndicates the related entities to be represented inline. The maximum depth is 2.  
$topNumberLimits the number of items returned from a collection. The maximum value is 1000.  
$countBoolean

Indicates whether the total count of items within a collection are returned in the result.

false 
$orderbyStringSpecifies the order in which items are returned. The maximum number of expressions is 5.  
$filterStringRestricts the set of items returned. The maximum number of expressions is 100.  
Mandatory PermissionsArray of String

If in a cross-folder scenario, these represent the additional permissions required in the folders the data is retrieved from; all permissions in this set must be met.

  
$selectStringLimits the properties returned in the result.  
$skipNumberExcludes the specified number of items of the queried collection from the result.  
X UIPATH Organization Unit IdNumberFolder/OrganizationUnit Id  
Config RefConfigurationProviderThe name of the configuration to be used to execute this component. Yes
Streaming Strategy

Repeatable In Memory Stream

Repeatable File Store Stream

non-repeatable-stream

Configure if repeatable streams should be used and their behavior.  
Custom Query ParametersObject #[null] 
Custom HeadersObject   
Response TimeoutNumberThe timeout for request to the remote service.  
Response Timeout Unit

Enumeration, one of:

NANOSECONDS

MICROSECONDS

MILLISECONDS

SECONDS

MINUTES

HOURS

DAYS

A time unit which qualifies the Response Timeout.  
Streaming Type

Enumeration, one of:

AUTO

ALWAYS

NEVER

Defines if the request should be sent using streaming. Setting the value to AUTO automatically defines the best strategy based on the request content.   
Target VariableStringThe name of a variable on which the operation’s output is placed.  
Target ValueStringAn expression that is evaluated against the operation’s output and the outcome of that expression is stored in the target variable. #[payload] 
Reconnection Strategy

Reconnect

Reconnect Forever

A retry strategy in case of connectivity errors.  

Output

Type

Attributes Type

Any

Http Response Attributes

See Configuration parameters.
Throws
  • UIPATH-CONNECTOR:BAD_REQUEST
  • UIPATH-CONNECTOR:CLIENT_ERROR
  • UIPATH-CONNECTOR:CONNECTIVITY
  • UIPATH-CONNECTOR:INTERNAL_SERVER_ERROR
  • UIPATH-CONNECTOR:NOT_ACCEPTABLE
  • UIPATH-CONNECTOR:NOT_FOUND
  • UIPATH-CONNECTOR:RETRY_EXHAUSTED
  • UIPATH-CONNECTOR:SERVER_ERROR
  • UIPATH-CONNECTOR:SERVICE_UNAVAILABLE
  • UIPATH-CONNECTOR:TIMEOUT
  • UIPATH-CONNECTOR:TOO_MANY_REQUESTS
  • UIPATH-CONNECTOR:UNAUTHORIZED
  • UIPATH-CONNECTOR:UNSUPPORTED_MEDIA_TYPE

  • Overview
  • Parameters
  • Output

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.