# Bulk write 'Folder' Endpoint: POST /documents/filehandling/folder/list/ Version: 2.0.0 Security: customer_id, application_id, service_id, service_version_id, client_ct, client_object_id, client_secret ## Request fields (application/json): - `contains_files_with_personal_data` (boolean, required) - `notation_content_type` (object, required) Additional Validation Information: This value must be set together with the following fields: notation_object_id - `notation_content_type.id` (string) - `name` (string, required) - `notation_object_id` (string, required) Additional Validation Information: This value must be set together with the following fields: notation_content_type - `folder` (object,null) - `custom_id` (string,null) - `organization` (object,null) - `access_share` (object,null) - `private` (boolean) - `color` (string,null) ## Response 201 fields (application/json): - `id` (string, required) Additional Validation Information: Must be unique - `contains_files_with_personal_data` (boolean, required) - `notation_content_type` (object, required) Additional Validation Information: This value must be set together with the following fields: notation_object_id - `notation_content_type.id` (string) - `name` (string, required) - `notation_object_id` (string, required) Additional Validation Information: This value must be set together with the following fields: notation_content_type - `folder` (object,null) - `created_by` (object,null) - `custom_id` (string,null) - `organization` (object,null) - `access_share` (object,null) - `created_at` (string) - `private` (boolean) - `color` (string,null) ## Response 401 fields ## Response 403 fields ## Response 429 fields