INPUT_OBJECT
ActivitySeriesFilter
Description
Filters for list of event series.
link GraphQL Schema definition
- input ActivitySeriesFilter {
- # Filter by ancestor ID.
- : UUID
- # Filter by cluster UUID.
- : [UUID!]
- # Filter by cluster type.
- : [EventClusterType!]
- # Filter by last activity status.
- : [EventStatus!]
- # Filter by last activity type.
- : [EventType!]
- # Filter activites having last updated time after the specified value.
- : DateTime
- # Filter activites having last updated time before than the specified value.
- : DateTime
- # Filter by object fid.
- : [UUID!]
- # Filter by object name.
- : String
- # Filter by object type.
- : [EventObjectType!]
- # Filter by organization ID.
- : [String!]
- # Filter by search term.
- : String
- # Filter by severity of the activity.
- : [EventSeverity!]
- # Filter activities having start time after the specified value.
- : DateTime
- # Filter activities having start time before the specified value.
- : DateTime
- # IDs of the users who triggered the operation associated with the event series.
- : [String!]
- }