Hi,
When I try to create a token for the API connection, I get an error.
After this page, I get Error 200 error in UiPath.
Hi,
When I try to create a token for the API connection, I get an error.
After this page, I get Error 200 error in UiPath.
For confidentia application acope the dupported grant type in client_credentials and not refresh toekn…please use the porper auth
Check this page
Cheers
Thanks for the information, I tried connecting directly to Swagger UI as a different way, but this time it was null even though the values below were present.
SpecificContent: null
Seems like the issue with your auth is compelted
For the further one first check if you are trying to get from same queue . If the items are different and or may be a different item is being taken…we need more info to decide the issue here
Cheers
Hey @Mesut_Can,
You don’t need to put client_secret
. Let it be blank and just click on Authorize. Follow login to Orchestrator if asked.
You are good!
Thanks,
Ashok
OK, I log in like this and get the data via Swagger, but specificContent appears to be null.
@Mesut_Can, you need two API calls.
/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
/odata/QueueItems({key})
Configure API request as below.
key = Id
X-UIPATH-OrganizationUnitId = `OrganizationUnitId`
That’s it. Click execute.
Result:
Thanks,
Ashok
You are an incredible person. You helped me a lot. Thank you very much.
I would like to leave a small note for those who have the same problem.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.