Data Sets - Get Data Set Data Source
Gets the DataSource specified by the DataSourceId that is associated with the DataSet.
GET /DataSets({Id})/DataSources({DataSourceId})
Request Body
| Name | Type | Description |
|---|---|---|
| DataSourceId |
string |
The Id of the DataSource associated with the DataSet. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
The DataSource specified by the DataSourceId that is associated with the DataSet CatalogItem. |
|
| 404 Not Found |
Not found. |
|
| Other Status Codes |
Error |