List of issues returned with a cursor for next request.
External DocumentationTo learn more, visit the Egnyte Secure Govern documentation.

Parameters

ParameterDescription
CountNumber of items to return at most. Possible values: 1 - 100.
CursorMost recent known id, return items with IDs after this one.
FormatEither short or full to include less or more issue details.

Example Output

{
	"cursor": 49,
	"issues": [
		{
			"id": 0,
			"sourceId": "<string>",
			"status": "<string>",
			"type": "<string>",
			"source": "<string>",
			"sourceLabel": "<string>",
			"sourceType": "<string>",
			"severity": 3,
			"updated": 1251936462456,
			"detected": 989253680654,
			"item": {
				"type": "<string>",
				"displayName": "<string>",
				"issueInitiator": {
					"name": "<string>",
					"email": "<string>"
				}
			},
			"policies": []
		},
		{
			"id": 2,
			"sourceId": "<string>",
			"status": "<string>",
			"type": "<string>",
			"source": "<string>",
			"sourceLabel": "<string>",
			"sourceType": "<string>",
			"severity": 4,
			"updated": 1780634197990,
			"detected": 728172460694,
			"item": {
				"type": "<string>",
				"displayName": "<string>"
			},
			"policies": []
		}
	]
}

Workflow Library Example

List Issues with Egnyte Secure Govern and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop