Data sources
A data source identifies some data stream that can be used to build dashboards. It could be an API, a file, or one of our many integrations.
Data source fields
The title or name of the datasource.
A description of the datasource.
The timestamp indicating when the datasource was created.
The identifier of the user who created the datasource.
The unique identifier for the datasource.
An array of objects representing columns in the datasource. Each object has a 'title' and 'description'.
The configuration object associated with the datasource.
{
url: string;
type: "json" | "csv" | "xml" | "excel";
method: "GET" | "POST";
headers?: string;
body?: string;
transform?: string;
}
The timestamp indicating when the datasource was last updated.
The identifier of the user who last updated the datasource.
An array of objects representing parameters in the datasource. Each object has an 'id', 'wrap' and 'default'.
Sample data associated with the datasource.
The size of the datasource in kB.
The source of the datasource. It can be of type api
, file
, mongodb
,
sql
, redshift
, postgresql
, firestore
, airtable
, google-sheet
,
zoho-people
, quickbooks
, zoho-books
, zero
, sage
, tally
, wafeq
,
wave
, myob
or ms-dynamics
The identifier of the team to which the datasource belongs.