Warehouse View
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
POST |
List all warehouse view link
Create, Read, Update and Delete View Columns.
Required API key scopes
warehouse_view:readQuery parameters
- limitinteger
- offsetinteger
- searchstring
Response
Example request
GET /api /projects /:project_id /warehouse_view_linkExample response
Status 200
RESPONSE
Create warehouse view link
Create, Read, Update and Delete View Columns.
Required API key scopes
warehouse_view:writeRequest parameters
- deletedbooleannull
- source_table_namestring
- source_table_keystring
- joining_table_namestring
- joining_table_keystring
- field_namestring
- configuration
Response
Example request
POST /api /projects /:project_id /warehouse_view_linkExample response
Status 201
RESPONSE
Retrieve warehouse view link
Create, Read, Update and Delete View Columns.
Required API key scopes
warehouse_view:readPath parameters
- idstring
Response
Example request
GET /api /projects /:project_id /warehouse_view_link /:idExample response
Status 200
RESPONSE
Update warehouse view link
Create, Read, Update and Delete View Columns.
Required API key scopes
warehouse_view:writePath parameters
- idstring
Request parameters
- deletedbooleannull
- source_table_namestring
- source_table_keystring
- joining_table_namestring
- joining_table_keystring
- field_namestring
- configuration
Response
Example request
PATCH /api /projects /:project_id /warehouse_view_link /:idExample response
Status 200
RESPONSE
Delete warehouse view link
Create, Read, Update and Delete View Columns.
Required API key scopes
warehouse_view:writePath parameters
- idstring
Example request
DELETE /api /projects /:project_id /warehouse_view_link /:idExample response
Status 204 No response body
Create warehouse view link validate
Create, Read, Update and Delete View Columns.
Request parameters
- joining_table_namestring
- joining_table_keystring
- source_table_namestring
- source_table_keystring
Response
Example request
POST /api /projects /:project_id /warehouse_view_link /validateExample response
Status 200
RESPONSE
Status 400 The join does not compile or reference valid fields.
RESPONSE
Status 500 Validation failed with an internal query error.
RESPONSE