List Event Types
Retrieve a list of all event types in your KnowBe4 account.
Parameters
Parameter | Description |
---|---|
Name | Filter by the name of an event type. |
Example Output
{
"data": [
{
"id": 0,
"name": "string",
"description": "string"
}
]
}
Workflow Library Example
List Event Types with Knowbe4 Events and Send Results Via Email
Preview this Workflow on desktop