Version v0.48 of Metabase is no longer supported. Check out the docs for the current stable version, Metabase v0.63.
Timeline event
/api/timeline-event endpoints.
DELETE /api/timeline-event/:id
Delete a [[TimelineEvent]].
PARAMS:
idvalue must be an integer greater than zero.
GET /api/timeline-event/:id
Fetch the [[TimelineEvent]] with id.
PARAMS:
idvalue must be an integer greater than zero.
POST /api/timeline-event/
Create a new [[TimelineEvent]].
PARAMS:
-
timestampvalue must be a valid date string -
question_idnullable value must be an integer greater than zero. -
descriptionnullable string -
archivednullable boolean -
timezonestring -
time_mattersnullable boolean -
namevalue must be a non-blank string. -
timeline_idvalue must be an integer greater than zero. -
sourcenullable enum of collections, question -
iconnullable enum of star, cake, mail, warning, bell, cloud
PUT /api/timeline-event/:id
Update a [[TimelineEvent]].
PARAMS:
-
timestampnullable value must be a valid date string -
descriptionnullable string -
archivednullable boolean -
timezonenullable string -
time_mattersnullable boolean -
namenullable value must be a non-blank string. -
timeline_idnullable value must be an integer greater than zero. -
iconnullable enum of star, cake, mail, warning, bell, cloud -
idvalue must be an integer greater than zero. -
timeline-event-updates
Read docs for other versions of Metabase.