Tenants

List tenants

List tenants for the current environment.

get/v1/tenants

Query parameters

tenant_idstring

Filter tenants by ID.

namestring

Filter tenants by name.

afterstring

The cursor to fetch entries after.

beforestring

The cursor to fetch entries before.

page_sizeinteger

The number of items per page (defaults to 50).

Response

OK

Example response

{
  "entries": [
    {
      "__typename": "Tenant",
      "id": "tenant_jp123",
      "name": "Jurassic Park",
      "settings": {
        "branding": {
          "icon_url": "https://example.com/trex_silhouette_icon.png",
          "logo_url": "https://example.com/amber_fossil_logo.png",
          "primary_color": "#DF1A22",
          "primary_color_contrast": "#FFDE00"
        },
        "preference_set": {
          "categories": {
            "safety": {
              "channel_types": {
                "email": true,
                "push": true
              }
            }
          },
          "channel_types": {
            "email": true,
            "in_app_feed": true,
            "push": true
          },
          "id": "default",
          "workflows": {
            "park_alert": {
              "channel_types": {
                "email": true,
                "push": true
              }
            }
          }
        }
      }
    }
  ],
  "page_info": {
    "__typename": "PageInfo",
    "after": null,
    "before": null,
    "page_size": 25
  }
}

Changes

Changed in 3 of the 30 revisions of this API.13827

    • added the new is_between enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_between enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

  • b0b2bad5055711523See the full diff
    • added the new exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_before_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new is_timestamp_on_or_after_date enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • added the new not_exists enum value to the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-added

    • removed the is_timestamp_after enum value from the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/chat/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/email/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/http/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/in_app_feed/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/push/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channel_types/anyOf[subschema #1: PreferenceSetChannelTypes]/sms/oneOf[subschema #2: PreferenceSetChannelTypeSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels/anyOf[subschema #1: PreferenceSetChannels]/additionalProperties/oneOf[subschema #2: PreferenceSetChannelSetting]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • removed the is_timestamp_after enum value from the entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/conditions/items/operator response property for the response status 200

      response-property-enum-value-removed

    • added the optional property entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/categories/anyOf[subschema #1: PreferenceSetCategories]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels to the response with the 200 status

      response-optional-property-added

    • added the optional property entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/channels to the response with the 200 status

      response-optional-property-added

    • added the optional property entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/commercial_subscribed to the response with the 200 status

      response-optional-property-added

    • added the optional property entries/items/settings/preference_set/anyOf[subschema #1: PreferenceSet]/workflows/anyOf[subschema #1: PreferenceSetWorkflows]/additionalProperties/oneOf[subschema #2: PreferenceSetWorkflowCategorySettingObject]/channels to the response with the 200 status

      response-optional-property-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog