Retrieves a list of simulator routines that match the given criteria.
Successful Response
Bad Request
Forbidden
Internal Server Error
{- "filter": {
- "modelExternalIds": [
- "model_1",
- "model_2"
], - "simulatorIntegrationExternalIds": [
- "simulator_integration_1",
- "simulator_integration_2"
]
}, - "limit": 1000,
- "cursor": "string",
- "sort": [
- {
- "order": "asc",
- "property": "createdTime"
}
]
}
{- "items": [
- {
- "dataSetId": 5559452808603919,
- "id": 0,
- "externalId": "string",
- "simulatorExternalId": "string",
- "modelExternalId": "string",
- "simulatorIntegrationExternalId": "string",
- "name": "string",
- "description": "string",
- "createdTime": 0,
- "lastUpdatedTime": 0
}
], - "nextCursor": "string"
}