Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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
Workflow LibraryPreview this Workflow on desktop