Hello All,
I am trying to retrieve the complete list of Triggers/ProcessSchedules available inside a Folder via Postman.
I have successfully added the Postman to the OAuth apps via External Application.
Based on the documentation available here: Orchestrator - Permissions Per Endpoint (uipath.com)
I figured out that I need to enable ‘Schedules.View’ inside Application Scope of the Postman Application. However, from what I can see this is not available there.
I have also adjusted the roles of this Oath Apps via Manage Roles on both Tenant and Folder but the list of available figures inside Application Scope remains unchanged
I am using the following Enpoint inside Postman:
{{cloudUrl}}/{{cloudOrg}}/{{cloudTenant}}/odata/ProcessSchedules
and I am getting the following error message:
“message”: “You are not authorized!”
However, I can get fx. all the Assets inside then folder if adjust the Endpoint as I know that for this operation I have OR.Assets.Read enabled.
Does anyone know what I am missing to make this work?