action gov_get_action_organization_revision_list { label: "Get organization revisions" description: "Return an organization's revisions" provider: gov method: GET path: "/action/organization_revision_list" encoding: json input: { type: "object" properties: { id: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }