JSON reference for the spaceFilter clause that filters objects by space membership.
Property description
The spaceFilter clause filters objects based on the space(s) they belong to.
Minimal JSON
{
"type": "spaceFilter",
"values": [""],
"operand": ""
}
Nested properties
| Property | Description | Values | Mandatory |
|---|
type | spaceFilter | string | Yes |
values | Name(s) of the space(s) the filter applies to. | array of strings | Yes |
operand | See supported operand values. | string | Yes |
Supported operand values
| Value | Description |
|---|
in | Selects objects from the specified space(s). |
notIn | Excludes objects from the specified space(s). |