# Get root folder for a client **GET /api/v1/account/{account_uuid}/documents** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters #### Headers - **X-PLANNR-ACCOUNT-UUID** (string) #### Path parameters - **account_uuid** (string) ## Responses ### 200: #### Body Parameters: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **name** (string) Folder name - **slug** (string) Slug of the folder name - **path** (string) Folder path - **clients_read** (boolean) Denotes whether clients can access this folder and files - **clients_write** (boolean) Denotes whether clients can upload files to this folder - **show_client_permissions** (boolean) Denotes whether the option to change client permissions is enabled which depends on the firm show pseudo folders in client portal setting - **is_system_folder** (boolean) Denotes if this folder is a system folder - **is_pseudo_folder** (boolean) Denotes if this folder is a pseudo folder - **is_root_folder** (boolean) Denotes if this folder is a root folder of a documentable item - **documentable_type** (string) The documentable type such as account/plan/case/etc the file was uploaded to - **documentable_uuid** (string) The UUID of the documentable resource - **documentable** (string) The documentable the file was uploaded to - **participants_count** (integer) Number of accounts this folder has been directly shared with - **participants** (array[object]) Participants whom this folder has been directly shared with. - **folders_count** (integer) Number of subfolders within the folder - **folders** (array[object]) Subfolders within the folder. - **files_count** (integer) Number of files stored in the folder - **files** (array[object]) Files stored in the folder. - **parents** (array[object]) Parent folders. - **ancestors** (array[object]) All parents folders up the folder hierarchy structure. - **children** (array[object]) Subfolders within the folder. - **depth** (integer) How many levels deep there are to this folder hierarchy structure - **owned** (boolean) Is true if the authenticated account in the request has created this folder [Powered by Bump.sh](https://bump.sh)