I’m having trouble specifying folders in my HTTP request for getting jobs from orchestrator.
I have succesfully retrieved all folders and their OrganizationUnitIds and Names, but it seems that no matter how i try to use them in the odata/Jobs request, it doesn’t filter. I just get all jobs without filtration.
Anyone who can help me towards a filter method that works?
Header:
X-UiPath-OrganizationUnitId = CurrentItem(“FullyQualifiedName”).tostring
CurrentItem(“FullyQualifiedName”) refers to the folder name for each folder i loop through.
Again using access token retrieved in step 1 for authentication.
I have not been succesful in adding any filter as i’m having a hard time figuring out how to do so.