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