Commands › › Export View Filter Settings
Export View Filter Settings
Coming soon
Before you run this
Active document and view must be open.
After it runs
JSON file written to disk with full filter settings.
When to use this
- User wants to export/backup view filter settings for review or comparison.
Don't use this when
Modifying filters (use CreateFilters/AddFilterToView). Model-wide export (use ExportModelFiltersCommand).
Returns
| Name | Type | Description |
|---|---|---|
totalFilters | int | Total filters exported from the active view |
filePath | string | File path the JSON was saved to |
What you'll see in the chat
on start
Exporting view filter settings to JSON...
Saving filter settings from the active view...
Saving filter settings from the active view...
thinking
Reading filters from the active view...
Extracting graphic overrides and rules...
Serializing to JSON...
Extracting graphic overrides and rules...
Serializing to JSON...
on success
Exported {totalFilters} filters to {filePath}
on failure
Filter export failed: {error}
REST API
Not yet exposed
This command does not carry a [RestApi] attribute today. Once tagged, this section will auto-populate with:
POST /api/v1/commands/export_view_filter_settings- Request body schema (from
[RestApiParam]) - Response schema (from
[RestApiResponse]) - curl / JS / Python code examples
Keywords & intent patterns
export view filters · save filters json · download filter settings · backup filters
Related
| Related commands | ExportModelFiltersCommand |
|---|---|
| Pillar |