Returns a flat data frame with board-related data.
Usage
get_board_actions(id, ...)
get_board_cards(id, ...)
get_board_checklists(id, ...)
get_board_comments(id, ...)
get_board_labels(id, ...)
get_board_lists(id, ...)
get_board_members(id, ...)
get_board_fields(id, ...)
get_board_prefs(id, ...)
Arguments
- id
Board ID
- ...
Additional arguments passed to
get_resource()
Examples
if (FALSE) {
#Get cards with custom fields
cards = get_board_cards(board_id, query = list(customFieldItems = "true"))
}