List all work items in a queue
- Zuletzt aktualisiert2020/04/15
List all work items in a queue
Automation Anywhere provides a REST API that enables you to retrieve a list of work items in a given queue.
Prerequisites
- AAE_Queue Admin role
- You need a user account with the AAE_Queue Admin role to query and manage workload queues and work items in an Control Room.
- JSON Web Token (JWT)
- All Control Room APIs require a JSON Web Token (JWT) to access the APIs. Generate an authentication token using the Enterprise 11 Authentication API.
- URL:
https://<your_control_room_url>/v2/wlm/queues/{id}/workitems/list
. - Method: POST.