Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Offset | integer |
None. |
|
| Filters |
Gets or sets the filters. |
Dictionary of string [key] and string [value] |
None. |
| Page |
Gets or sets the page. |
integer |
Range: inclusive between 1 and 2147483647 |
| PageSize |
Gets or sets the page size. |
integer |
Range: inclusive between 1 and 2147483647 |
| Sort |
Gets or sets sort field. |
string |
None. |
| SortDesc |
Gets or sets a value indicating whether data is sorted descending. |
boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of model track.
Collection of Nano.ModelTrack| Name | 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-11-09T05:57:32.2979481Z",
"dbModelType": "sample String 3",
"modelAction": "sample String 4",
"modelName": "sample String 5",
"id": "6",
"app": "7",
"modelId": "1",
"user": "1"
},
{
"apiModelType": "sample String 1",
"date": "2025-11-09T05:57:32.2979481Z",
"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-11-09T05:57:32.2979481Z","dbModelType":"sample String 3","modelAction":"sample String 4","modelName":"sample String 5","id":"6","app":"7","modelId":"1","user":"1"},{"apiModelType":"sample String 1","date":"2025-11-09T05:57:32.2979481Z","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:
<ArrayOfModelTrack xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ModelTrack>
<ApiModelType>sample String 1</ApiModelType>
<Date>2025-11-09T05:57:32.2979481Z</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>
<ModelTrack>
<ApiModelType>sample String 1</ApiModelType>
<Date>2025-11-09T05:57:32.2979481Z</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>
</ArrayOfModelTrack>
application/vnd.api+json
Sample:
Sample not available.