Newer Version Available

This content describes an older version of this product. View Latest

Tableau CRM REST API Appendix

This appendix contains the references for shared representations and enums that are used across the Tableau CRM REST API resources. The following representation details are not REST API endpoints on their own, but describe object representations used in REST API request and response bodies.

AbstractFieldRepresentation

Property Name Type Description Filter Group and Version Available Version
default​Value Object An optional default value Small, 37.0 37.0
description String An optional description of the field Small, 37.0 37.0
field​Type Connect​Wave​Field​Type​Enum The type of the field. Valid values are:
  • Date
  • DateOnly
  • DateTime
  • Numeric
  • Text
Small, 37.0 37.0
format String For date field types, the format is used to parse the input value. For other field types, the format string is used for display. Small, 37.0 37.0
label String The label for the field. Small, 37.0 37.0
multi​Value Boolean Indicates if the field is a multivalue field (true) or not (false). The default is false. Small, 37.0 37.0
multi​Value​Separator String Required only for fields where multiValue is true. This is the value separator for multivalues. Small, 37.0 37.0
name String The field developer name. Small, 37.0 37.0
precision Integer The numeric precision or text length depending on the field type. Small, 37.0 37.0
scale Integer The numeric scale for numeric field types only. Small, 37.0 37.0
system​Field Boolean Indicates if the field is a system field (true) or not (false). The default is false. System fields are not queryable. Small, 37.0 37.0
unique​Id Boolean Indicates whether the field is a unique ID for the data set (true) or not (false). The default is false. There can only be one unique ID for any data set. Small, 37.0 37.0

AdvancedPropertyValueRepresentation

Property Name Type Description Filter Group and Version Available Version
name String The name of the advanced property. Small, 44.0 44.0
value String The value of the advanced property. Small, 44.0 44.0

Asset​Reference​Representation

Property Name Type Description Filter Group and Version Available Version
id String The 18 character ID of the asset. Small, 36.0 36.0
label String The asset label. Small, 36.0 36.0
name String The asset developer name. Small, 36.0 36.0
namespace String The namespace that qualifies the asset name. The default is the current organization's namespace, which is "empty namespace" for all organizations, except those developer edition orgs that have set a namespace. Small, 37.0 37.0
url String The asset URL. Small, 36.0 36.0

AssetReferenceInputRepresentation

Property Name Type Description Required or Optional Available Version
id String The 18 character ID of the asset. Optional (Id or Name must be provided) 36.0
name String The asset developer name. Optional (Id or Name must be provided) 36.0
namespace String The namespace that qualifies the asset name. The default is the current organization's namespace, which is "empty namespace" for all organizations, except those developer edition orgs that have set a namespace. Only required in orgs with namespace defined 37.0

AssetRevertHistoryInputRepresentation

Property Name Type Description Required or Optional Available Version
history​Id String The required source history id for this asset to revert to. Required 42.0
history​Label String The history label to tag the revert change with. Optional 42.0

BaseAssetInputRepresentation

Property Name Type Description Required or Optional Available Version
description String Short description of the asset Required for POST; Optional in PATCH 36.0
name String The asset developer name. Required for POST; Not allowed to edit in PATCH 36.0
label String The asset label. Optional in POST and PATCH 37.0

BaseTemplatedAssetRepresentation

BaseTemplatedAssetRepresentation inherits properties from the abstract BaseWaveAssetRepresentation. These base properties appear in BaseTemplatedAssetRepresentation alongside the properties defined explicitly in the following table.

Property Name Type Description Filter Group and Version Available Version
templated​Asset​Source​Name String The developer name of the template used to create this asset, if a template was used. Small, 52.0 52.0
template​Source​Id String The id of the template used to create this asset, if a template was used. Small, 52.0 52.0

BaseWaveAssetRepresentation

