Skip to main content

Get Issue Updates

Returns Issues in their current state, but ordered by their modification time. Polling this endpoint starting at the current timestamp will result in getting a list of issues as they're being updated or added. Polling with no timestamp to start with will list all issues in their current state and continue returning issues as they're being added or changed over time. Responses from this endpoint may contain more elements than the declared count if the last item in the returned set was not the last with the same timestamp value.

External Documentation

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