{
"include_membership_statuses": [1, 2],
"parent_card_id": 8b1aae6f-ef78-4cc0-a205-7203c07c1157,
"as_id_list":true
}
This request body will return the ids of all the children of the card with id “8b1aae6f-ef78-4cc0-a205-7203c07c1157”: there are six in my case.
Is there a way to specify retrieving cards recursively: all the children of the card with id “8b1aae6f-ef78-4cc0-a205-7203c07c1157” and their sub children etc? (twelve in my case).
Thanks!