Property Name Type Description Filter Group and Version Available Version
asset​Sharing​Url String The URL for opening this asset in the user interface. This is a form of deep linking. The server examines the link parameters, which can include urlType, assetId, orgId, and loginHost, as well as other optional parameters, and translates as necessary to produce the correct result on the target client. For example, it opens the asset on a desktop client, or mobile if you are on a mobile OS. Small, 36.0 36.0
created​By Wave​User​Representation The user who created the asset. Small, 36.0 36.0
created​Date Date The time at which the asset was created, in ISO8601 date format. Small, 36.0 36.0
description String Short description of the asset. Small, 36.0 36.0
id String The 18 character ID of the asset. Small, 36.0 36.0
label String The asset label. Small, 36.0 36.0
last​Accessed​Date Date The last time the asset was accessed, in ISO8601 date format. Small, 36.0 36.0
last​ModifiedBy Wave​User​Representation The user who last updated the asset. Small, 36.0 36.0
last​Modified​Date Date The last time the asset was modified, in ISO8601 date format. Small, 36.0 36.0
name String The asset developer name. Small, 36.0 36.0
namespace String The namespace that qualifies the asset name. The default is the current organization's namespace, which is "empty namespace" for all organizations, except those developer edition orgs that have set a namespace. Small, 36.0 36.0
permissions Permissions​Representation The permissions for the current user. Small, 36.0 36.0
type Connect​Wave​Asset​Type​Enum The asset type. The default type is Dashboard. Valid types are:
  • Collection
  • Component
  • Dashboard
  • Dashboard​Saved​View
  • Dashboard​Snapshot
  • Data​Connector
  • Dataflow
  • Dataflow​Job
  • Dataflow​Job​Node
  • Dataset
  • Dataset​Shard
  • Dataset​Version
  • External​Data
  • Folder
  • Lens
  • Lightning​Component
  • Lightning​Dashboard
  • Lightning​Dashboard​Folder
  • Recipe
  • Recipe​Configuration
  • Recipe​Model
  • Replicated​Dataset
  • Report
  • Report​Folder
  • Story
  • Widget
  • Workflow
Optional, Small, 36.0 36.0
url String The asset URL. Small, 36.0 36.0

Typed​Asset​Reference​Representation

Property Name Type Description Filter Group and Version Available Version
type Connect​Wave​Asset​Type​Enum The type of the asset. Small, 51.0 51.0

Typed​Asset​Reference​Input​Representation

Property Name Type Description Required or Optional Available Version
type Connect​Wave​Asset​Type​Enum The type of the asset. Required 51.0

Wave​User​Representation

Property Name Type Description Filter Group and Version Available Version
id String The 18-character user ID. Small, 36.0 36.0
name String The name of the user. Small, 36.0 36.0
profile​Photo​Url String The Chatter profile photo of the user. Small, 36.0 36.0

Permissions​Representation

Property Name Type Description Filter Group and Version Available Version
create Boolean Indicates whether the user can create an asset (true) or not (false). Small, 45.0 45.0
manage Boolean Indicates whether the user can manage access on the asset (true) or not (false). Small, 36.0 36.0
modify Boolean Indicates whether the user can modify the asset (true) or not (false). Small, 36.0 36.0
view Boolean Indicates whether the user can view the asset (true) or not (false). Small, 36.0 36.0

ScheduleRepresentation

Property Name Type Description Filter Group and Version Available Version
asset​Id String The asset ID that this schedule belongs to. Small, 52.0 52.0
frequency Connect​Wave​Schedule​Frequency​Type​Enum Frequency on which this schedule is run. Valid values are:
  • Daily (Run once per day)
  • Event​Driven (Create Event Driven schedule)
  • Hourly (Run on one or more hours each day)
  • Minutely (Run subhourly each day)
  • Monthly (Run on one or more specific numeric days per month)
  • Monthly​Relative (Run on one or more relative days for month)
  • None (Not scheduled to run)
  • Weekly (Run on one or more days each week)
Small, 39.0 39.0
next​Scheduled​Date Date Next scheduled time (in UTC) for this schedule Small, 43.0 43.0
notification​Level Connect​Email​Notification​Level​Enum Email notification level of dataflow associated with this schedule. Valid values are:
  • Always
  • Failures
  • Never
  • Warnings
Small, 43.0 43.0
time Time​Representation Hour,minute, and timezone in which this schedule is run Small 39.0 39.0

DailyScheduleRepresentation

