Datasets
Put dataset view
Overwrite view data with updated filters and other information for a specific dataset.
put/api/datasets/views/{id}/
Path parameters
idstring required
View ID
Request body
{"stackTrail":"components:schemas:DatasetViewRequest:properties:data","oasType":"schema","type":"unknown","description":"Custom view data","nullable":true}
datasetinteger required
Dataset ID
is_lockedboolean nullable
Whether this data manager tab is locked against configuration changes
locked_atstring date-time nullable
Time when this view was locked
orderinteger nullable
Position of the tab, starting at the left in data manager and increasing as the tabs go left to right
{"stackTrail":"components:schemas:DatasetViewRequest:properties:ordering","oasType":"schema","type":"unknown","description":"Ordering parameters","nullable":true}
{"stackTrail":"components:schemas:DatasetViewRequest:properties:selected_items","oasType":"schema","type":"unknown","description":"Selected items","nullable":true}
userinteger nullable
User who made this view
Response
{"stackTrail":"components:schemas:DatasetView:properties:data","oasType":"schema","type":"unknown","description":"Custom view data","nullable":true}
datasetinteger required
Dataset ID
idinteger required
is_lockedboolean nullable
Whether this data manager tab is locked against configuration changes
locked_atstring date-time nullable
Time when this view was locked
orderinteger nullable
Position of the tab, starting at the left in data manager and increasing as the tabs go left to right
{"stackTrail":"components:schemas:DatasetView:properties:ordering","oasType":"schema","type":"unknown","description":"Ordering parameters","nullable":true}
{"stackTrail":"components:schemas:DatasetView:properties:selected_items","oasType":"schema","type":"unknown","description":"Selected items","nullable":true}
userinteger nullable
User who made this view