action mcw_get_annotations_using_get { label: "Returns a list annotations for an ontology term or a term and it's children" provider: mcw method: GET path: "/annotations/{accId}/{speciesTypeKey}/{includeChildren}" encoding: json input: { type: "object" properties: { accId: { type: "string" } includeChildren: { type: "boolean" } speciesTypeKey: { type: "integer" format: "int32" } } required: ["accId", "includeChildren", "speciesTypeKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }