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.Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
External DocumentationTo learn more, visit the Egnyte Secure Govern documentation.
Parameters
| Parameter | Description |
|---|---|
| Count | Approximate number of items to return. API doesn’t guarantee the exact match. |
| Format | Either short or full to include less or more issue details. |
| Modified After | Most recent known timestamp, return items which were updated after that timestamp. |