Hi there,
i’m trying to do the following request
https://api.trello.com/1/boards/boardid?key=key&token=token&cards=visible&card_fields=desc,due,labels,name,cover,url,idList,idMembers&card_members=true&card_member_fields=fullName
With this request, members should be included for the cards right? Because they are missing completly. The idMembers property is there but not the full names of the Members. Am I doing something wrong? Is my request missing something?
Thanks for your help in advance!