List all simulation models
Successful Response
Bad Request
Forbidden
Internal Server Error
{- "filter": {
- "simulatorExternalIds": [
- "PROSPER"
]
}, - "limit": 1000,
- "cursor": "string",
- "sort": [
- {
- "order": "asc",
- "property": "createdTime"
}
]
}
{- "items": [
- {
- "id": 0,
- "externalId": "string",
- "simulatorExternalId": "string",
- "name": "string",
- "description": "string",
- "dataSetId": 0,
- "labels": [
- {
- "externalId": "string"
}
], - "type": "string",
- "createdTime": 0,
- "lastUpdatedTime": 0
}
], - "nextCursor": "string"
}