Retrieve one or more simulator routine revisions by IDs or external IDs.
required | Array of IdRef (object) or ExternalIdRef (object) (Items) [ 1 .. 20 ] items A list of items |
Successful Response
Bad Request
Forbidden
Internal Server Error
{- "items": [
- {
- "id": 5559452808603919
}
]
}
{- "items": [
- {
- "dataSetId": 5559452808603919,
- "id": 0,
- "externalId": "fluid_sloshing",
- "simulatorExternalId": "string",
- "routineExternalId": "string",
- "simulatorIntegrationExternalId": "string",
- "modelExternalId": "string",
- "createdByUserId": "string",
- "versionNumber": 0,
- "createdTime": 0,
- "configuration": {
- "schedule": {
- "enabled": false
}, - "dataSampling": {
- "enabled": false
}, - "logicalCheck": [
- {
- "enabled": true,
- "timeseriesExternalId": "string",
- "aggregate": "average",
- "operator": "eq",
- "value": 0
}
], - "steadyStateDetection": [
- {
- "enabled": true,
- "timeseriesExternalId": "string",
- "aggregate": "average",
- "minSectionSize": 0,
- "varThreshold": 0,
- "slopeThreshold": 0
}
], - "inputs": [ ],
- "outputs": [ ]
}, - "script": [
- {
- "order": 1,
- "description": "string",
- "steps": [
- {
- "order": 1,
- "description": "string",
- "stepType": "Get",
- "arguments": {
- "referenceId": null
}
}
]
}
]
}
]
}