FilterRequest

Parameters

id (optional)
UUID
The unique identifier of the filter. format: uuid
appId
UUID
The unique identifier of the app. format: uuid
enabled
Boolean
Indicates whether the filter is enabled.
name
String
The name of the filter.
description (optional)
String
The description of the filter.
created (optional)
Date
The creation date in RFC 3339 format based on the UTC time standard. format: date-time
lastUpdate (optional)
Date
The date of the last update in RFC 3339 format based on the UTC time standard. format: date-time
fields (optional)
array[FilterField]
The fields of the filter. Default value is an empty list.
variables (optional)
array[FilterVariable]
The variables that belong to a filter. Default value is an empty list.