Check if model content exists
head/models/{modelId}/contents/{contentId}
Returns the metadata and header information for the model content that is associated with the specified model ID and content ID. Also used to determine whether model content exists.
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}