Skip to content

Datasource List

GET
/v1/Datasources

Get datasources with an optional filter

Parameters

Query Parameters

$filterstring

Generic OData filtering. See documentation

Example dimension eq 'hello'

Responses

OK

application/json
JSON
[
{
"id": 0,
"title": "string",
"description": "string"
}
]