Revision

API endpoints for Revision.

GET /api/revision/

Get revisions of an object.

PARAMS:

  • entity value must be one of: card, dashboard.

  • id value must be an integer.

POST /api/revision/revert

Revert an object to a prior revision.

PARAMS:

  • entity value must be one of: card, dashboard.

  • id value must be an integer.

  • revision_id value must be an integer.


« Back to API index

Read docs for other versions of Metabase.

Thanks for your feedback!

See something that needs fixing? Propose a change.