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).

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

Preview this Workflow on desktop