Retrieves a list of simulator integrations that match the given criteria.
Successful Response
Forbidden
Internal Server Error
{- "filter": {
- "simulatorExternalIds": [
- "PROSPER"
], - "active": true
}, - "limit": 1000
}
{- "items": [
- {
- "dataSetId": 5559452808603919,
- "id": 0,
- "externalId": "string",
- "simulatorExternalId": "string",
- "heartbeat": 0,
- "connectorVersion": "string",
- "licenseStatus": "AVAILABLE",
- "simulatorVersion": "string",
- "licenseLastCheckedTime": 0,
- "connectorStatus": "IDLE",
- "connectorStatusUpdatedTime": 0,
- "active": true,
- "logId": 0,
- "createdTime": 0,
- "lastUpdatedTime": 0
}
]
}