You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was trying to see in the library if there's a way to query a list for cards, and include custom field types. For example, I'm following the instructions at https://developers.trello.com/reference#section-nested-cards-as-query-params and would like to pass customFieldItems=true in the query params. When I search the codebase for customField I don't see anything that seems to do this though. Possible I missed it or there's some kind of metaprogramming happening.
Wanted to open this in case I missed the documentation or as a placeholder for this feature. Seems somewhat related to #255 but for queries instead of updates (although we could use that too... rolling our own by hand based on that issue.)
The text was updated successfully, but these errors were encountered:
Hi, I was trying to see in the library if there's a way to query a list for cards, and include custom field types. For example, I'm following the instructions at https://developers.trello.com/reference#section-nested-cards-as-query-params and would like to pass
customFieldItems=true
in the query params. When I search the codebase forcustomField
I don't see anything that seems to do this though. Possible I missed it or there's some kind of metaprogramming happening.Wanted to open this in case I missed the documentation or as a placeholder for this feature. Seems somewhat related to #255 but for queries instead of updates (although we could use that too... rolling our own by hand based on that issue.)
The text was updated successfully, but these errors were encountered: