Skip to content

TranslationQueryRequest

Field Type Mandatory Description
pagination PageRequest no Paging information about the queried translation bridges.
bridgeIds List<TranslationBridgeID> no Requester is looking for translation bridges with any of the specified identifiers.
creators List<SystemName> no Requester is looking for translation bridges that are created by any of the specified systems.
statuses List<TranslationBridgeStatus> no Requester is looking for translation bridges with any of the specified statuses.
consumers List<SystemName> no Requester is looking for translation bridges that are created for any of the specified systems.
providers List<SystemName> no Requester is looking for translation bridges where the target system is in the specified list.
serviceDefinitions List<ServiceName> no Requester is looking for translation bridges with any of the specified names as target service definition.
interfaceTranslators List<SystemName> no Requester is looking for translation bridges where the used interface translator is in the specified list.
dataModelTranslators List<SystemName> no Requester is looking for translation bridges where the input or result data model translator is in the specified list.
creationFrom DateTime no Requester is looking for translation bridges that were created after the specified moment.
creationTo DateTime no Requester is looking for translation bridges that were created before the specified moment.
alivesFrom DateTime no Requester is looking for translation bridges that were last used after the specified moment.
alivesTo DateTime no Requester is looking for translation bridges that were last used before the specified moment.
minUsage Number no Requester is looking for translation bridges were used minUsage times at least.
maxUsage Number no Requester is looking for translation bridges were used maxUsage times at the most.