GET DataSet/{id}
Search for DataSets by Provider and Application
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The identifier. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
STORMaaS.Areas.Metadata.Models.DataSetRecordName | Description | Type | Additional information |
---|---|---|---|
DataSetId |
Gets or sets the data set identifier. |
string |
None. |
DataProviderId |
Gets or sets the data provider identifier. |
string |
None. |
Parameters |
Gets or sets the parameters. |
Collection of STORM.Common.DataAccess.Models.ParameterEntry |
None. |
Response Formats
application/json, text/json
Sample:
{ "DataSetId": "sample string 1", "DataProviderId": "sample string 2" }