Groovy (Low-code)SDK Functions (Groovy)IDMAPGet Functionsidmap.getLastSeenTSOn this pageidmap.getLastSeenTS idmap.getLastSeenTS(ep) Description Returns the timestamp of the last seen idmap for that endpoint. Parameters ParameterTypeExplanationepStringThe endpoint Example idmap = option.getIdmap()originendpoint = message.getEndpoint()println idmap.getLastSeenTS(originendpoint)