Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 3.73 KB

webhookeventlogsallrequest.md

File metadata and controls

25 lines (20 loc) · 3.73 KB

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