Connect Token > invalid_request

@Mesut_Can, you need two API calls.

  1. 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

  1. 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 :slight_smile:

2 Likes