Get metadata for model version content

get/models/{modelId}/history/{versionId}/contents/{contentId}

Returns the metadata information for the model version content from the model history that is associated with the specified model ID, version ID, and content ID.

Request Samples

1

Response Samples

1{
2 "creationTimeStamp": "2019-08-24T14:15:22Z",
3 "createdBy": "string",
4 "modifiedTimeStamp": "2019-08-24T14:15:22Z",
5 "modifiedBy": "string",
6 "id": "string",
7 "name": "string",
8 "fileUri": "string",
9 "modelId": "string",
10 "versionId": "string",
11 "links": [
12 {
13 "method": "string",
14 "rel": "string",
15 "uri": "string",
16 "href": "string",
17 "title": "string",
18 "type": "string",
19 "itemType": "string",
20 "responseType": "string",
21 "responseItemType": "string"
22 }
23 ]
24}

Path Parameters

NameTypeRequiredDescription
contentId
string
true

The unique identifier for the model version content.

modelId
string
true

The unique identifier for the model.

versionId
string
true

The unique identifier for the model version.

Responses

StatusMeaningDescription
200OK

The request succeeded. The metadata information for the model version content was returned from the model history.

HeadersSchema
404Not Found

No model version exists at the requested path.

Schema