Property Name Type Description Filter Group and Version Available Version
frequency Connect​Wave​Schedule​Frequency​Type​Enum Frequency on which this schedule is run. Valid values are:
  • Daily (Run once per day)
  • Event​Driven (Create Event Driven schedule)
  • Hourly (Run on one or more hours each day)
  • Minutely (Run subhourly each day)
  • Monthly (Run on one or more specific numeric days per month)
  • Monthly​Relative (Run on one or more relative days for month)
  • None (Not scheduled to run)
  • Weekly (Run on one or more days each week)
Small, 39.0 39.0
time Time​Representation Hour, minute, and timezone in which this schedule is run. Small, 39.0 39.0

EventDrivenScheduleRepresentation

Property Name Type Description Filter Group and Version Available Version
trigger​Rule String The event based trigger rule that causes the asset to run. Small, 53.0 53.0

HourlyScheduleRepresentation

Property Name Type Description Filter Group and Version Available Version
days​Of​Week Connect​Wave​Day​Of​Week​Enum[] Days of the week on which the schedule runs. Valid values are:
  • Monday
  • Tuesday
  • Wednesday
  • Thursday
  • Friday
  • Saturday
  • Sunday
Small, 40.0 40.0
hourly​Interval Integer Number of hours between each queuing of the task. Small, 40.0 40.0
last​Hour Integer Last hour at which this task stops queuing. Small, 40.0 40.0

MonthlyRelativeScheduleRepresentation

Property Name Type Description Filter Group and Version Available Version
frequency Connect​Wave​Schedule​Frequency​Type​Enum Frequency on which this schedule is run. Valid values are:
  • Daily (Run once per day)
  • Event​Driven (Create Event Driven schedule)
  • Hourly (Run on one or more hours each day)
  • Minutely (Run subhourly each day)
  • Monthly (Run on one or more specific numeric days per month)
  • Monthly​Relative (Run on one or more relative days for month)
  • None (Not scheduled to run)
  • Weekly (Run on one or more days each week)
Small, 39.0 39.0
time Time​Representation Hour, minute, and timezone in which this schedule is run. Small, 39.0 39.0
day​In​Week Connect​Wave​Day​Of​Week​Enum Days of the week on which the schedule runs. Valid values are:
  • Monday
  • Tuesday
  • Wednesday
  • Thursday
  • Friday
  • Saturday
  • Sunday
Small, 39.0 39.0
week​In​Month Connect​Wave​Relative​Week​Enum Week within a month. Values values are:
  • First
  • Second
  • Third
  • Fourth
  • Last
Small, 39.0 39.0

MonthlySpecificScheduleRepresentation

Property Name Type Description Filter Group and Version Available Version
frequency Connect​Wave​Schedule​Frequency​Type​Enum Frequency on which this schedule is run. Valid values are:
  • Daily (Run once per day)
  • Event​Driven (Create Event Driven schedule)
  • Hourly (Run on one or more hours each day)
  • Minutely (Run subhourly each day)
  • Monthly (Run on one or more specific numeric days per month)
  • Monthly​Relative (Run on one or more relative days for month)
  • None (Not scheduled to run)
  • Weekly (Run on one or more days each week)
Small, 39.0 39.0
time Time​Representation Hour and timezone in which this schedule is run. Small, 39.0 39.0
days​Of​Month Integer[] Days of the month on which the schedule runs (-1, 1–31). Months lacking specific days will skip the job. Can specify a single value of -1 to indicate the last day of the month (-1 cannot be used with other days). Small, 39.0 39.0

WeeklyScheduleRepresentation

Property Name Type Description Filter Group and Version Available Version
frequency Connect​Wave​Schedule​Frequency​Type​Enum Frequency on which this schedule is run. Valid values are:
  • Daily (Run once per day)
  • Event​Driven (Create Event Driven schedule)
  • Hourly (Run on one or more hours each day)
  • Minutely (Run subhourly each day)
  • Monthly (Run on one or more specific numeric days per month)
  • Monthly​Relative (Run on one or more relative days for month)
  • None (Not scheduled to run)
  • Weekly (Run on one or more days each week)
Small, 39.0 39.0
time Time​Representation Hour and timezone in which this schedule is run. Small, 39.0 39.0
days​Of​Week Connect​Wave​Day​Of​Week​Enum[] Days of the week on which the schedule runs. Valid values are:
  • Monday
  • Tuesday
  • Wednesday
  • Thursday
  • Friday
  • Saturday
  • Sunday
