v1
latestOpenAPI 3.1.02026-07-1451089.2 KBList all saved views in a pipeline
Saved views are a way of filtering which boxes appear in a pipeline. When you create a saved view, you can choose to filter and group by various properties.
get/pipelines/{pipelineKey}/views
Path parameters
pipelineKeystring required
The key of the pipeline
Response
200
Example response
{
"results": [
{
"viewKey": "8894bfb1-5457-4368-bcd0-c45d864f077b",
"settings": {
"columnOrderSettings": {
"version": 1,
"data": [
"property|name"
]
},
"summarySettings": {
"version": 1,
"data": {
"columnKey": "property|name",
"summaryFunction": "count"
}
},
"columnWidthSettings": {
"version": 1,
"data": {
"property|8abb531e-3ac7-4be9-bcc1-8b722e83300b": 156,
"property|46746ab5-b03f-4e27-b765-774c8a1f1de3": 154,
"property|notes": 75,
"property|6360f276-94cc-4a77-82ac-56704a9a945a": 75,
"property|name": 180
}
},
"columnVisibilitySettings": {
"version": 1
},
"groupBySettings": {
"version": 1.5,
"columnKey": {
"fieldType": "PROPERTY",
"column": "stageKey"
}
},
"columnSummarySettings": {
"version": 1
},
"sortSettings": {
"version": 1
},
"filterSettings": {
"version": 3,
"operator": "AND",
"filters": [
{
"operator": "AND"
}
]
},
"frozenColumnSettings": {
"version": 1
},
"visualizationSettings": {
"version": 2,
"data": {
"visualizationKey": "GROUP_BAR",
"visualizationChartConfig": {
"savedViewUnitConfig": {
"unitType": "BOX_COUNT"
}
}
}
}
},
"name": "Test"
}
]
}