Skip to main content

The Folder object

Use folders and sub-folders to organize resources Conversations, Boards, Files, and more.

At Kitchen.co, our system mirrors the familiar folder structure of your computer, providing a comfortable environment for organization. This adaptable setup empowers you to customize your workspace according to your unique business requirements.

Attributes

archived_at
nullable string
Time at which the folder was archived.
created_at
string
Time at which the folder was created.
id
string
Unique identifier for the folder.
name
string
Name of the folder
updated_at
string
Time at which the folder was last updated.
visibility
enum
Visibility of the folder. One of private, internal, shared.
The Folder object
{
"archived_at": null,
"created_at": "2024-03-12T14:18:37+00:00",
"id": "fo_19b9108c92d98f81224ece44",
"name": "New Folder",
"updated_at": "2024-03-12T14:18:37+00:00",
"visibility": "shared"
}