Small, 39.0 39.0

TimeRepresentation

Property Name Type Description Filter Group and Version Available Version
hour Integer Hour at which this schedule is run (0-23). Small, 39.0 39.0
minute Integer Minute at which this schedule is run (0-59). Small, 39.0 39.0
time​Zone Time​Zone​Representation Time zone of the hour at which the schedule is run. Small, 39.0 39.0

TimeZoneRepresentation

Property Name Type Description Filter Group and Version Available Version
gmt​Offset Double The signed offset, in hours, from GMT. Small, 39.0 39.0
name String The display name of this time zone. Small, 39.0 39.0
zoneId String The id of this time zone. Small, 39.0 39.0

ScheduleInputRepresentation

Property Name Type Description Required or Optional Available Version
frequency Connect​Wave​Schedule​Frequency​Type​Enum Frequency on which this schedule is run. Valid values are:
  • Daily (Run once per day)
  • Event​Driven (Create Event Driven schedule)
  • Hourly (Run on one or more hours each day)
  • Minutely (Run subhourly each day)
  • Monthly (Run on one or more specific numeric days per month)
  • Monthly​Relative (Run on one or more relative days for month)
  • None (Not scheduled to run)
  • Weekly (Run on one or more days each week)
Required 39.0
notification​Level Connect​Email​Notification​Level​Enum Level of email notification for the scheduled job. Valid values are:
  • Always
  • Warnings
  • Failures
  • Never
Optional 42.0
time Time​Input​Representation The time when the schedule runs. Required 39.0

DailyScheduleInputRepresentation

Inherits frequency, notification, and time from ScheduleInputRepresentation

EventBasedScheduleInputRepresentation

Inherits frequency, notification, and time from ScheduleInputRepresentation
Property Name Type Description Required or Optional Available Version
trigger​Rule String The expression defining the events that trigger the schedule of the target asset. Currently accepts scheduling of Dataflows and Recipes as the target. Required 53.0

HourlyScheduleInputRepresentation

Inherits frequency, notification, and time from ScheduleInputRepresentation
Property Name Type Description Required or Optional Available Version
days​Of​Week Connect​Wave​Day​Of​Week​Enum[] Days of the week on which the schedule runs. Valid values are:
  • Monday
  • Tuesday
  • Wednesday
  • Thursday
  • Friday
  • Saturday
  • Sunday
Required 39.0
hourly​Interval Integer Number of hours in between queuing or scheduling of an asset. Required 39.0
last​Hour Integer Hour of day at which the schedule stops queuing the asset for processing. Required 39.0

MonthlyRelativeScheduleInputRepresentation

Inherits frequency, notification, and time from ScheduleInputRepresentation
Property Name Type Description Required or Optional Available Version
day​In​Week Connect​Wave​Day​Of​Week​Enum Days of the week on which the schedule runs. Valid values are:
  • Monday
  • Tuesday
  • Wednesday
  • Thursday
  • Friday
  • Saturday
  • Sunday
Small, 39.0 39.0
week​In​Month Connect​Wave​Relative​Week​Enum Week within a month. Values values are:
  • First
  • Second
  • Third
  • Fourth
  • Last
Small, 39.0 39.0

MonthlySpecificScheduleInputRepresentation

Inherits frequency, notification, and time from ScheduleInputRepresentation
Property Name Type Description Required or Optional Available Version
days​Of​Month Integer[] Days of the month on which the schedule runs (1-31). Months lacking specific days will skip the job. Required 39.0

WeeklyScheduleInputRepresentation

Inherits frequency, notification, and time from ScheduleInputRepresentation
Property Name Type Description Required or Optional Available Version
days​Of​Week Connect​Wave​Day​Of​Week​Enum[] Days of the week on which the schedule runs. Valid values are:
  • Monday
  • Tuesday
  • Wednesday
  • Thursday
  • Friday
  • Saturday
  • Sunday
Required 39.0

TimeInputRepresentation

Property Name Type Description Required or Optional Available Version
hour Integer First hour in the day on which the schedule is run. Required 39.0
minute Integer Minute offset from hour on which the schedule is first run. Required 39.0
timeZone String The time zone the schedule is stored in, which by default, is the user's time zone. Required 39.0

