Retrieve a list of up to 100 SAP endpoints by their external ID, optionally ignoring unknown IDs.
List of retrieved SAP endpoint configurations.
The response for a bad request.
Validation Error
{- "items": [
- {
- "externalId": "my.known.id"
}
], - "ignoreUnknownIds": true
}
{- "items": [
- {
- "externalId": "my.known.id",
- "endpointType": "notification",
- "instanceId": "string",
- "mappingId": "string",
- "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
]
}