The application ID that this asset is associated with. Used for resolving assets.
Important
|
This SDK is deprecated. See the Content SDK instead. |
Property | Type | Description |
---|---|---|
|
|
The application ID that this asset is associated with. Used for resolving assets. |
|
|
The tenant ID that this asset is associated with. Used for resolving assets. |
|
|
Describes the general type of the asset. This is used to determine how to render the asset on the frontend. For example, if the type is IMAGE, then the frontend will know to render it in an <img/> tag. Example values: IMAGE, VIDEO, EMBED, PDF, WORD, AUDIO, CSV, EXCEL, TEXT, UNKNOWN |
|
|
The name of the provider that is hosting the asset. For assets hosted by the asset service itself, this should be BROADLEAF. |
|
|
The location used to resolve this asset. If the provider is equal to BROADLEAF, then this will be a relative URL such as /icon.png. For other providers, this will be the fully qualified URL such as https://www.youtube.com/watch?v=abcdefg. Note that embedCode and this field can never both have values. |
|
|
A fully resolved content URL path that can be used to directly fetch the binary data of an asset. If the provider is BROADLEAF, the content URL will be the result of prepending the server-property-configured contentUrlPrefix to the url. For other providers, the content URL will just be a duplication of the original url. Note: since the content resolver endpoint requires context information to properly locate the asset, the content URL will have request parameters containing tenant information appended to it. |
|
|
If and only if type is EMBED, this field holds the HTML to embed. Note that url and this field can never both have values. |
|
|
Text that corresponds to the HTML alt attribute that should be used when this asset is rendered in a browser. This is used as an alternative for screen-readers and as an SEO enhancement describing the asset. |
|
|
Text that corresponds to the HTML title attribute that should be used when this asset is rendered in a browser. This is used as a tooltip or caption. |
|
|
Descriptive or identifying labels. Tags can be used to provide a means of designating special purposes for the asset grouping otherwise related assets such as "banners" provide a label for some other, arbitrary purpose |
|
|
Property | Type | Description |
---|---|---|
|
|
Unique identifier for the member of the list. Primarily used to match translations. |
|
|
A unique name for the Content Item. |
|
|
Defines the beginning time for which this Content Item is active. If both the active start date and the activeEndDate are null, this Content Item is considered to always be active. |
|
|
Defines the ending time for which this Content Item is active. If the activeStartDate is not null, but the active end date is, the Content Item is considered to be active forever, starting on the start date. |
|
|
The rule string used to check if this Content Item is applicable. |
|
|
The priority that an item has in relation to other items. |
|
|
Describes what kind of content this item will hold. Example Values: - IMAGE - HTML - TEXT |
|
|
The actual content for this Content Item. This could be anything that is representable as a string (i.e. HTML). |
|
|
Represents a relationship between a ContentItem and an asset. The binary data of the asset is generally managed by an external service like the asset service. This simply represents an association to that asset. |
|
|