action wikipathways_get_find_pathways_by_xref { label: "get_findPathwaysByXref" description: "findPathwaysByXref" provider: wikipathways method: GET path: "/findPathwaysByXref" encoding: json input: { type: "object" properties: { codes: { type: "array" items: { type: "object" } } format: { type: "string" enum: ["json", "xml", "html", "dump", "jpg", "pdf"] } ids: { type: "array" items: { type: "object" } } } required: ["ids"] additionalProperties: false } output: { type: "object" additionalProperties: true } }