powered by
Returns a flat data frame with board-related data.
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, ...)
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, ...)
Board ID
Additional arguments passed to get_resource()
get_resource()
if (FALSE) { #Get cards with custom fields cards = get_board_cards(board_id, query = list(customFieldItems = "true")) }
Run the code above in your browser using DataLab