The Board object represents a board within the project management system. It sits between Projects and Task lists, meaning it belongs to a project and contains multiple task lists.
In the application, boards are currently referred to as folders.
You can find out more about boards in our Help documentation: Boards
Following diagram shows boards in our data hierarchy:
Timestamp when the folder was archived, or null if active.
When true, this folder is hidden from members who do not have explicit access.
Unique identifier for the folder.
The display name of the folder.
The organization this folder belongs to.
Indicates the folder's placement context (e.g. project or global).
The display order position of this folder within its project.
The project this folder belongs to.
The ID of the project this folder belongs to.
A saved filter query string applied to this folder view.
The current status of the folder (e.g. active or archived).
1
2