Skip to main content
Version: Next

ChartGetDatasourceResponseSchema

countinteger

The total number of datasources

result object
labelstring

The name of the datasource

value object
datasource_idinteger

The datasource identifier

datasource_typeinteger

The datasource type

ChartGetDatasourceResponseSchema
{
"count": 0,
"result": {
"label": "string",
"value": {
"datasource_id": 0,
"datasource_type": 0
}
}
}