action mcw_get_orthologs_by_list_using_post { label: "Return a list of gene orthologs" provider: mcw method: POST path: "/genes/orthologs" encoding: json input: { type: "object" properties: { rgdIds: { type: "array" items: { type: "integer" format: "int32" } } speciesTypeKeys: { type: "array" items: { type: "integer" format: "int32" } } } } output: { type: "object" additionalProperties: true } }