SnapshotRepresentation

Property Name Type Description Filter Group and Version Available Version
actions Notification​Action​Representation[] The list of actions taken when the subscription is executed. Small, 53.0 53.0
active Boolean Indicates whether the subscription is active (true) or not (false). Small, 53.0 53.0
asset​Bundle Wave​Asset​Bundle​Representation[] The asset associated with the subscription. Small, 53.0 53.0
created​Date Date The date the subscription was created. Small, 53.0 53.0
id String The 18 character subscription ID. Small, 53.0 53.0
last​Modified​Date Date The date the subscription was last modified. Small, 53.0 53.0
schedule Subscription​Schedule​Representation The schedule of when the subscription is emailed. Small, 53.0 53.0

NotificationActionRepresentation

Property Name Type Description Filter Group and Version Available Version
configuration Base​Notification​Action​Configuration​Representation[] The action type-specific configuration. Valid values are: Small, 53.0 53.0
type Notification​Action​Type The action type. Valid values are:
  • Post​To​Slack
  • Send​Email
Small, 53.0 53.0

SubscriptionScheduleRepresentation

Property Name Type Description Filter Group and Version Available Version
details Schedule​Details​Representation[] The schedule details, including time and frequency based details. Valid values are: Small, 53.0 53.0
frequency Connect​Wave​Schedule​Frequency​Type​Enum Frequency on which this schedule is run. Valid values are:
  • Daily (Run once per day)
  • Event​Driven (Create Event Driven schedule)
  • Hourly (Run on one or more hours each day)
  • Minutely (Run subhourly each day)
  • Monthly (Run on one or more specific numeric days per month)
  • Monthly​Relative (Run on one or more relative days for month)
  • None (Not scheduled to run)
  • Weekly (Run on one or more days each week)
Small, 53.0 53.0

SubscriptionDailyScheduleRepresentation

Inherits time from ScheduleDetailsRepresentation

SubscriptionWeeklyScheduleRepresentation

Inherits time from ScheduleDetailsRepresentation
Property Name Type Description Filter Group and Version Available Version
days​Of​Week Subscription​Schedule​Day​Of​Week[] The list of days for weekly frequency. Valid values are:
  • Fri
  • Mon
  • Sat
  • Sun
  • Thu
  • Tue
  • Wed
Small, 53.0 53.0

ScheduleDetailsRepresentation

Property Name Type Description Filter Group and Version Available Version
time Integer The time in which the schedule is run. Small, 53.0 39.0

BaseNotificationActionConfigurationRepresentation

Property Name Type Description Filter Group and Version Available Version
configuration Base​Notification​Action​Configuration​Representation[] First hour in the day on which the schedule is run. Required 39.0

PostToSlackNotificationActionConfigurationRepresentation

Property Name Type Description Filter Group and Version Available Version
exclude​Snapshot Boolean Indicates whether a snapshot is excluded in the dashboard subscription (true) or not (false). Small, 54.0 54.0
recipients Collaboration​Room​Notification​Recipient​Representation[] The collection of notification recipients. Small, 53.0 53.0
team Slack​Reference​Representation The team of notification recipients. Small, 53.0 53.0

CollaborationRoomNotificationRecipientRepresentation

Property Name Type Description Filter Group and Version Available Version
platform​Id String The platform identifier. Small, 53.0 53.0

SlackReferenceRepresentation

Property Name Type Description Filter Group and Version Available Version
platform​Id String The Slack platform identifier. Small, 53.0 53.0

SubscriptionSourceRepresentation

Property Name Type Description Filter Group and Version Available Version
type Connect​Subscription​Source​Type​Enum The subscription source type. Valid values are:
  • Collection
  • Dashboard
  • Widget
Required 52.0

BaseSubscriptionInputRepresentation

Property Name Type Description Required or Optional Available Version
actions Notification​Action​Input​Representation[] The collection of actions for the subscription. Required 53.0
active Boolean Indicates whether the subscription schedule is active (true) or not (false). Required 47.0
schedule Subscription​Schedule​Input​Representation[] The schedule for the subscription. Required 47.0
source Subscription​Source​Input​Representation[] The source and type of the subscription. Required 47.0

