public IHttpActionResult openData(Guid orgId, Guid projId) {
        DateTime? startDate = grabStartDate();
        DateTime? endDate = grabEndDate();

        var report = OpenDataReport.build(orgId, projId, startDate, endDate);
        return Ok(report);
      } // areaReport