api.dashboard.get_grid_view_state
GET /dashboard/gridviewstate/{id}— ACPortal
Python
api.dashboard.get_grid_view_state(view_id: str) -> GridViewState
CLI
ab dashboard get_grid_view_state <view_id>
Fetch the saved column / filter / sort state for a grid view.
Response
Returns GridViewState.
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
no |
View state ID |
|
|
no |
Column configurations |
|
|
no |
Active filters |
|
|
no |
Sort configuration |