Raw post-entry that includes only a summary of the post.

interface RawPostEntrySummary {
    media$thumbnail: RawPostThumbnail;
    category: RawPostCategory[];
    thr$total?: RawText;
    id: RawText;
    published: RawText;
    updated: RawText;
    title: RawTextTitle;
    link: RawEntryLink[];
    author: RawAuthor[];
    summary: RawTextTitle;
}

Hierarchy (view full)

Properties

media$thumbnail: RawPostThumbnail

The thumbnail image of the post.

category: RawPostCategory[]

The categories with which the post has been tagged.

thr$total?: RawText

The number of comments on the post.

Note: it will only be present if the blog configuration allows comments.

The id of the entry.

published: RawText

RFC 3339 date-time when the entry was published.

updated: RawText

RFC 3339 date-time when the entry was last updated.

The title of the entry.

link: RawEntryLink[]

The links of the entry.

author: RawAuthor[]

The authors who published or updated the entry.

summary: RawTextTitle

The summary content of the entry. Can contain HTML markup.