post https://api.clickup.com/api/v2/list//view
Add a List, Board, Calendar, Table, Timeline, Workload, Activity, Map, Chat, or Gantt view to a List.
Log in to see full request history
Response
Add a List, Board, Calendar, Table, Timeline, Workload, Activity, Map, Chat, or Gantt view to a List.
xxxxxxxxxx
31curl --request POST \
--url https://api.clickup.com/api/v2/list//view \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"grouping": {
"ignore": true
},
"divide": {
"collapsed": true
},
"filters": {
"show_closed": true
},
"team_sidebar": {
"assigned_comments": true,
"unassigned_tasks": true
},
"settings": {
"show_task_locations": true,
"show_subtask_parent_names": true,
"show_closed_subtasks": true,
"show_assignees": true,
"show_images": true,
Try It!
to start a request and see the response here! Or choose an example: