Is there a way to fetch only personal Boards through API or to somehow determine whether it is owned by the user or not ?
.../members/me/boards returns all the boards that user is part of, and I don't need that
@Milica Spasic you can find boards that you are an admin member of which do not belong to any team, but that's as much of a notion of "ownership" as Trello boards have.
You could also then fetch each board's createBoard action:
https://trello.com/1/boards/rkMsnpzq/actions?filter=createBoard&limit=1000
this will tell you who created it, so I guess a board that does not belong to a team, that you are an admin of and that you created, could be said to be a board you "own".
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.