| Description | : Get the specific version of the DatasetVersion. The service returns 404 Not Found error if the DatasetVersion does not exist. |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "Datasets_GetVersion",
"Description": {
"new": "Get the specific version of the DatasetVersion. The service returns 404 Not Found error if the DatasetVersion does not exist.",
"old": "Get the specific version of the DatasetVersion"
}
}
⚼ Request
GET:
/datasets/{name}/versions/{version}
{
api-version:
string
,
name:
string
,
version:
string
,
}
⚐ Response (200)
{
dataUri:
string
,
type:
enum
,
isReference:
boolean
,
connectionName:
string
,
id:
string
,
name:
string
,
version:
string
,
description:
string
,
tags:
object
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}