Retrieves all of the available data about a specific event type based on the ID supplied.

Parameters

ParameterDescription
IDThe ID of the event type to retrieve.

Example Output

{
	"data": {
		"id": 0,
		"name": "string",
		"description": "string"
	}
}

Workflow Library Example

Get Event Type with Knowbe4 Events and Send Results Via Email

Preview this Workflow on desktop