The following table describes the properties of the article item type:

Name

Type

Description

id

string

The repository ID of the article item.

name

string

The item name displayed in the Business Control Center.

headline

string

The headline for the article. This property is intended for display on the storefront.

body

big string

The HTML text of the article.

mainImage

mediaContent item of mediaType Image

An image that is intended to be used as the main image when rendering an article on a page.

thumbnailImage

mediaContent item of mediaType Image

An image that is intended to be used as the thumbnail image when rendering an article on a page, such as in a spotlight. This image is also used as the thumbnail image for the article in the Business Control Center.

abstract

big string

The abstract of the article.

author

string

The author of the article.

postDate

timestamp

The timestamp when the article was posted. (Note that this is not necessarily the same as the startDate.) This property is intended for display on the storefront and to be used for sorting.

siteIds

set of site ID strings

In a multisite environment, the IDs of the sites the article is associated with. In a non-multisite environment, this property should be null.

tags

set of tag items

The tag items associated with the article.

relatedProducts

list of product items in the product catalog repository

Products associated with the article.

relatedCategories

list of category items in the product catalog repository

Categories associated with the article.

relatedArticles

list of article items

Other articles associated with the article.

relatedMedia

list of mediaContent items

mediaContent items associated with the article.

startDate

timestamp

Timestamp of when the article becomes available, if a collection filter is implemented to use this property.

endDate

timestamp

Timestamp of when the article is no longer available, if a collection filter is implemented to use this property.

parentFolder

folder item

Folder containing the article item. Can be null (use of folders is optional).

lastModifiedUser

string

Identifier of the last user to modify the article.

lastModifiedDate

timestamp

Timestamp of the last time the article was modified.

creationUser

string

Identifier of the user who created the article.

creationDate

timestamp

Timestamp of when the article was created.

version

int

Integer that is incremented automatically each time the article is updated; used to prevent version conflict.


Copyright © 1997, 2015 Oracle and/or its affiliates. All rights reserved. Legal Notices