Warehouse
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
POST | |
POST | |
POST |
List all warehouse tables list
Create, Read, Update and Delete Warehouse Tables.
Required API key scopes
warehouse_table:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
- searchstring
Response
Example request
GET /api /projects /:project_id /warehouse_tablesExample response
Status 200
RESPONSE
Create warehouse tables create
Create, Read, Update and Delete Warehouse Tables.
Required API key scopes
warehouse_table:writePath parameters
- project_idstring
Request parameters
- deletedboolean
- namestring
- format
- url_patternstring
- credential
Response
Example request
POST /api /projects /:project_id /warehouse_tablesExample response
Status 201
RESPONSE
Retrieve warehouse tables retrieve
Create, Read, Update and Delete Warehouse Tables.
Required API key scopes
warehouse_table:readPath parameters
- idstring
- project_idstring
Response
Example request
GET /api /projects /:project_id /warehouse_tables /:idExample response
Status 200
RESPONSE
Update warehouse tables update
Create, Read, Update and Delete Warehouse Tables.
Required API key scopes
warehouse_table:writePath parameters
- idstring
- project_idstring
Request parameters
- deletedboolean
- namestring
- format
- url_patternstring
- credential
Response
Example request
PATCH /api /projects /:project_id /warehouse_tables /:idExample response
Status 200
RESPONSE
Delete warehouse tables destroy
Create, Read, Update and Delete Warehouse Tables.
Required API key scopes
warehouse_table:writePath parameters
- idstring
- project_idstring
Example request
DELETE /api /projects /:project_id /warehouse_tables /:idExample response
Status 204 No response body
Create warehouse tables refresh schema create
Create, Read, Update and Delete Warehouse Tables.
Path parameters
- idstring
- project_idstring
Request parameters
- deletedboolean
- namestring
- format
- url_patternstring
- credential
Example request
POST /api /projects /:project_id /warehouse_tables /:id /refresh_schemaExample response
Status 200 No response body
Create warehouse tables update schema create
Create, Read, Update and Delete Warehouse Tables.
Path parameters
- idstring
- project_idstring
Request parameters
- deletedboolean
- namestring
- format
- url_patternstring
- credential
Example request
POST /api /projects /:project_id /warehouse_tables /:id /update_schemaExample response
Status 200 No response body
Create warehouse tables file create
Create, Read, Update and Delete Warehouse Tables.
Required API key scopes
warehouse_table:writePath parameters
- project_idstring