isEmpty | boolean | Whether the property value is empty. Only true is accepted. |
isNotEmpty | boolean | Whether the property value is not empty. Only true is accepted. |
equals | string | An ISO 8601 date to match. Also accepts one of Notion’s relative values: today, tomorrow, yesterday, one_week_ago, one_week_from_now, one_month_ago, one_month_from_now. |
before | string | An ISO 8601 date the value must precede. Also accepts one of Notion’s relative values: today, tomorrow, yesterday, one_week_ago, one_week_from_now, one_month_ago, one_month_from_now. |
after | string | An ISO 8601 date the value must follow. Also accepts one of Notion’s relative values: today, tomorrow, yesterday, one_week_ago, one_week_from_now, one_month_ago, one_month_from_now. |
onOrBefore | string | An ISO 8601 date the value must not follow. Also accepts one of Notion’s relative values: today, tomorrow, yesterday, one_week_ago, one_week_from_now, one_month_ago, one_month_from_now. |
onOrAfter | string | An ISO 8601 date the value must not precede. Also accepts one of Notion’s relative values: today, tomorrow, yesterday, one_week_ago, one_week_from_now, one_month_ago, one_month_from_now. |
thisWeek | EmptyCondition | Whether the date is in the current week. Send an empty object. |
pastWeek | EmptyCondition | Whether the date is in the past week. Send an empty object. |
pastMonth | EmptyCondition | Whether the date is in the past month. Send an empty object. |
pastYear | EmptyCondition | Whether the date is in the past year. Send an empty object. |
nextWeek | EmptyCondition | Whether the date is in the next week. Send an empty object. |
nextMonth | EmptyCondition | Whether the date is in the next month. Send an empty object. |
nextYear | EmptyCondition | Whether the date is in the next year. Send an empty object. |