Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
modelTrackId |
The model track identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The model track, if it exists.
Nano.ModelTrackName | Description | Type | Additional information |
---|---|---|---|
apiModelType |
Gets or sets the api model type. |
string |
None. |
date |
Gets or sets the date. |
date |
None. |
dbModelType |
Gets or sets the database model type. |
string |
None. |
modelAction |
Gets or sets the model action. |
string |
None. |
modelName |
Gets or sets the model name. |
string |
None. |
id |
Gets or sets the model track identifier. |
integer |
None. |
app |
Gets or sets the application identifier. |
integer |
None. |
modelId |
Gets or sets the model identifier. |
integer |
None. |
user |
Gets or sets the user identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "apiModelType": "sample String 1", "date": "2025-04-25T18:15:09.0338156Z", "dbModelType": "sample String 3", "modelAction": "sample String 4", "modelName": "sample String 5", "id": "6", "app": "7", "modelId": "1", "user": "1" }
text/html
Sample:
{"apiModelType":"sample String 1","date":"2025-04-25T18:15:09.0338156Z","dbModelType":"sample String 3","modelAction":"sample String 4","modelName":"sample String 5","id":"6","app":"7","modelId":"1","user":"1"}
application/xml, text/xml
Sample:
<ModelTrack xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ApiModelType>sample String 1</ApiModelType> <Date>2025-04-25T18:15:09.0338156Z</Date> <DbModelType>sample String 3</DbModelType> <ModelAction>sample String 4</ModelAction> <ModelName>sample String 5</ModelName> <ModelTrackId>6</ModelTrackId> <AppId>7</AppId> <ModelId>1</ModelId> <UserId>1</UserId> </ModelTrack>
application/vnd.api+json
Sample:
Sample not available.