OptionalallowOptionalcursorsCursors returned from the previous sync request. These cursors match the result set expressions you specified in the with clause for the sync.
OptionalincludeShould we return property type information as part of the result?
OptionalparametersParameters to return
Sync cursors will expire after 3 days. This is because soft-deleted instances are cleaned up after this grace period, so a client using a cursor older than that risks missing deletes. If this option is set to
true, the API will allow the use of expired cursors.