cURL
curl --request GET \ --url http://localhost:8080/api/v1/filters/{id} \ --header 'Authorization: <api-key>'
{ "attributes": { "description": "<string>", "name": "<string>", "script": [ 123 ] }, "id": "<string>", "type": "<string>" }
Get a filter’s details by its ID
Filter ID
OK
Filter response model
Show child attributes
Was this page helpful?