Orchestrator HTTP is based on folder run from?

Hi fellow forum members!

I’ve been restructuring my orchestrator folders lately. Previously i’ve had just one folder, now i have many.

However, I’ve had a process running to take all jobs out via Orchestrator HTTP request, in order to be able to make a dashboard over job runtime.

This http request is using this relative endpoint “odata/Jobs?$top=1000” + TimeVariable (TimeVariable dynamically changes throughout the run of the job, because it can only take out 1000 jobs per request).

This relative endpoint only works in the folder that it is run from. The easy solution would be to run the process from every folder I have now created, but I’m wondering if it’s possible to specify every single folder (or just all folders at once)? Maybe by using the folder ID’s and iterating through them somehow?

Or perhaps its possible to run it on the entire tenant?

Kind regards
/Commerou

e.g. shifting form Orchestrator HTTP Request to

  • HTTP Request
  • Custom Rest Call Implementation with HttpClient

And providing the folder ID under X-UiPath-OrganizationUnitId

Hi,

I was wondering if that was the only solution.

I guess the orchestrator HTTP request has no way around it.

Thank you!

/Commerou

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.