/adobe-experience-manager-folders | Type: Application | PCID required: Yes
Tools
| Tool | Description |
|---|---|
adobe_experience_manager_folders_create_folders | Creates new folders at the specified paths. |
adobe_experience_manager_folders_delete_by_path | Delete folder(s) by path |
adobe_experience_manager_folders_delete_folder | Delete folder by its ID |
adobe_experience_manager_folders_get_by_path | List folders at the specified path |
adobe_experience_manager_folders_get_folder_by_id | List folders under the specified folder ID |
adobe_experience_manager_folders_get_folder_job_result | Get the results of a completed job |
adobe_experience_manager_folders_get_folder_job_status | Get the status of an async job |
adobe_experience_manager_folders_create_folders
Creates new folders at the specified paths. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
body | any[] | No | — | Request body |
adobe_experience_manager_folders_delete_by_path
Delete folder(s) by path Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
force | boolean | No | — | If true, delete the directory even if it is referenced |
paths | any[] | Yes | — | The path of the folder to be deleted |
recursive | boolean | No | — | If true, delete the directory and all descendants |
adobe_experience_manager_folders_delete_folder
Delete folder by its ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
folderId | string | Yes | — | ID of the folder to access |
recursive | boolean | No | — | If true, delete the directory and all descendants |
force | boolean | No | — | If true, delete the directory even if it is referenced |
adobe_experience_manager_folders_get_by_path
List folders at the specified path Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
path | string | No | — | Path of the folder from which to list the children. |
limit | integer | No | — | For a paginated request, this parameter defines the maximum number of items to retrieve. |
cursor | string | No | — | When the number of results for a request exceeds the allowed limit, the response will include a cursor. That value can then be sent via this parameter on a subsequent request to retrieve the next set of items. |
adobe_experience_manager_folders_get_folder_by_id
List folders under the specified folder ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
folderId | string | Yes | — | ID of the folder to access |
limit | integer | No | — | For a paginated request, this parameter defines the maximum number of items to retrieve. |
cursor | string | No | — | When the number of results for a request exceeds the allowed limit, the response will include a cursor. That value can then be sent via this parameter on a subsequent request to retrieve the next set of items. |
adobe_experience_manager_folders_get_folder_job_result
Get the results of a completed job Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
jobId | string | Yes | — | ID of a backend asynchronous job |
adobe_experience_manager_folders_get_folder_job_status
Get the status of an async job Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
jobId | string | Yes | — | ID of a backend asynchronous job |

