Warehouse View
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
POST | |
GET | |
POST | |
GET | |
PATCH | |
DELETE | |
POST |
List all environments 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 /environments /:environment_id /warehouse_view_linkExample response
Status 200
RESPONSE
Create environments 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 /environments /:environment_id /warehouse_view_linkExample response
Status 201
RESPONSE
Retrieve environments warehouse view link
Create, Read, Update and Delete View Columns.
Required API key scopes
warehouse_view:readPath parameters
- idstring
Response
Example request
GET /api /environments /:environment_id /warehouse_view_link /:idExample response
Status 200
RESPONSE
Update environments 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 /environments /:environment_id /warehouse_view_link /:idExample response
Status 200
RESPONSE
Delete environments warehouse view link
Create, Read, Update and Delete View Columns.
Required API key scopes
warehouse_view:writePath parameters
- idstring
Example request
DELETE /api /environments /:environment_id /warehouse_view_link /:idExample response
Status 204 No response body
Create environments 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
Example request
POST /api /environments /:environment_id /warehouse_view_link /validateExample response
Status 200 No response body
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
Example request
POST /api /projects /:project_id /warehouse_view_link /validate