action mcw_get_affected_genomic_models_using_get { label: "Get affected genomic models (rat strains with gene alleles) submitted by RGD to AGR by taxonId" provider: mcw method: GET path: "/agr/affectedGenomicModels/{taxonId}" encoding: json input: { type: "object" properties: { taxonId: { type: "string" } } required: ["taxonId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }