I'm trying to get all cards in a board assigned to a specific user, but the below returns all the cards in a board.
I did not find this solution anywhere; this is what I tried, and it returns cards assigned to all users:
https://api.trello.com/1/boards/${boardid}/cards?fields=name,shortLink&key=${applicationkey}&token=${userkey}
- ${boardid} = id of the board I want cards from
- ${applicationkey} = Trello Developer API Key
- ${userkey} = Trello User Token
Looks like a lot of people were able to do this, but there is no working documentation on this one.
I was able to accomplish this (get all cards assigned to me), by using the Trello search API.
Query URL (Cards assigned to a member):
Query Pattern (regexp to read cards):
Parameters used:
Get Developer API key and User Token: Click here
Get member id from here: