nylas api delta longpoll get
Return Long-Polling Deltas
Options
Name | Description |
---|---|
--cursor <cursor> | The data cursor from `/delta/latest_cursor` |
--display_columns <headers> | (optional) A comma separated list of column headers to display for the table output |
--excluded_types <excluded_types> | A comma-separated list of object types to exclude from the returned deltas. You can not use `included_types` and `excluded_types` together |
--include_types <include_types> | A comma-separated list of the object types that will only be included in the returned deltas. You can not use `included_types` and `excluded_types` together |
--timeout <timeout> | The time difference between the deltas retrieved |
--view <view> | This value indicates if the data expands thread and message objects in the response to include additional information, when the value is set to expanded |