forked from metabase/metabase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi.html
More file actions
80 lines (78 loc) · 2.29 KB
/
api.html
File metadata and controls
80 lines (78 loc) · 2.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
layout: docs-api
title: Metabase API documentation
description: The official API documentation for Metabase.
redirect_from:
- /docs/latest/api-documentation
- /docs/latest/api/action
- /docs/latest/api/activity
- /docs/latest/api/ee/advanced-config-logs
- /docs/latest/api/ee/advanced-permissions-application
- /docs/latest/api/ee/advanced-permissions-impersonation
- /docs/latest/api/alert
- /docs/latest/api/api-key
- /docs/latest/api/ee/audit-app-user
- /docs/latest/api/automagic-dashboards
- /docs/latest/api/bookmark
- /docs/latest/api/cache
- /docs/latest/api/card
- /docs/latest/api/channel
- /docs/latest/api/cloud-migration
- /docs/latest/api/collection
- /docs/latest/api/ee/content-verification-review
- /docs/latest/api/dashboard
- /docs/latest/api/database
- /docs/latest/api/dataset
- /docs/latest/api/email
- /docs/latest/api/embed
- /docs/latest/api/field
- /docs/latest/api/geojson
- /docs/latest/api/google
- /docs/latest/api/ldap
- /docs/latest/api/llm
- /docs/latest/api/login-history
- /docs/latest/api/metabot
- /docs/latest/api/model-index
- /docs/latest/api/native-query-snippet
- /docs/latest/api/notify
- /docs/latest/api/permissions
- /docs/latest/api/persist
- /docs/latest/api/premium-features
- /docs/latest/api/preview-embed
- /docs/latest/api/public
- /docs/latest/api/pulse
- /docs/latest/api/ee/query-reference-validation
- /docs/latest/api/revision
- /docs/latest/api/routes
- /docs/latest/api/ee/sandbox-gtap
- /docs/latest/api/ee/sandbox-table
- /docs/latest/api/ee/sandbox-user
- /docs/latest/api/scim
- /docs/latest/api/search
- /docs/latest/api/segment
- /docs/latest/api/serialization
- /docs/latest/api/ee/sso
- /docs/latest/api/sso-saml
- /docs/latest/api/stale
- /docs/latest/api/table
- /docs/latest/api/task
- /docs/latest/api/tiles
- /docs/latest/api/timeline
- /docs/latest/api/timeline-event
- /docs/latest/api/user
- /docs/latest/api/util
---
<!doctype html>
<html>
{% include head.html %}
<style>
:root {
--scalar-font: 'Lato', sans-serif;
}
</style>
<body>
<script id="api-reference" data-url="api.json"></script>
<script src="https://cdn.jsdelivr.net/npm/@scalar/api-reference@1.39.1/dist/browser/standalone.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@scalar/api-reference@1.39.1/dist/style.min.css">
</body>
</html>