get_content_filter_details
get_content_filter_details
Section titled “get_content_filter_details”Show one content-filtering profile’s full record by _id.
Side effects: None (read-only). Call this before
update_content_filter to see the profile’s current categories,
allow/block lists, and scope (the values you are about to
read-modify-write).
Returns the profile record, or an error envelope if no profile matches.
Example
Section titled “Example”get_content_filter_details(filter_id="65f...")Parameters
Section titled “Parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
filter_id |
string |
yes | — | The _id from list_content_filters. |
controller |
string |
no | “default” | Name of the UniFi controller to target. Defaults to "default". |