The Folder object represents a folder within the project management system. It sits between Projects and Task lists, meaning it belongs to a project and contains multiple task lists.
You can find out more about folders in our Help documentation: Folders
Following diagram shows folders in our data hierarchy:
The timestamp when this folder was archived, or null if the folder is active.
Whether this folder is hidden from the project view.
The unique identifier of this folder.
The display name of this folder.
The organization this folder belongs to.
The fractional index used for ordering folders within a project, managed by the reposition endpoint.
The integer sort position of this folder within its project.
The project this folder belongs to.
The ID of the project this folder belongs to.
The name of this folder, used as a search query field in filter operations.
The archive status of this folder. Returns 1 for active folders and 2 for archived folders.
1
2