action mcw_get_ont_dags_using_get { label: "Returns child and parent terms for Accession ID" provider: mcw method: GET path: "/ontology/ont/{accId}" encoding: json input: { type: "object" properties: { accId: { type: "string" } } required: ["accId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }