GET datasets/{id}

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.

Request Information

Parameters

NameDescriptionAdditional information
id
The ID of the Dataset to be returned.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "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"
}