Version v0.43 of Metabase is no longer supported. Check out the docs for the current stable version, Metabase v0.63.
Revision
API endpoints for Revision.
GET /api/revision/
Get revisions of an object.
PARAMS:
-
entityvalue must be one of:card,dashboard. -
idvalue must be an integer.
POST /api/revision/revert
Revert an object to a prior revision.
PARAMS:
-
entityvalue must be one of:card,dashboard. -
idvalue must be an integer. -
revision_idvalue must be an integer.
Read docs for other versions of Metabase.