Story

An EditorialObject with objectType="Story", represents a story (for a non-fiction production) in the Limecraft Flow UI Story Builder application.

In the image below, "Fishermen Docu" is an example of a Story.

EditorialObjects in Limecraft Flow UI

Deprecation warning. Story and StoryPart could be removed from API and UI in the near future.

Property Reference

Field Name Required Type Description Format

abstract

String

alternativeTitle

String

Can contain a second title (with the title field being the primary title)

category

String

categoryId

Long

The id of the category we belong to

int64

created

Date

The time when this resource was created

date-time

createdBy

String

The request or process that created this resource

creatorId

Long

The id of the user who created this resource

int64

customFields

CustomFields

description

String

Plain text description

extent

String

funnel

String

Field which can be interpreted as a subtype (besides objectType). Only the objectType determines the structure of the EditorialObject, the funnel does not. It is meant for applications to indicate the EditorialObject is to be interpreted in a specific way.

id

Long

The id of this resource

int64

includeCategoryName

Boolean

includeChildren

Boolean

includeEdl

Boolean

includeParent

Boolean

includeStoryParts

Boolean

lastUpdated

Date

The time when this resource was last updated

date-time

modifiedBy

String

The request or process responsible for the last update of this resource

objectType

String

The data model type or class name of this resource

parent

EditorialObject

parentId

Long

The id of the parent EditorialObject

int64

productionId

Long

int64

status

String

Status of the EditorialObject. Application-specific implementation.

storyParts

List of EditorialObject

subObjects_index

Integer

Order of this EditorialObject inside its parent. Gaps are allowed.

int32

systemFields

CustomFields

title

String

Contains the primary title of the EditorialObject.

version

Long

The version of this resource, used for Optimistic Locking

int64