GET /api/database/admin/views/
Returns all database views in the instance with information about the table, database and workspace they belong to, if the requesting user is staff. This can for example be used to find and intervene with publicly shared views that are being abused.
Servers
- /
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
page |
Integer | No |
Defines which page should be returned. |
sorts |
String | No |
A comma separated string of attributes to sort by, each attribute must be prefixed with |
only_public |
Boolean | No |
If set to |
size |
Integer | No |
Defines how many views should be returned per page. |
search |
String | No |
If provided, only views matching it exactly by slug, by the email address of their owner, or by the id of the view, its table, its database, its workspace or its owner are returned. Names are not searched. |
ids |
String | No |
A comma-separated list of views IDs to filter by. When provided, only views with those IDs are returned. |
workspace_id |
Integer | No |
If provided, only views in the workspace with this id are returned. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.