NotificationActionInputRepresentation

Property Name Type Description Required or Optional Available Version
configuration Base​Notification​Action​Configuration​Input​Representation The action type-specific configuration. Valid values are: Required 53.0
type Notification​Action​Type The action type. Valid values are:
  • Post​To​Slack
  • Send​Email
Required 53.0

SubscriptionScheduleInputRepresentation

Property Name Type Description Required or Optional Available Version
details Schedule​Details​Input​Representation The details of the subscription schedule. Required 47.0
frequency Connect​Wave​Schedule​Frequency​Type​Enum Frequency on which this schedule is run. Valid values are:
  • Daily (Run once per day)
  • Event​Driven (Create Event Driven schedule)
  • Hourly (Run on one or more hours each day)
  • Minutely (Run subhourly each day)
  • Monthly (Run on one or more specific numeric days per month)
  • Monthly​Relative (Run on one or more relative days for month)
  • None (Not scheduled to run)
  • Weekly (Run on one or more days each week)
Required 39.0

SubscriptionSourceInputRepresentation

Property Name Type Description Required or Optional Available Version
details Source​Details​Input​Representation The source details of the subscription schedule. Valid values are: Required 52.0
type Connect​Subscription​Source​Type​Enum The subscription source type. Valid values are:
  • Collection
  • Dashboard
  • Widget
Required Required 52.0

PostToSlackNotificationActionConfigurationInputRepresentation

Property Name Type Description Required or Optional Available Version
exclude​Snapshot Boolean Indicates whether a snapshot is excluded in the dashboard subscription (true) or not (false). Required 54.0
recipients Collaboration​Room​Notification​Recipient​Input​Representation[] The collection of notification recipients. Required 53.0
team Slack​Reference​Input​Representation The team of notification recipients. Required 53.0

CollaborationRoomNotificationRecipientInputRepresentation

Property Name Type Description Required or Optional Available Version
platform​Id String The platform identifier. Required 53.0

SlackReferenceInputRepresentation

Property Name Type Description Required or Optional Available Version
platform​Id String The Slack platform identifier. Required 53.0

ScheduleDetailsInputRepresentation

Property Name Type Description Required or Optional Available Version
time Integer The time of the subscription property. Required 52.0

CollectionSubscriptionSourceInputRepresentation

Property Name Type Description Required or Optional Available Version
asset Asset​Reference​Input​Representation The asset source of the subscription schedule. Required 52.0

DashboardSubscriptionSourceInputRepresentation

Property Name Type Description Required or Optional Available Version
asset Asset​Reference​Input​Representation The asset source of the subscription schedule. Required 53.0
saved​View Asset​Reference​Input​Representation The asset source of the dashboard saved view used in the subscription. Required 54.0

WidgetSubscriptionSourceInputRepresentation

No properties currently defined

Common Enums

Connect​Analytics​License​Type​Enum
Property Name Type Description Required or Optional Available Version
licenseType Connect​Analytics​License​Type​Enum The Analytics license types. Valid values are:
  • EinsteinAnalytics (Tableau CRM)
  • Sonic (Salesforce Data Pipeline)
Optional 51.0
Connect​Analytics​Limit​Type​Enum
Property Name Type Description Required or Optional Available Version
types Connect​Analytics​Limit​Type​Enum The types of limits used in Tableau CRM. Valid values are:
  • Batch​Transformation​Hours (Maximum dataflow runtime per month)
  • Dataset​Queries (Maximum queries on datasets for all users)
  • Dataset​Row​Count (Maximum row of all datasets combined)
  • Max​Daily​Rows​High​Output​Con (Maximum rows for all high volume tier output connectors per rolling 24-hour period)
  • Max​Daily​Rows​Low​Output​Con (Maximum rows for all low volume tier output connectors per rolling 24-hour period)
  • Max​Daily​Rows​Med​Output​Con (Maximum rows for all medium volume tier output connectors per rolling 24-hour period)
  • Max​Daily​Size​High​Output​Con (Maximum data size for all high volume tier output connectors per rolling 24-hour period)
  • Max​Daily​Size​Low​Output​Con (Maximum data size for all low volume tier output connectors per rolling 24-hour period)
  • Max​Daily​Size​Med​Output​Con (Maximum data size for all medium volume tier output connectors per rolling 24-hour period)
  • Output​Local​Connector​Volume (Maximum cumulative bytes of data files written to Salesforce in a rolling 24-hour period)
