Description Usage Arguments Examples
View source: R/monday_list_items.R
A data frame of Monday.com items/pulses
1 | monday_list_items(board_id = NULL, limit = NULL, custom_item_query = NULL)
|
board_id |
The id of a Monday.com board (optional) |
limit |
Choose a maximum number of items to get (optional) |
custom_item_query |
Provide your own item query (optional) |
1 | monday_list_items(board_id = 1234, limit = 10, custom_item_query="{items{name}}")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.