Get latest cursor or a cursor for provided timestamp. Returns cursor (issue id) for timestamp specified as startTime param. When querying issue listing for the cursor provided, you’ll receive all issues created on the timestamp or later.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.
If the timestamp is older than the oldest issue, the API returns a cursor pointing to a value before all issues.
If the timestamp is newer than the newest issue or not provided at all, a cursor is returned that, when used, will only return future issues (useful for polling for new issues).
External DocumentationTo learn more, visit the Egnyte Secure Govern documentation.
Parameters
| Parameter | Description |
|---|---|
| Start Time | Timestamp in miliseconds for which to get the cursor. Minimum value is 1500000000000. |