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