AlmQuery all alarms?

From the API how do you query the status if ALL alarms?  Or, at least, all digital alarms?  I am using this CTAPI .NET Wrapper which lets me fetch tags just fine.  I'm just trying to figure out how to formulate an alarm query that gets everything.

var alarms = ctapi.Find("ALMQUERY,AdvAlm,,,,,", "*", null, "Name");