Create Space View

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

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