Users
Preferences

List user preference sets

Retrieves a list of all preference sets for a specific user.

get/v1/users/{user_id}/preferences

Path parameters

user_idstring required

The unique identifier of the user.

Response

OK

commercial_subscribedboolean nullable

Whether the recipient is subscribed to commercial communications. When false, the recipient will not receive commercial workflow notifications.

idstring required

Unique identifier for the preference set.

Example response

[
  {
    "categories": {
      "marketing": false,
      "transactional": {
        "channel_types": {
          "email": false
        }
      }
    },
    "channel_types": {
      "email": true,
      "push": false,
      "sms": {
        "conditions": [
          {
            "argument": "US",
            "operator": "equal_to",
            "variable": "recipient.country_code"
          }
        ]
      }
    },
    "commercial_subscribed": true,
    "id": "default",
    "workflows": null
  }
]

Changes

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

    • added the new is_between enum value to the items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/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 items/channels to the response with the 200 status

      response-optional-property-added

    • added the optional property items/commercial_subscribed to the response with the 200 status

      response-optional-property-added

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