These are the docs for the Metabase master branch. Some features documented here may not yet be available in the latest release. Check out the docs for the latest version, Metabase v0.51.

Model index

API endpoints for Model index.

DELETE /api/model-index/:id

Delete ModelIndex.

PARAMS:

  • id value must be an integer greater than zero.

GET /api/model-index/

Retrieve list of ModelIndex.

PARAMS:

  • model_id value must be an integer greater than zero.

GET /api/model-index/:id

Retrieve ModelIndex.

PARAMS:

  • id value must be an integer greater than zero.

POST /api/model-index/

Create ModelIndex.

PARAMS:

  • model_id value must be an integer greater than zero.

  • pk_ref anything.

  • value_ref anything.

  • _model-index


« Back to API index

Read docs for other versions of Metabase.

Want to improve these docs? Propose a change.