Skip to content

Get Timeline Links

GET
/api/creative/plot/plotlines/{plotline_id}/timeline-links

Get all timeline links for a plotline.

plotline_id
required
Plotline Id
string

Successful Response

TimelineLinkListResponse

Response wrapper for timeline link list.

object
status
Status
string
default: ok
data
required
TimelineLinkListData

Timeline links

object
links
Links
Array<object>
TimelineLinkInfo

Info about a link between a plot plotline and a timeline swimlane lane.

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