action mcw_get_chart_info_using_get_1 { label: "Return a list of quantitative phenotypes values based on a combination of Clinical Measurement, Experimental Condition, Rat Strain, and/or Measurement Method ontology terms. Results will be all records that match all terms submitted. Ontology ids should be submitted as a comma delimited list (ex. RS:0000029,CMO:0000155,CMO:0000139). Species type is an integer value (3=rat, 4=chinchilla)" provider: mcw method: GET path: "/phenotype/phenominer/chart/{speciesTypeKey}/{termString}" encoding: json input: { type: "object" properties: { speciesTypeKey: { type: "integer" format: "int32" } termString: { type: "string" } } required: ["speciesTypeKey", "termString"] additionalProperties: false } output: { type: "object" additionalProperties: true } }