action redirection_get_rule_collection { label: "Retrieves the collection of Rule resources." provider: redirection method: GET path: "/rules" encoding: json input: { type: "object" properties: { page: { type: "string" } projectId: { type: "string" } "sort[id]": { type: "string" } "sort[viewCount]": { type: "string" } } required: ["projectId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }