action redirection_get_invitation_collection { label: "Retrieves the collection of Invitation resources." provider: redirection method: GET path: "/invitations" encoding: json input: { type: "object" properties: { targetId: { type: "string" } targetType: { type: "string" } } required: ["targetId", "targetType"] additionalProperties: false } output: { type: "object" additionalProperties: true } }