Skip to main content

Get Cursor

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.


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 Documentation

To learn more, visit the Egnyte Secure Govern documentation.

Parameters

ParameterDescription
Start TimeTimestamp in miliseconds for which to get the cursor. Minimum value is 1500000000000.

Example Output

{
"value": {
"cursor": 2343
}
}

Workflow Library Example

Get Cursor with Egnyte Secure Govern and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop