Create List View

Add a List, Board, Calendar, Table, Timeline, Workload, Activity, Map, Chat, or Gantt view to a List.

SecurityAuthorization Token
Request
path Parameters
list_id
required
number <double>
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/list/{list_id}/view
Request samples
application/json
{
  • "name": "New List View Name",
  • "type": "list",
  • "grouping": {
    },
  • "divide": {
    },
  • "sorting": {
    },
  • "filters": {
    },
  • "columns": {
    },
  • "team_sidebar": {
    },
  • "settings": {
    }
}
Response samples
application/json
{
  • "view": {
    }
}