Retrieves a list of simulator model revisions data that match the given criteria.
Successful Response
Bad Request
Forbidden
Internal Server Error
{- "items": [
- {
- "modelRevisionExternalId": "string"
}
]
}{- "items": [
- {
- "dataSetId": 5559452808603919,
- "modelRevisionExternalId": "string",
- "flowsheets": [
- {
- "simulatorObjectNodes": [
- {
- "id": "string",
- "name": "string",
- "type": "string",
- "graphicalObject": {
- "position": null,
- "height": null,
- "width": null,
- "scaleX": null,
- "scaleY": null,
- "angle": null,
- "active": null
}, - "properties": [
- null
]
}
], - "simulatorObjectEdges": [
- {
- "id": "string",
- "name": "string",
- "sourceId": "string",
- "targetId": "string",
- "connectionType": "Material"
}
], - "thermodynamics": {
- "propertyPackages": [
- "string"
], - "components": [
- "string"
]
}
}
], - "info": {
- "property1": "string",
- "property2": "string"
}, - "createdTime": 0,
- "lastUpdatedTime": 0
}
]
}