v51

latestSwagger 2.0AGPL-3.0-or-laterraw.githubusercontent.com2026-08-0116998415.7 KB
project

Get one project view

Returns a project view by its ID.

get/projects/{project}/views/{id}

Path parameters

projectinteger required

Project ID

idinteger required

Project View ID

Response

The project view

bucket_configuration_mode'none' | 'manual' | 'filter'

The bucket configuration mode. Can be none, manual or filter. manual allows to move tasks between buckets as you normally would. filter creates buckets based on a filter for each bucket.

createdstring

A timestamp when this reaction was created. You cannot change this value.

default_bucket_idinteger

The ID of the bucket where new tasks without a bucket are added to. By default, this is the leftmost bucket in a view.

done_bucket_idinteger

If tasks are moved to the done bucket, they are marked as done. If they are marked as done individually, they are moved into the done bucket.

idinteger

The unique numeric id of this view

positionnumber

The position of this view in the list. The list of all views will be sorted by this parameter.

project_idinteger

The project this view belongs to

titlestring

The title of this view

updatedstring

A timestamp when this view was updated. You cannot change this value.

view_kind'list' | 'gantt' | 'table' | 'kanban'

The kind of this view. Can be list, gantt, table or kanban.