Board API not producing members nested resource

Hi

I noticed that when I am trying to get cards nested resources on board (/board/{idBoard}), I am not getting nested members, even though I provide card_members = true and card_member_fields = all query parameters, as specified at https://developer.atlassian.com/cloud/trello/guides/rest-api/nested-resources/#cards-nested-resource

Bug? Can anyone confirm?

Hi @aleksg ,

Does you query look as follows:

https://api.trello.com/1/boards/{boardId}/cards?card_members=true&card_member_fields=true

Regards,
Dugald

Hi @dmorrow,

My query looks like this:

https://api.trello.com/1/board/{boardId}/?fields=none&cards=open&card_fields=none&card_members=true&card_member_fields=all&card_attachments=true

Not .../boards/{boardId}/cards?...

I get the attachments, but not the members.

Regards,
Alex