Skip to main content

Documentation Index

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

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

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