action redirection_get_rule_change_collection { label: "Retrieves the collection of RuleChange resources." provider: redirection method: GET path: "/rule-changes" encoding: json input: { type: "object" properties: { page: { type: "string" } versionId: { type: "string" } } required: ["versionId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }