List an Asset
Fetch a list of Einstein Content Selection assets. Various filters may be applied to limit the result set.
Name | Type | Description |
---|---|---|
uuids | array | Provides a list by specific UUIDS. |
type | string | Provides a list of assets in to a specific asset class by name. |
asset_class_id | string | Provides a list of assets in specific asset class by uuid. |
selectable | boolean | Provides a list of assets which are or aren't specified as acceptable depending on the availability and their start and end times. String values: t, f, y, n |
archived | boolean | By default, archived assets are not listed. Set to true to list assets which are specified as acceptable. String values: t, f, y, n |
availability | boolean | Provides a list of assets which have the specified availability. String values: t, f, y, n |
fallback | boolean | Provides a list of assets which are or aren't specified as fallback. String values: t, f, y, n |
start_date_from | datetime | Provides a list of assets that start on or after the provided date and time. |
start_date_to | datetime | Provides a list of assets that start on or before the provided date and time. |
end_date_from | datetime | Provides a list of assets that end on or after the provided date and time. |
end_date_to | datetime | Provides a list of assets that end on or before the provided date and time. |