action gerermesaffaires_get_spaces_space_id_folders_id_common_folders_all { label: "get_spaces_spaceId_folders_id_common_folders_all" description: "Returns common folders (even archived) of a folder" provider: gerermesaffaires method: GET path: "/spaces/{spaceId}/folders/{id}/common-folders/all" encoding: json input: { type: "object" properties: { Keywords: { type: "string" } Name: { type: "string" } id: { type: "string" } spaceId: { type: "string" } } required: ["id", "spaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }