action mcw_get_enrichment_data_using_post { label: "Return a list of genes annotated to the term.Genes are rgdids separated by comma.Species type is an integer value.term is the ontology" provider: mcw method: POST path: "/enrichment/annotatedGenes" encoding: json input: { type: "object" properties: { accId: { type: "string" } geneSymbols: { type: "array" items: { type: "string" } } species: { type: "string" } } } output: { type: "object" additionalProperties: true } }