Version v0.44 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:
id
GET /api/timeline-event/:id
Fetch the [[TimelineEvent]] with id.
PARAMS:
id
POST /api/timeline-event/
Create a new [[TimelineEvent]].
PARAMS:
-
timestampvalue must be a valid date string -
question_idvalue may be nil, or if non-nil, value must be an integer greater than zero. -
descriptionvalue may be nil, or if non-nil, value must be a string. -
archivedvalue may be nil, or if non-nil, value must be a boolean. -
timezonevalue must be a string. -
time_mattersvalue may be nil, or if non-nil, value must be a boolean. -
namevalue must be a non-blank string. -
timeline_idvalue must be an integer greater than zero. -
sourcevalue may be nil, or if non-nil, value must be one of:collections,question. -
iconvalue may be nil, or if non-nil, value must be one of:balloons,bell,cloud,mail,star,warning.
PUT /api/timeline-event/:id
Update a [[TimelineEvent]].
PARAMS:
-
timestampvalue may be nil, or if non-nil, value must be a valid date string -
descriptionvalue may be nil, or if non-nil, value must be a string. -
archivedvalue may be nil, or if non-nil, value must be a boolean. -
timezonevalue may be nil, or if non-nil, value must be a string. -
time_mattersvalue may be nil, or if non-nil, value must be a boolean. -
namevalue may be nil, or if non-nil, value must be a non-blank string. -
timeline_idvalue may be nil, or if non-nil, value must be an integer greater than zero. -
iconvalue may be nil, or if non-nil, value must be one of:balloons,bell,cloud,mail,star,warning. -
id -
timeline-event-updates
Read docs for other versions of Metabase.