GET /api/database/tables/database/{database_id}/
Lists all the tables that are in the database related to the database_id
parameter if the user has access to the database's workspace. A table is exactly as the name suggests. It can hold multiple fields, each having their own type and multiple rows. They can be added via the create_database_table_field and create_database_table_row endpoints.
Servers
- /
Path parameters
Name | Type | Required | Description |
---|---|---|---|
database_id |
Integer | Yes |
Returns only tables that are related to the provided value. |
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.