Get Folder by Name
GET {{cloudUrl}}/{{cloudOrg}}/{{cloudTenant}}/odata/Folders?$Filter=DisplayName eq 'Video'
When executing GET Folders you will receive a list of folders including their IDs. You will need a specific folder ID for the following steps in order to find the right processes to be executed.
The folder ID will be handed over as X-UIPATH-OrganizationUnitId
for instance when searching for Release or StartingJobs in subsequent steps.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
$Filter | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"@odata.context":"https://cloud.uipath.com/org/tenant/orchestrator_/odata/$metadata#Folders","@odata.count":1,"value":[{"Key":"0d521387-6fb2-4055-a22c-62b7225565b4","DisplayName":"myTestFolder","FullyQualifiedName":"myTestFolder","FullyQualifiedNameOrderable":"myTestFolder","Description":null,"ProvisionType":"Automatic","PermissionModel":"FineGrained","ParentId":null,"ParentKey":null,"IsActive":true,"FeedType":"Processes","Id":515128}]}