Cohorts and Cohort Searches

Hi @darius we tried using the /adhocquery?v=rowFilters

{
  "type": "org.openmrs.module.reporting.dataset.definition.PatientDataSetDefinition",
  "customRowFilterCombination": "1 AND 2",
  "rowFilters": [
    {
      "type": "org.openmrs.module.reporting.cohort.definition.CohortDefinition",
      "key": "reporting.library.cohortDefinition.builtIn.females"
    },
    {
      "type": "org.openmrs.module.reporting.cohort.definition.CohortDefinition",
      "key": "reporting.library.cohortDefinition.builtIn.ageRangeOnDate",
      "parameterValues": {
        "minAge": 50,
        "maxAge": 60,
        "effectiveDate": "2017-03-27"
      }
    }
  ]
}

But when we used it, we got this error https://pastebin.com/XJHFt4T0. We have also used the atLeastAgeOnDate but we got the same error. We’ve tried it with the 1.7-SNAPSHOT and 1.8.0-SNAPSHOT version of the reportingrest module.