Get
/api/v1/Authoring/data-source-templates
Returns a list of data source templates
Security
API Key: x-val-api-token
Header parameter namex-val-api-token
API key needed to access endpoints. Each Validatar user can manage their own set of API keys.
Responses
200
OK
object
templates
Array of object (Configuration.Api.Models.v1.DataSourceTemplate) | null
A list of active data processing engines
object
id
integer (int32)
The data source template ID
name
string | null
The data source template name
category
string
Valid values[
"Database",
"Script"
]