Filter¶
| Field | Type | Description |
|---|---|---|
| owned | Filters on whether the current user owns the entity. (Only one of owned, or unowned, favorites, active can be set) |
|
| unowned | Filters on whether the current user does not own the entity. (Only one of unowned, or owned, favorites, active can be set) |
|
| favorites | Filters on whether the current user has favorited the entity. (Only one of favorites, or owned, unowned, active can be set) |
|
| 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