Link To Timeline
POST /api/creative/plot/plotlines/{plotline_id}/link-timeline
POST
/api/creative/plot/plotlines/{plotline_id}/link-timeline
Link a plot plotline to a timeline swimlane lane, syncing name/color.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” plotline_id
required
Plotline Id
string
Request Body required
Section titled “Request Body required ” TimelineLinkRequest
Request to link a plot plotline to a timeline swimlane lane.
object
timelinePlotlineId
required
Timelineplotlineid
Timeline plotline ID to link to
string
Responses
Section titled “ Responses ”Successful Response
TimelineLinkResponse
Response wrapper for a single timeline link.
object
status
Status
string
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>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context