HSM & Location coding questions

List<Event> getLocationEventsSince(String attributeName, Date startDate, Map options = null)

possible options is max number of results, otherwise it defaults to 10. ie getLocationEventsSince(attribute, startDate, [max:20])

1 Like