Create Event
POST /api/creative/timelines/{timeline_id}/events
POST
/api/creative/timelines/{timeline_id}/events
Create an event within a timeline.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” timeline_id
required
Timeline Id
string
Request Body required
Section titled “Request Body required ” EventCreateRequest
POST /timelines/{id}/events body.
object
title
required
Title
Event title
string
description
Description
Description
string
dateDisplay
required
Datedisplay
Display date
string
dateSortKey
Datesortkey
Sort key
integer
category
TimelineEventCategory
Category
string
importance
TimelineEventImportance
Importance
string
sortOrder
Sortorder
Sort order
integer
tags
Tags
Tags
Array<string>
Responses
Section titled “ Responses ”Successful Response
EventResponse
Single event response.
object
status
required
Status
Operation status
string
data
required
TimelineEvent
Event data
object
timelineId
required
Timelineid
Parent timeline ID
string
title
required
Title
Event title
string
description
Description
Event description
string
dateDisplay
required
Datedisplay
Human-readable date string
string
dateSortKey
Datesortkey
Sortable integer date
integer
category
TimelineEventCategory
Event category
string
importance
TimelineEventImportance
Importance level
string
sortOrder
Sortorder
Order within same date
integer
tags
Tags
Tags
Array<string>
links
Links
Entity links
Array<object>
TimelineEventLinkLink from an event to an entity (character, location, document, etc.).
loreLinks
Lorelinks
Linked lore entries with link IDs
Array<object>
TimelineLoreLinkLink from an event to a lore entry, with the link record ID for unlinking.
object
id
required
Id
Link record ID
string
loreEntryId
required
Loreentryid
Lore entry ID
string
plotlineIds
Plotlineids
Plotline memberships
Array<string>
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context