Tenants

Get a tenant

Get a tenant by ID.

get/v1/tenants/{id}

Path parameters

idstring required

The unique identifier for the tenant.

Query parameters

resolve_full_preference_settingsboolean

When true, merges environment-level default preferences into the tenant's settings.preference_set field before returning the response. Defaults to false.

Response

OK

__typenamestring required

The typename of the schema.

idstring required

The unique identifier for the tenant.

namestring nullable

An optional name for the tenant.

Example response

{
  "__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
          }
        }
      }
    }
  }
}

Changes

Changed in 4 of the 30 revisions of this API.13828

    • added the new is_between enum value to the 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 new optional query request parameter resolve_full_preference_settings

      new-optional-request-parameter

    • added the optional property 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 settings/preference_set/anyOf[subschema #1: PreferenceSet]/channels to the response with the 200 status

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property 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