Story
@Serializable
Represents a single story retrieved from the Storyblok API.
Constructors
Link copied to clipboard
constructor(id: Long, uuid: Uuid, name: String, content: T, slug: String, fullSlug: String, createdAt: Instant, publishedAt: Instant?, firstPublishedAt: Instant?, updatedAt: Instant?, sortByDate: LocalDate?, position: Int, tagList: List<String>, isStartPage: Boolean, parentId: Long?, metadata: Map<String, String>?, groupId: Uuid, releaseId: Long? = null, language: String, path: String?, alternates: List<Story.Alternate>, defaultFullSlug: String?, translatedSlugs: List<Story.TranslatedSlug>?)
Types
Link copied to clipboard
@Serializable
Translated slug information for localized story variants.
Properties
Link copied to clipboard
An array containing objects that provide basic data of the stories defined as alternates of the current story.
Link copied to clipboard
Contains the complete slug of the default language (if the Translatable Slugs app is installed).
Link copied to clipboard
First publication timestamp (Timestamps follow the ISO 8601 standard in UTC).
Link copied to clipboard
True if the story is defined as folder root.
Link copied to clipboard
Latest publication timestamp (Timestamps follow the ISO 8601 standard in UTC).
Link copied to clipboard
Date defined in the story's entry configuration (Format: YYYY-mm-dd).
Link copied to clipboard
Array of translated slug objects (if the Translatable Slugs app is installed).