Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of system model updates.

Collection of Nano.SystemModelUpdate
NameDescriptionTypeAdditional 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-04-25T18:12:47.3430624Z"
  },
  {
    "id": "1",
    "modelType": "sample String 2",
    "updated": "2025-04-25T18:12:47.3430624Z"
  }
]

text/html

Sample:
[{"id":"1","modelType":"sample String 2","updated":"2025-04-25T18:12:47.3430624Z"},{"id":"1","modelType":"sample String 2","updated":"2025-04-25T18:12:47.3430624Z"}]

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-04-25T18:12:47.3430624Z</Updated>
  </SystemModelUpdate>
  <SystemModelUpdate>
    <SystemModelUpdateId>1</SystemModelUpdateId>
    <ModelType>sample String 2</ModelType>
    <Updated>2025-04-25T18:12:47.3430624Z</Updated>
  </SystemModelUpdate>
</ArrayOfSystemModelUpdate>

application/vnd.api+json

Sample:

Sample not available.