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