Skip to content
View as Markdown

Filter

Field Type Description
owned bitdrift.public.unary.explorations.v1.Filter.Owned Filters on whether the current user owns the entity.

(Only one of owned, or unowned, favorites, active can be set)
unowned bitdrift.public.unary.explorations.v1.Filter.Unowned Filters on whether the current user does not own the entity.

(Only one of unowned, or owned, favorites, active can be set)
favorites bitdrift.public.unary.explorations.v1.Filter.Favorites Filters on whether the current user has favorited the entity.

(Only one of favorites, or owned, unowned, active can be set)
active bitdrift.public.unary.explorations.v1.Filter.Active Filters on whether the entity is active.

(Only one of active, or owned, unowned, favorites can be set)

Example

JSON
{
  "owned": {}
}

Filter.Owned

No fields

Filter.Unowned

No fields

Filter.Favorites

No fields

Filter.Active

No fields