Skip to content

Copy a filter view into the caller's own collection ("Copy to my views").

POST
/v1/filter_views/{id}/copy
curl --request POST \
--url https://api.adversarial.com/api/v1/filter_views/123e4567-e89b-12d3-a456-426614174000/copy
id
required
string format: uuid

The filter view ID to copy

Example
123e4567-e89b-12d3-a456-426614174000

Filter view copied

Media typeapplication/json
object
filter
required
object
filtered_table
required
string
id
required
string format: uuid
name
required
string
shared
required

Whether the owner has shared this view with their organization.

boolean
user_id
required
string format: uuid
Example
{
"filtered_table": "risks"
}

Filter view not found