idmap.getAllIdmapsForEndpoint
idmap.getAllIdmapsForEndpoint(ep)
Description
Returns all the idmaps for that endpoint.
Parameters
| Parameter | Type | Explanation |
|---|---|---|
| ep | String | The endpoint |
Example
idmap = option.getIdmap()
originendpoint = message.getEndpoint()
api.wto(idmap.getAllIdmapsForEndpoint(originendpoint))