Get Timeline Links
GET /api/creative/plot/plotlines/{plotline_id}/timeline-links
GET
/api/creative/plot/plotlines/{plotline_id}/timeline-links
Get all timeline links for a plotline.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” plotline_id
required
Plotline Id
string
Responses
Section titled “ Responses ”Successful Response
TimelineLinkListResponse
Response wrapper for timeline link list.
object
status
Status
string
data
required
TimelineLinkListData
Timeline links
object
links
Links
Array<object>
TimelineLinkInfoInfo 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>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context