| title | summary |
|---|---|
Timeline |
/api/timeline endpoints.
|
/api/timeline endpoints.
Delete a [[Timeline]]. Will cascade delete its events as well.
idvalue must be an integer greater than zero.
Fetch a list of [[Timelines]]. Can include archived=true to return archived timelines.
-
includenullable enum of events. -
archivednullable value must be a valid boolean string ('true' or 'false').
Fetch the [[Timeline]] with id. Include include=events to unarchived events included on the timeline. Add
archived=true to return all events on the timeline, both archived and unarchived.
-
idvalue must be an integer greater than zero. -
includenullable enum of events. -
archivednullable value must be a valid boolean string ('true' or 'false'). -
startnullable value must be a valid date string. -
endnullable value must be a valid date string.
Create a new [[Timeline]].
-
namevalue must be a non-blank string. -
defaultnullable boolean. -
descriptionnullable string. -
iconnullable enum of star, cake, mail, warning, bell, cloud. -
collection_idnullable value must be an integer greater than zero. -
archivednullable boolean.
Update the [[Timeline]] with id. Returns the timeline without events. Archiving a timeline will archive all of the
events in that timeline.
-
idvalue must be an integer greater than zero. -
namenullable value must be a non-blank string. -
defaultnullable boolean. -
descriptionnullable string. -
iconnullable enum of star, cake, mail, warning, bell, cloud. -
collection_idnullable value must be an integer greater than zero. -
archivednullable boolean. -
timeline-updates