9834 lines
874 KiB
Plaintext
9834 lines
874 KiB
Plaintext
---
|
||
title: Query Database
|
||
sidebarTitle: Query Database
|
||
description: Gets a list of Pages contained in the database, filtered and ordered according to the filter conditions and sort criteria provided in the request. The response may contain fewer than page_size of results.
|
||
---
|
||
|
||
## Params
|
||
|
||
<ParamField path="key" type="string" required={true}>
|
||
A unique string. Please see the [Keys and Resumability](/guides/resumability)
|
||
doc for more info.
|
||
</ParamField><ParamField path="params" type="object" required={true}>
|
||
Query Database Input
|
||
<Expandable title="properties" defaultOpen={true}><ParamField path="database_id" type="string" required={true}>
|
||
ID of the database
|
||
</ParamField><ParamField path="Notion-Version" type="string" required={true}>
|
||
The Notion API is versioned. Our API versions are named for the date the version is released, for example, 2022-06-28
|
||
</ParamField><ParamField path="sorts" type="array" required={false}>
|
||
<Expandable title="items" defaultOpen={false}><ParamField path="sorts[n]" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for sorts[n]" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="direction" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="timestamp" type="string" required={true}>
|
||
</ParamField><ParamField path="direction" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="filter" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for filter" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="or" type="array" required={true}>
|
||
<Expandable title="items" defaultOpen={false}><ParamField path="or[n]" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for or[n]" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="title" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for title" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="status" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for status" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="url" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for url" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="email" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for email" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="phone_number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for phone_number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="created_by" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for created_by" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="created_time" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for created_time" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="last_edited_by" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for last_edited_by" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="last_edited_time" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for last_edited_time" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="formula" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for formula" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="string" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for string" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rollup" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rollup" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="any" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for any" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="none" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for none" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="every" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for every" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="created_time" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for created_time" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="timestamp" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="last_edited_time" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for last_edited_time" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="timestamp" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="or" type="array" required={true}>
|
||
<Expandable title="items" defaultOpen={false}><ParamField path="or[n]" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for or[n]" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="title" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for title" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="status" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for status" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="url" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for url" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="email" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for email" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="phone_number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for phone_number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="created_by" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for created_by" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="created_time" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for created_time" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="last_edited_by" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for last_edited_by" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="last_edited_time" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for last_edited_time" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="formula" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for formula" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="string" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for string" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rollup" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rollup" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="any" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for any" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="none" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for none" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="every" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for every" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="and" type="array" required={true}>
|
||
<Expandable title="items" defaultOpen={false}><ParamField path="and[n]" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for and[n]" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="title" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for title" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="status" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for status" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="url" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for url" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="email" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for email" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="phone_number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for phone_number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="created_by" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for created_by" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="created_time" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for created_time" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="last_edited_by" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for last_edited_by" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="last_edited_time" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for last_edited_time" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="formula" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for formula" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="string" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for string" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rollup" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rollup" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="any" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for any" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="none" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for none" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="every" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for every" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="and" type="array" required={true}>
|
||
<Expandable title="items" defaultOpen={false}><ParamField path="and[n]" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for and[n]" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="title" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for title" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="status" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for status" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="url" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for url" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="email" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for email" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="phone_number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for phone_number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="created_by" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for created_by" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="created_time" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for created_time" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="last_edited_by" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for last_edited_by" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="last_edited_time" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for last_edited_time" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="formula" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for formula" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="string" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for string" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rollup" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rollup" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="any" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for any" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="none" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for none" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="every" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for every" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="created_time" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for created_time" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="timestamp" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="last_edited_time" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for last_edited_time" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="timestamp" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="or" type="array" required={true}>
|
||
<Expandable title="items" defaultOpen={false}><ParamField path="or[n]" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for or[n]" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="title" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for title" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="status" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for status" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="url" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for url" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="email" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for email" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="phone_number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for phone_number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="created_by" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for created_by" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="created_time" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for created_time" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="last_edited_by" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for last_edited_by" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="last_edited_time" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for last_edited_time" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="formula" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for formula" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="string" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for string" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rollup" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rollup" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="any" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for any" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="none" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for none" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="every" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for every" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="and" type="array" required={true}>
|
||
<Expandable title="items" defaultOpen={false}><ParamField path="and[n]" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for and[n]" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="title" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for title" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="status" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for status" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="url" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for url" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="email" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for email" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="phone_number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for phone_number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="created_by" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for created_by" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="created_time" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for created_time" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="last_edited_by" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for last_edited_by" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="last_edited_time" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for last_edited_time" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="formula" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for formula" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="string" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for string" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rollup" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rollup" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="any" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for any" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="none" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for none" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="every" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for every" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="title" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for title" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="status" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for status" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="url" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for url" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="email" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for email" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="phone_number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for phone_number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="created_by" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for created_by" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="created_time" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for created_time" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="last_edited_by" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for last_edited_by" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="last_edited_time" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for last_edited_time" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="formula" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for formula" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="string" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for string" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rollup" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rollup" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="any" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for any" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="none" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for none" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="every" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for every" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="rich_text" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="starts_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="ends_with" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="checkbox" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for checkbox" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="multi_select" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for multi_select" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="relation" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for relation" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="people" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="contains" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_contain" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="files" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="date" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="number" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for number" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="does_not_equal" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="greater_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="less_than_or_equal_to" type="number" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="property" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="created_time" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for created_time" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="timestamp" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="last_edited_time" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for last_edited_time" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="equals" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_before" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="on_or_after" type="string" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="this_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="past_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_week[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_month[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="next_year[key]" type="undefined" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for Value" defaultOpen={false}><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField><ParamField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ParamField path="is_not_empty" type="boolean" required={true}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="timestamp" type="string" required={true}>
|
||
</ParamField><ParamField path="type" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField><ParamField path="start_cursor" type="string" required={false}>
|
||
</ParamField><ParamField path="page_size" type="number" required={false}>
|
||
</ParamField><ParamField path="archived" type="boolean" required={false}>
|
||
</ParamField><ParamField path="filter_properties" type="array" required={false}>
|
||
The list of database properties you want to receive back in the responses – you need to provide ids
|
||
<Expandable title="items" defaultOpen={false}><ParamField path="filter_properties[n]" type="string" required={false}>
|
||
</ParamField></Expandable></ParamField></Expandable></ParamField>
|
||
|
||
## Response
|
||
|
||
<ResponseField path="response" type="object" required={true}>
|
||
Query Database Output
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="page" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="page[key]" type="undefined" required={false}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField><ResponseField path="next_cursor" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="has_more" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="results" type="array" required={true}>
|
||
<Expandable title="items" defaultOpen={false}><ResponseField path="results[n]" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for results[n]" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="parent" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for parent" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="database_id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="page_id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="block_id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="workspace" type="boolean" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="properties" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="properties[key]" type="object" required={false}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for properties[key]" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="number" type="number,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="url" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="select" type="object | null" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for select" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="name" type="string" required={true}>
|
||
</ResponseField><ResponseField path="color" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="null" required={false}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="multi_select" type="array" required={true}>
|
||
<Expandable title="items" defaultOpen={false}><ResponseField path="multi_select[n]" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="name" type="string" required={true}>
|
||
</ResponseField><ResponseField path="color" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="status" type="object | null" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for status" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="name" type="string" required={true}>
|
||
</ResponseField><ResponseField path="color" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="null" required={false}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="date" type="object | null" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="start" type="string" required={true}>
|
||
</ResponseField><ResponseField path="end" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="time_zone" type="string | null" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for time_zone" defaultOpen={false}><ResponseField path="Value" type="string" required={false}>
|
||
</ResponseField><ResponseField path="Value" type="null" required={false}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="null" required={false}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="email" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="phone_number" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="checkbox" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="files" type="array" required={true}>
|
||
<Expandable title="items" defaultOpen={false}><ResponseField path="files[n]" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for files[n]" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="file" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="url" type="string" required={true}>
|
||
</ResponseField><ResponseField path="expiry_time" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="name" type="string" required={true}>
|
||
</ResponseField><ResponseField path="type" type="string" required={false}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="external" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="url" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="name" type="string" required={true}>
|
||
</ResponseField><ResponseField path="type" type="string" required={false}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="created_by" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for created_by" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="GetUserOutput" type="object" required={false}>
|
||
Get User Output
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for GetUserOutput" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="person" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="email" type="string" required={false}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="name" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="avatar_url" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="bot" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for bot" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="Value[key]" type="undefined" required={false}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="owner" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for owner" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="user" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for user" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="person" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="email" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="name" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="avatar_url" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="workspace" type="boolean" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="workspace_name" type="string,null" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="name" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="avatar_url" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="created_time" type="string" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="last_edited_by" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for last_edited_by" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="GetUserOutput" type="object" required={false}>
|
||
Get User Output
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for GetUserOutput" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="person" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="email" type="string" required={false}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="name" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="avatar_url" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="bot" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for bot" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="Value[key]" type="undefined" required={false}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="owner" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for owner" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="user" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for user" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="person" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="email" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="name" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="avatar_url" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="workspace" type="boolean" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="workspace_name" type="string,null" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="name" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="avatar_url" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="last_edited_time" type="string" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="formula" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for formula" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="string" type="string,null" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="date" type="object | null" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="start" type="string" required={true}>
|
||
</ResponseField><ResponseField path="end" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="time_zone" type="string | null" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for time_zone" defaultOpen={false}><ResponseField path="Value" type="string" required={false}>
|
||
</ResponseField><ResponseField path="Value" type="null" required={false}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="null" required={false}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="number" type="number,null" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="boolean" type="boolean,null" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="title" type="array" required={true}>
|
||
<Expandable title="items" defaultOpen={false}><ResponseField path="title[n]" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for title[n]" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="text" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="content" type="string" required={true}>
|
||
</ResponseField><ResponseField path="link" type="object | null" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for link" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="url" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="null" required={false}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="annotations" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="bold" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="italic" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="strikethrough" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="underline" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="code" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="color" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="plain_text" type="string" required={true}>
|
||
</ResponseField><ResponseField path="href" type="string,null" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="mention" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for mention" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="user" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for user" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="GetUserOutput" type="object" required={false}>
|
||
Get User Output
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for GetUserOutput" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="person" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="email" type="string" required={false}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="name" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="avatar_url" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="bot" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for bot" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="Value[key]" type="undefined" required={false}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="owner" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for owner" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="user" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for user" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="person" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="email" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="name" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="avatar_url" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="workspace" type="boolean" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="workspace_name" type="string,null" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="name" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="avatar_url" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="date" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="start" type="string" required={true}>
|
||
</ResponseField><ResponseField path="end" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="time_zone" type="string | null" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for time_zone" defaultOpen={false}><ResponseField path="Value" type="string" required={false}>
|
||
</ResponseField><ResponseField path="Value" type="null" required={false}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="link_preview" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="url" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="template_mention" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for template_mention" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="template_mention_date" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="template_mention_user" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="page" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="database" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="annotations" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="bold" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="italic" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="strikethrough" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="underline" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="code" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="color" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="plain_text" type="string" required={true}>
|
||
</ResponseField><ResponseField path="href" type="string,null" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="equation" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="expression" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="annotations" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="bold" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="italic" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="strikethrough" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="underline" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="code" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="color" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="plain_text" type="string" required={true}>
|
||
</ResponseField><ResponseField path="href" type="string,null" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="rich_text" type="array" required={true}>
|
||
<Expandable title="items" defaultOpen={false}><ResponseField path="rich_text[n]" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text[n]" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="text" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="content" type="string" required={true}>
|
||
</ResponseField><ResponseField path="link" type="object | null" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for link" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="url" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="null" required={false}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="annotations" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="bold" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="italic" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="strikethrough" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="underline" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="code" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="color" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="plain_text" type="string" required={true}>
|
||
</ResponseField><ResponseField path="href" type="string,null" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="mention" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for mention" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="user" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for user" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="GetUserOutput" type="object" required={false}>
|
||
Get User Output
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for GetUserOutput" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="person" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="email" type="string" required={false}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="name" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="avatar_url" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="bot" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for bot" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="Value[key]" type="undefined" required={false}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="owner" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for owner" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="user" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for user" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="person" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="email" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="name" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="avatar_url" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="workspace" type="boolean" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="workspace_name" type="string,null" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="name" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="avatar_url" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="date" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="start" type="string" required={true}>
|
||
</ResponseField><ResponseField path="end" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="time_zone" type="string | null" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for time_zone" defaultOpen={false}><ResponseField path="Value" type="string" required={false}>
|
||
</ResponseField><ResponseField path="Value" type="null" required={false}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="link_preview" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="url" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="template_mention" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for template_mention" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="template_mention_date" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="template_mention_user" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="page" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="database" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="annotations" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="bold" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="italic" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="strikethrough" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="underline" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="code" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="color" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="plain_text" type="string" required={true}>
|
||
</ResponseField><ResponseField path="href" type="string,null" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="equation" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="expression" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="annotations" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="bold" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="italic" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="strikethrough" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="underline" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="code" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="color" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="plain_text" type="string" required={true}>
|
||
</ResponseField><ResponseField path="href" type="string,null" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="people" type="array" required={true}>
|
||
<Expandable title="items" defaultOpen={false}><ResponseField path="people[n]" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people[n]" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="GetUserOutput" type="object" required={false}>
|
||
Get User Output
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for GetUserOutput" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="person" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="email" type="string" required={false}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="name" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="avatar_url" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="bot" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for bot" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="Value[key]" type="undefined" required={false}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="owner" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for owner" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="user" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for user" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="person" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="email" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="name" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="avatar_url" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="workspace" type="boolean" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="workspace_name" type="string,null" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="name" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="avatar_url" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="relation" type="array" required={true}>
|
||
<Expandable title="items" defaultOpen={false}><ResponseField path="relation[n]" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="rollup" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rollup" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="number" type="number,null" required={true}>
|
||
</ResponseField><ResponseField path="function" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="date" type="object | null" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for date" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="start" type="string" required={true}>
|
||
</ResponseField><ResponseField path="end" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="time_zone" type="string | null" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for time_zone" defaultOpen={false}><ResponseField path="Value" type="string" required={false}>
|
||
</ResponseField><ResponseField path="Value" type="null" required={false}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="null" required={false}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="function" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="array" type="array" required={true}>
|
||
<Expandable title="items" defaultOpen={false}><ResponseField path="array[n]" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for array[n]" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="title" type="array" required={true}>
|
||
<Expandable title="items" defaultOpen={false}><ResponseField path="title[n]" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for title[n]" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="text" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="content" type="string" required={true}>
|
||
</ResponseField><ResponseField path="link" type="object | null" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for link" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="url" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="null" required={false}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="annotations" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="bold" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="italic" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="strikethrough" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="underline" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="code" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="color" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="plain_text" type="string" required={true}>
|
||
</ResponseField><ResponseField path="href" type="string,null" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="mention" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for mention" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="user" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for user" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="GetUserOutput" type="object" required={false}>
|
||
Get User Output
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for GetUserOutput" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="person" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="email" type="string" required={false}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="name" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="avatar_url" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="bot" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for bot" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="Value[key]" type="undefined" required={false}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="owner" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for owner" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="user" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for user" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="person" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="email" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="name" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="avatar_url" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="workspace" type="boolean" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="workspace_name" type="string,null" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="name" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="avatar_url" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="date" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="start" type="string" required={true}>
|
||
</ResponseField><ResponseField path="end" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="time_zone" type="string | null" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for time_zone" defaultOpen={false}><ResponseField path="Value" type="string" required={false}>
|
||
</ResponseField><ResponseField path="Value" type="null" required={false}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="link_preview" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="url" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="template_mention" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for template_mention" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="template_mention_date" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="template_mention_user" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="page" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="database" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="annotations" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="bold" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="italic" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="strikethrough" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="underline" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="code" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="color" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="plain_text" type="string" required={true}>
|
||
</ResponseField><ResponseField path="href" type="string,null" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="equation" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="expression" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="annotations" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="bold" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="italic" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="strikethrough" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="underline" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="code" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="color" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="plain_text" type="string" required={true}>
|
||
</ResponseField><ResponseField path="href" type="string,null" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="rich_text" type="array" required={true}>
|
||
<Expandable title="items" defaultOpen={false}><ResponseField path="rich_text[n]" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for rich_text[n]" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="text" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="content" type="string" required={true}>
|
||
</ResponseField><ResponseField path="link" type="object | null" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for link" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="url" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="null" required={false}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="annotations" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="bold" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="italic" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="strikethrough" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="underline" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="code" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="color" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="plain_text" type="string" required={true}>
|
||
</ResponseField><ResponseField path="href" type="string,null" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="mention" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for mention" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="user" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for user" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="GetUserOutput" type="object" required={false}>
|
||
Get User Output
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for GetUserOutput" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="person" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="email" type="string" required={false}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="name" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="avatar_url" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="bot" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for bot" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="Value[key]" type="undefined" required={false}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="owner" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for owner" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="user" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for user" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="person" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="email" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="name" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="avatar_url" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="workspace" type="boolean" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="workspace_name" type="string,null" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="name" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="avatar_url" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="date" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="start" type="string" required={true}>
|
||
</ResponseField><ResponseField path="end" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="time_zone" type="string | null" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for time_zone" defaultOpen={false}><ResponseField path="Value" type="string" required={false}>
|
||
</ResponseField><ResponseField path="Value" type="null" required={false}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="link_preview" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="url" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="template_mention" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for template_mention" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="template_mention_date" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="template_mention_user" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="page" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="database" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="annotations" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="bold" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="italic" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="strikethrough" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="underline" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="code" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="color" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="plain_text" type="string" required={true}>
|
||
</ResponseField><ResponseField path="href" type="string,null" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="equation" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="expression" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="annotations" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="bold" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="italic" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="strikethrough" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="underline" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="code" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="color" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="plain_text" type="string" required={true}>
|
||
</ResponseField><ResponseField path="href" type="string,null" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="people" type="array" required={true}>
|
||
<Expandable title="items" defaultOpen={false}><ResponseField path="people[n]" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for people[n]" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="GetUserOutput" type="object" required={false}>
|
||
Get User Output
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for GetUserOutput" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="person" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="email" type="string" required={false}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="name" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="avatar_url" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="bot" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for bot" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="Value[key]" type="undefined" required={false}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="owner" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for owner" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="user" type="object" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for user" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="person" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="email" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="name" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="avatar_url" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="workspace" type="boolean" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="workspace_name" type="string,null" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="name" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="avatar_url" type="string,null" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="relation" type="array" required={true}>
|
||
<Expandable title="items" defaultOpen={false}><ResponseField path="relation[n]" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="function" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="icon" type="object | null" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for icon" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="emoji" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="null" required={false}>
|
||
</ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="external" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="url" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="file" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="url" type="string" required={true}>
|
||
</ResponseField><ResponseField path="expiry_time" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="cover" type="object | null" required={true}>
|
||
undefined
|
||
|
||
*Please note that this object is one of the following possible types*
|
||
<Expandable title="possible types for cover" defaultOpen={false}><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="external" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="url" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="Value" type="null" required={false}>
|
||
</ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="type" type="string" required={true}>
|
||
</ResponseField><ResponseField path="file" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="url" type="string" required={true}>
|
||
</ResponseField><ResponseField path="expiry_time" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField><ResponseField path="created_by" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="last_edited_by" type="object" required={true}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField><ResponseField path="created_time" type="string" required={true}>
|
||
</ResponseField><ResponseField path="last_edited_time" type="string" required={true}>
|
||
</ResponseField><ResponseField path="archived" type="boolean" required={true}>
|
||
</ResponseField><ResponseField path="url" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField><ResponseField path="Value" type="object" required={false}>
|
||
<Expandable title="properties" defaultOpen={false}><ResponseField path="object" type="string" required={true}>
|
||
</ResponseField><ResponseField path="id" type="string" required={true}>
|
||
</ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField></Expandable></ResponseField> |