DataSourceResponse GetDataSourceList()
Used to get the available datasource list in Blue.
Inputs: BaseRequest
BaseRequest Structure
Properties | Attribute Type | Description |
---|---|---|
APIKeyHeader: string | Message Header | A value used to authorize the access of this web function. |
Outputs: DataSourceResponse
DataSourceResponse Structure
Properties | Attribute Type | Description |
---|---|---|
APIKeyHeader: string | Message Header | A value that indicates whether the API key is valid. |
Message : string | Message Header | Returns 'Success' if the datasource list was successfully retrieved, otherwise returns an error code. |
DataSources: Array of IDataSource | Message Body Member | Datasource array. |
Back to top