action wikipathways_get_get_xref_list { label: "get_getXrefList" description: "getXrefList" provider: wikipathways method: GET path: "/getXrefList" encoding: json input: { type: "object" properties: { code: { type: "string" } format: { type: "string" enum: ["json", "xml", "html", "dump", "jpg", "pdf"] } pwId: { type: "string" } } required: ["code", "pwId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }