Get DND Status using RestApps?

Does anyone know if the RestApps DND module has any way to return the DND status of a user?

For example I can go to mypbx.com:5443/applications.php/donotdisturb/main/?user=1234 to toggle DND on or off, but regardless of how DND was toggled, it returns

{"application_name":"donotdisturb","application_display":"DND","page_name":"main","type":"action","exitPath":null,"layout":[{"type":"noop"}],"action":[],"error":[]}

every time. Surely there is another URL parameter or something I am missing to get the DND status?