action mcw_get_term_acc_ids_using_get { label: "Returns a list ontology term accession IDs annotated to an rgd object" provider: mcw method: GET path: "/annotations/accId/{rgdId}" encoding: json input: { type: "object" properties: { rgdId: { type: "integer" format: "int32" } } required: ["rgdId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }