WebhookEventLogsAllRequest Example Usage import { WebhookEventLogsAllRequest } from "@apideck/unify/models/operations"; let value: WebhookEventLogsAllRequest = { filter: { excludeApis: "vault,proxy", consumerId: "test_user_id", entityType: "Connection", eventType: "vault.connection.callable", }, }; Fields Field Type Required Description Example appId string ➖ The ID of your Unify application dSBdXd2H6Mqwfg0atXHXYcysLJE9qyn1VwBtXHX cursor string ➖ Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response. limit number ➖ Number of results to return. Minimum 1, Maximum 200, Default 20 filter components.WebhookEventLogsFilter ➖ Filter results