action mcw_get_annotated_genes_using_post { label: "Return a list of genes annotated to an ontology term" provider: mcw method: POST path: "/genes/annotation" encoding: json input: { type: "object" properties: { accId: { type: "string" } evidenceCodes: { type: "array" items: { type: "string" } } speciesTypeKeys: { type: "array" items: { type: "integer" format: "int32" } } } } output: { type: "object" additionalProperties: true } }