Skip to main content

idmap.getAllIdmapsForEndpoint

idmap.getAllIdmapsForEndpoint(ep)

Description

Returns all the idmaps for that endpoint.

Parameters

ParameterTypeExplanation
epStringThe endpoint

Example

idmap = option.getIdmap()

originendpoint = message.getEndpoint()
api.wto(idmap.getAllIdmapsForEndpoint(originendpoint))