fun get(id: String, responder: RequestResponder<List<Alarm>>): Unit
Retrieves the Alarm details for the given id
id - the id of the Alarm
id
responder - : the callback to be called with a one item list
responder