@Mesut_Can, you need two API calls.
- First API call to endpoint -
/odata/QueueItems
. This will return you all the queue Items int the Tennent.
We need two things from this API response. 1. OrganizationUnitId
2. Id
- So we have two inputs required for our second API call to endpoint -
/odata/QueueItems({key})
Configure API request as below.
key = Id
X-UIPATH-OrganizationUnitId = `OrganizationUnitId`
That’s it. Click execute.
Result:
Thanks,
Ashok