action mcw_get_qtl_inheritance_type_diff_using_get { label: "Count difference of strains, by qtl inheritance type, for specified species and date range" provider: mcw method: GET path: "/stats/diff/qtlInheritanceType/{speciesTypeKey}/{dateFromYYYYMMDD}/{dateToYYYYMMDD}" encoding: json input: { type: "object" properties: { dateFromYYYYMMDD: { type: "string" } dateToYYYYMMDD: { type: "string" } speciesTypeKey: { type: "integer" format: "int32" } } required: ["dateFromYYYYMMDD", "dateToYYYYMMDD", "speciesTypeKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }