Skip to content

Link To Timeline

POST
/api/creative/plot/plotlines/{plotline_id}/link-timeline

Link a plot plotline to a timeline swimlane lane, syncing name/color.

plotline_id
required
Plotline Id
string
TimelineLinkRequest

Request to link a plot plotline to a timeline swimlane lane.

object
timelinePlotlineId
required
Timelineplotlineid

Timeline plotline ID to link to

string
>= 1 characters

Successful Response

TimelineLinkResponse

Response wrapper for a single timeline link.

object
status
Status
string
default: ok
data
required
TimelineLinkInfo

Timeline link info

object
timelinePlotlineId
required
Timelineplotlineid

Timeline plotline (lane) ID

string
timelineId
required
Timelineid

Parent timeline ID

string
timelineName
required
Timelinename

Timeline name

string
laneName
required
Lanename

Lane name in the timeline

string
createdAt
required
Createdat

When the link was created

integer

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object