action mcw_get_genes_by_species_using_get { label: "Return a list of all genes for a species in RGD" provider: mcw method: GET path: "/genes/species/{speciesTypeKey}" encoding: json input: { type: "object" properties: { speciesTypeKey: { type: "integer" format: "int32" } } required: ["speciesTypeKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }