To learn more, visit the Egnyte Secure Govern documentation.

Parameters

ParameterDescription
CountApproximate number of items to return. API doesn’t guarantee the exact match.
FormatEither short or full to include less or more issue details.
Modified AfterMost recent known timestamp, return items which were updated after that timestamp.

Example Output

{    "issues": [        {            "detected": 0,            "id": 0,            "item": {                "displayName": "string",                "issueInitiator": {                    "email": "string",                    "name": "string"                },                "type": "string"            },            "policies": [],            "severity": 0,            "source": "string",            "sourceId": "string",            "sourceLabel": "string",            "sourceType": "string",            "status": "string",            "type": "string",            "updated": 0        }    ],    "modifiedAfter": 0}

Workflow Library Example

Get Issue Updates with Egnyte Secure Govern and Send Results Via Email

Preview this Workflow on desktop