Learn about other Emails & Activities-specific types supported by the monday platform API
Timeline items page
The TimelineItemsPage type is used as a field on timeline queries. It returns a paginated set of timeline items. It also utilizes cursor-based pagination to return the remaining pages of items.
Arguments
| Argument | Description |
|---|---|
cursor String | The cursor for the next set of timeline items to return. |
limit Int | The number of timeline items to get. The default is 25. |
Fields
Field | Description | Supported fields |
|---|---|---|
cursor | An opaque token representing the position in a set of results to fetch timeline items from. Use this to paginate through large result sets. | |
timeline_items | The timeline items in the current page. | board |
