API Documentation
Customer API
Resource API
Partners API
End User API [Deprecated]
End User Group API [Deprecated]
Update Blueprint
The id of the blueprint you want to update
List of tables and column information associated with the customer
Name of the table. Query will be “SELECT * FROM table_name”
Schema this table is attached to.
Query to override the default “SELECT * FROM table_name”. Optional parameter.
List of columns in this table
Name of table column
The type of the column. Has to be one of INTEGER, FLOAT, BOOLEAN, STRING, DATETIME, TIMESTAMP, or DATE
Display name for column. If not provided, name will be used
If column can be used to group data in charts
Name of dataset supplied to customers. If null, table_name will be used
Description of dataset for customers
This endpoint creates a new blueprint.
Body
The id of the blueprint you want to update
List of tables and column information associated with the customer
Name of the table. Query will be “SELECT * FROM table_name”
Schema this table is attached to.
Query to override the default “SELECT * FROM table_name”. Optional parameter.
List of columns in this table
Name of table column
The type of the column. Has to be one of INTEGER, FLOAT, BOOLEAN, STRING, DATETIME, TIMESTAMP, or DATE
Display name for column. If not provided, name will be used
If column can be used to group data in charts
Name of dataset supplied to customers. If null, table_name will be used
Description of dataset for customers
Response
Indicates whether the call was successful. 1 if successful, 0 if not.