Skip to content
View as Markdown

Filter

Source definition: src/bitdrift/public/unary/workflows/v1/workflow.proto#L811-L838

Field Type Description
owned bitdrift.public.unary.workflows.v1.Filter.Owned(Only one of owned, or unowned, favorites, active can be set) Filters on whether the current user owns the entity.
unowned bitdrift.public.unary.workflows.v1.Filter.Unowned(Only one of unowned, or owned, favorites, active can be set) Filters on whether the current user does not own the entity.
favorites bitdrift.public.unary.workflows.v1.Filter.Favorites(Only one of favorites, or owned, unowned, active can be set) Filters on whether the current user has favorited the entity.
active bitdrift.public.unary.workflows.v1.Filter.Active(Only one of active, or owned, unowned, favorites can be set) Filters on whether the entity is active.

Example

JSON
{
  "owned": {}
}

Filter.Owned

Source definition: src/bitdrift/public/unary/workflows/v1/workflow.proto#L812-L813

No fields

Filter.Unowned

Source definition: src/bitdrift/public/unary/workflows/v1/workflow.proto#L815-L816

No fields

Filter.Favorites

Source definition: src/bitdrift/public/unary/workflows/v1/workflow.proto#L818-L819

No fields

Filter.Active

Source definition: src/bitdrift/public/unary/workflows/v1/workflow.proto#L821-L822

No fields