Dataset details
Lists out details of a particular dataset.
Inputs
DatasetId : Unique identifier for a dataset.
Response
ataset details contains
Name | Type | Description |
dimensions | List<Dimension> | List of dimensions associated with the dataset. |
source | DatasetSource | Data provider |
ref | string | Source url of dataprovider |
publicationDate | date | Date on which the dataset was published |
title | string | Normalized dataset name |
accessedOn | date | Date on which dataset is accessed from the source |
lastUpdatedOn | date | Date on which dataset is last modified |
hasGeoDimension | bool | Flag to specify whether dataset conatins any geographical dimensions |
replacementDataset | string | Upgraded dataset's id |
columns | List<Column> | List of dataset columns |
type | string | Type of dataset |
regionDimensionId | string | Id of the geographical dimension of the dataset |
key | int | Dataset key |
id | string | Unique identifier for a dataset |
name | string | Name of the dataset |
description | string | Details on the dataset |
owner | string | Owner of the dataset |
Example
GET: http://data.gov.om/api/1.0/meta/dataset/OMINF2016{ "dimensions": [ { "key": 2481410, "id": "region", "name": "Regions", "isGeo": true, "geoType": "region" }, { "key": 2481420, "id": "indicator", "name": "Indicators", "isGeo": false, "geoType": null }, { "key": 2481430, "id": "periodic-release", "name": "Periodic release", "isGeo": false, "geoType": null }, { "key": 2481440, "id": "program-quality", "name": "Program quality", "isGeo": false, "geoType": null } ], "hasGeoDimension": true, "hasGeoMapColumn": false, "hasLatLngColumn": false, "replacementDataset": null, "columns": [ { "key": 6031140, "name": "Regions", "order": 1, "type": "Text" }, { "key": 6031150, "name": "RegionId", "order": 2, "type": "Text" }, { "key": 6031160, "name": "ISO", "order": 3, "type": "Text" }, { "key": 6132260, "name": "اسم", "order": 3, "type": "Text" }, { "key": 6031170, "name": "Description", "order": 4, "type": "Text" }, { "key": 6031190, "name": "Id", "order": 6, "type": "Text" }, { "key": 6031200, "name": "Indicators", "order": 7, "type": "Text" }, { "key": 6031210, "name": "Full Name", "order": 8, "type": "Text" }, { "key": 6132270, "name": "اسم", "order": 9, "type": "Text" }, { "key": 6031230, "name": "Description", "order": 10, "type": "Text" }, { "key": 6031240, "name": "Short name", "order": 11, "type": "Text" }, { "key": 6132280, "name": "الاسم الكامل", "order": 11, "type": "Text" }, { "key": 6031250, "name": "Unit", "order": 12, "type": "Text" }, { "key": 6031260, "name": "Short description", "order": 13, "type": "Text" }, { "key": 6031270, "name": "Frequencies", "order": 14, "type": "Text" }, { "key": 6031280, "name": "Methodology", "order": 15, "type": "Text" }, { "key": 6031290, "name": "Source name", "order": 16, "type": "Text" }, { "key": 6132290, "name": "الوحدة", "order": 16, "type": "Text" }, { "key": 6454970, "name": "اسم", "order": 16, "type": "Text" }, { "key": 6031300, "name": "Source link", "order": 17, "type": "Text" }, { "key": 6454980, "name": "اسم", "order": 19, "type": "Text" }, { "key": 6031330, "name": "Id", "order": 20, "type": "Text" }, { "key": 6031340, "name": "Periodic release", "order": 21, "type": "Text" }, { "key": 6031370, "name": "Id", "order": 24, "type": "Text" }, { "key": 6031380, "name": "Program quality", "order": 25, "type": "Text" }, { "key": 6132300, "name": "اسم", "order": 26, "type": "Text" }, { "key": 6031410, "name": "Id", "order": 28, "type": "Text" }, { "key": 6031420, "name": "Value", "order": 29, "type": "Number" }, { "key": 6031430, "name": "Date", "order": 30, "type": "Date" }, { "key": 6132310, "name": "اسم", "order": 31, "type": "Text" } ], "type": "Regular", "regionDimensionId": "region", "geoPositionDimensionId": null, "status": 2, "customMetadataFieldValues": [ { "id": "opendata", "name": "Open Data", "type": "Dropdown", "inputMultiple": false, "required": false, "includeIntoSDMX": true, "needUseInSearch": false, "selectOption": { "datasetId": null, "dimensionId": null, "members": [ "Open Data" ] }, "value": null, "displayValue": null, "multipleValues": null } ], "hasShortCut": false, "url": null, "settings": null, "isShortcut": false, "publicationDate": "2016-04-28T00:00:00", "title": "information", "accessedOn": "2016-11-21T00:00:00", "lastUpdatedOn": "2017-09-19T04:02:22", "source": { "id": "National Centre for Statistics and Information, Oman", "url": null, "name": "National Centre for Statistics and Information, Oman", "localizedName": "National Centre for Statistics and Information, Oman", "isVerified": true }, "key": 3156020, "id": "OMINF2016", "name": "Information", "description": "<p style=\"text-align: justify;\">This section contains data reflects indicators on locally published newspapers and magazines according to the interval of issuance,radio and television broadcasting transmitting hours classified by language and program.</p>", "owner": "NCSI Oman Data Portal", "isPublic": true} |