action wikipathways_get_get_recent_changes { label: "get_getRecentChanges" description: "getRecentChangesGet the recently changed pathways.
Note: the recent changes table only retains items for a limited time (2 months), so there is no guarantee that you will get all changes when the timestamp points to a date that is more than 2 months in the past." provider: wikipathways method: GET path: "/getRecentChanges" encoding: json input: { type: "object" properties: { format: { type: "string" enum: ["json", "xml", "html", "dump", "jpg", "pdf"] } timestamp: { type: "string" } } required: ["timestamp"] additionalProperties: false } output: { type: "object" additionalProperties: true } }