Optional 51.0
Connect​Wave​Asset​Type​Enum
Property Name Type Description Filter Group and Version Available Version
type Connect​Wave​Asset​Type​Enum The asset type. The default type is Dashboard. Valid types are:
  • Collection
  • Component
  • Dashboard
  • Dashboard​Saved​View
  • Dashboard​Snapshot
  • Data​Connector
  • Dataflow
  • Dataflow​Job
  • Dataflow​Job​Node
  • Dataset
  • Dataset​Shard
  • Dataset​Version
  • External​Data
  • Folder
  • Lens
  • Lightning​Component
  • Lightning​Dashboard
  • Lightning​Dashboard​Folder
  • Recipe
  • Recipe​Configuration
  • Recipe​Model
  • Replicated​Dataset
  • Report
  • Report​Folder
  • Story
  • Widget
  • Workflow
Optional, Small, 36.0 36.0
Connect​Wave​Asset​Visibility​Type
Property Name Type Description Filter Group and Version Available Version
visibility Connect​Wave​Asset​Visibility​Type Indicates whether the asset is hidden from users with view access or not. Valid values are:
  • All (Show all assets)
  • Limited (Hide assets from viewers with view access)
Small, 51.0 51.0
Connect​Wave​Scope​Type​Enum
Property Name Type Description Required or Optional Available Version
scope Connect​Wave​Scope​Type​Enum The type of scope to be applied to the returned collection. Valid values are:
  • Created​By​Me
  • Mru (Most Recently Used)
  • Shared​With​Me
Optional 38.0
Connect​Wave​Dataset​Sort​Order​Type​Enum
Property Name Type Description Required or Optional Available Version
sort Connect​Wave​Dataset​Sort​Order​Type​Enum The type of sort order to be applied to the returned collection. Valid values are:
  • Created​By
  • Created​Date
  • Last​Modified
  • Last​Queried
  • Last​Refreshed
  • Mru (Most Recently Used, last viewed date)
  • Name
  • Total​Rows
Optional 38.0
Connect​Wave​Sort​Order​Type​Enum
Property Name Type Description Required or Optional Available Version
sort Connect​Wave​Sort​Order​Type​Enum The type of sort order to be applied to the returned collection. Valid values are:
  • App
  • Created​By
  • Created​Date
  • Last​Modified
  • Last​Modified​By
  • Mru (Most Recently Used, last viewed date)
  • Name
  • Type
Optional 38.0
Connect​Wave​Schedule​Frequency​Type​Enum
Property Name Type Description Required or Optional Available Version
frequency Connect​Wave​Schedule​Frequency​Type​Enum Frequency on which this schedule is run. Valid values are:
  • Daily (Run once per day)
  • Event​Driven (Create Event Driven schedule)
  • Hourly (Run on one or more hours each day)
  • Minutely (Run subhourly each day)
  • Monthly (Run on one or more specific numeric days per month)
  • Monthly​Relative (Run on one or more relative days for month)
  • None (Not scheduled to run)
  • Weekly (Run on one or more days each week)
Required 39.0
Connect​Wave​Relative​Week​Enum
Property Name Type Description Filter Group and Version Available Version
week​In​Month Connect​Wave​Relative​Week​Enum Week within a month. Values values are:
  • First
  • Second
  • Third
  • Fourth
  • Last
Small, 39.0 39.0
Connect​Wave​Day​Of​Week​Enum
Property Name Type Description Filter Group and Version Available Version
day​In​Week Connect​Wave​Day​Of​Week​Enum Days of the week on which the schedule runs. Valid values are:
  • Monday
  • Tuesday
  • Wednesday
  • Thursday
  • Friday
  • Saturday
  • Sunday
Small, 39.0 39.0
Connect​Email​Notification​Level​Enum
Property Name Type Description Filter Group and Version Available Version
email​Notification​Level Connect​Email​Notification​Level​Enum Valid types of email notification levels you can set. Valid values are:
  • Always
  • Failures
  • Never
  • Warnings
Small, 42.0 42.0