Get model content metadata

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

Returns the metadata information for the model content that is associated with the specified model 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
modelId
string
true

Responses

StatusMeaningDescription
200OK

The model content and its metadata information was returned.

HeadersSchema
404Not Found

No model content exists at the requested path.

Schema