Returns detailed information about selected issue. It allows to track its status over time.
External DocumentationTo learn more, visit the Egnyte Secure Govern documentation.

Parameters

ParameterDescription
IDID of the issue to return.

Example Output

{
	"assignee": {
		"email": "email"
	},
	"detected": 0,
	"id": 0,
	"item": {
		"displayName": "string",
		"issueDetails": {
			"email": "string",
			"name": "string"
		},
		"issueInitiator": {
			"email": "string",
			"name": "string"
		},
		"type": "string"
	},
	"policies": [
		"string"
	],
	"severity": 0,
	"source": "string",
	"sourceId": "string",
	"sourceLabel": "string",
	"sourceType": "string",
	"status": "string",
	"type": "string",
	"updated": 0,
	"violationDetails": {
		"publicLinks": [
			{
				"createdBy": {
					"displayName": "string",
					"email": "email"
				},
				"link": "string",
				"views": 0
			}
		]
	},
	"webViewLink": "string"
}

Workflow Library Example

Get Issue with Egnyte Secure Govern and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop