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
Parameter | Description |
---|---|
Start Time | Timestamp 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