Create Workspace (Everything level) View

Add a List, Board, Calendar, Table, Timeline, Workload, Activity, Map, Chat, or Gantt view at the Everything Level of a Workspace.

SecurityAuthorization Token
Request
path Parameters
team_id
required
number <double>

Team ID (Workspace)

Request Body schema: application/json
required
name
required
string
type
required
string

The type of view to create. Options include: list, board, calendar, table, timeline, workload, activity, map, conversation, or gantt.

required
object (Grouping)
required
object (Divide)
required
object (Sorting)
required
object (Filters)
required
object (Columns)

Custom Fields added to a view at the Everything level will be added to all tasks in your Workspace. Once Custom Fields are added to one of these views, you cannot move it to another level of the Hierarchy.

required
object (TeamSidebar)
required
object (Settings)
Responses
200
post/v2/team/{team_id}/view
Request samples
application/json
{
  • "name": "New Everything level View",
  • "type": "list",
  • "grouping": {
    },
  • "divide": {
    },
  • "sorting": {
    },
  • "filters": {
    },
  • "columns": {
    },
  • "team_sidebar": {
    },
  • "settings": {
    }
}
Response samples
application/json
{
  • "view": {
    }
}