When I try this approach, this line:
group_board_info = r_dict['data']['boards'][0]['groups']
results in this error for the use of the ['data']
TypeError: 'method' object is not subscriptable
I'm new to python and am slowly getting it to work with the Monday API. This is the problem that is humbling me currently.