Used to get an existing Dataset in Data.Parliament. Response body contains a JSON description of the Dataset properties.
Returns "200 OK" if the Dataset retrieval occurs successfully.
Returns "404 Not Found" if the Dataset does not exist in Data.Parliament.
| Name | Description | Additional information |
|---|---|---|
| id | The ID of the Dataset to be returned. |
Define this parameter in the request URI. |
{
"Id": 1,
"CompositeDatasetKey": {
"SystemName": "sample string 1",
"SystemDataId": "sample string 2",
"SystemEntityType": "sample string 3"
},
"IsPublic": true,
"DatasetVersion": 3,
"Name": "sample string 4",
"Description": "sample string 5"
}