action redirection_get_notification_collection { label: "Retrieves the collection of Notification resources." provider: redirection method: GET path: "/notifications" encoding: json input: { type: "object" properties: { page: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }