try {
      // StatusActions.started();
      $.getJSON(path, data, function(res) {
        context.dispatch(res);  
      });