action mcw_get_all_annotated_genes_using_get { label: "Return a list of genes annotated to an ontology term" provider: mcw method: GET path: "/genes/annotation/{accId}" encoding: json input: { type: "object" properties: { accId: { type: "string" } } required: ["accId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }