Retrieve a list of up to 100 SAP instances by their external ID, optionally ignoring unknown IDs.
List of retrieved instances.
The response for a bad request.
Validation Error
{- "items": [
- {
- "externalId": "my.known.id"
}
], - "ignoreUnknownIds": true
}
{- "items": [
- {
- "externalId": "my.known.id",
- "gatewayUrl": "string",
- "client": 0,
- "username": "string",
- "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
]
}