Raw page entry that includes the full content of the page.

interface RawPageEntry {
    id: RawText;
    published: RawText;
    updated: RawText;
    title: RawTextTitle;
    link: RawEntryLink[];
    author: RawAuthor[];
    content: RawTextContent;
}

Hierarchy (view full)

Properties

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.

The content of the entry. Can contain HTML markup.