Filter¶
Source definition: src/bitdrift/public/unary/workflows/v1/workflow.proto#L811-L838
| Field | Type | Description |
|---|---|---|
| owned | (Only one of owned, or unowned, favorites, active can be set) | Filters on whether the current user owns the entity. |
| unowned | (Only one of unowned, or owned, favorites, active can be set) | Filters on whether the current user does not own the entity. |
| favorites | (Only one of favorites, or owned, unowned, active can be set) | Filters on whether the current user has favorited the entity. |
| 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