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 | Object filter expression. Supported values are: in: Selects objects from the specified space(s)., notIn: Excludes objects from the specified space(s). | string | Yes |