PUT /api/v2/view/view_id

Please paste view_id from "API V2 View" on "API V2 Test Space" for continuity

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
filters Object No
filters.show_closed Boolean No
filters.op String No
filters.search String No
filters.fields[] Array No
name String No
parent Object No
parent.id String No
parent.type Number No
team_sidebar Object No
team_sidebar.unassigned_tasks Boolean No
team_sidebar.assignees[] Array No
team_sidebar.assigned_comments Boolean No
grouping Object No
grouping.field String No
grouping.dir Number No
grouping.ignore Boolean No
grouping.collapsed[] Array No
columns Object No
columns.fields[] Array No
type String No
settings Object No
settings.me_subtasks Boolean No
settings.show_subtasks Number No
settings.collapse_empty_columns No
settings.me_checklists Boolean No
settings.show_closed_subtasks Boolean No
settings.me_comments Boolean No
settings.show_task_locations Boolean No
settings.show_assignees Boolean No
settings.show_images Boolean No
settings.show_subtask_parent_names Boolean No
sorting Object No
sorting.fields[] Array No
divide Object No
divide.field No
divide.dir No
divide.collapsed[] Array No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.