Commands  ›   ›  Export View Filter Settings

Export View Filter Settings

writes to model Public API · not yet exposed

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

Don't use this when

Modifying filters (use CreateFilters/AddFilterToView). Model-wide export (use ExportModelFiltersCommand).

Returns

NameTypeDescription
totalFiltersintTotal filters exported from the active view
filePathstringFile 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...
thinking
Reading filters from the active view...
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 commandsExportModelFiltersCommand
Pillar