Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of system model updates.
Collection of Nano.SystemModelUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets or sets the system model update identifier. |
integer |
None. |
| modelType |
Gets or sets the model type. |
string |
None. |
| updated |
Gets or sets the date and time at which this was last updated. |
date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "1",
"modelType": "sample String 2",
"updated": "2025-10-30T23:20:33.0965352Z"
},
{
"id": "1",
"modelType": "sample String 2",
"updated": "2025-10-30T23:20:33.0965352Z"
}
]
text/html
Sample:
[{"id":"1","modelType":"sample String 2","updated":"2025-10-30T23:20:33.0965352Z"},{"id":"1","modelType":"sample String 2","updated":"2025-10-30T23:20:33.0965352Z"}]
application/xml, text/xml
Sample:
<ArrayOfSystemModelUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SystemModelUpdate>
<SystemModelUpdateId>1</SystemModelUpdateId>
<ModelType>sample String 2</ModelType>
<Updated>2025-10-30T23:20:33.0965352Z</Updated>
</SystemModelUpdate>
<SystemModelUpdate>
<SystemModelUpdateId>1</SystemModelUpdateId>
<ModelType>sample String 2</ModelType>
<Updated>2025-10-30T23:20:33.0965352Z</Updated>
</SystemModelUpdate>
</ArrayOfSystemModelUpdate>
application/vnd.api+json
Sample:
Sample not available.