Retrieve a list of all entry label definitions.
External DocumentationTo learn more, visit the Reco documentation.

Example Output

{
	"labelsDefinition": [
		{
			"name": "<string>",
			"description": "<string>",
			"tooltip": "<string>",
			"type": "<string>",
			"riskLevel": "<string>",
			"creator": "<string>",
			"isClosed": false,
			"LabelUUID": "<string>",
			"dataCategory": "<string>",
			"riskLevelChangedBy": "<string>",
			"relatedEntryTypes": "<string>"
		}
	]
}

Workflow Library Example

List Entry Labels with Reco and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop