We have multiple workspaces and multiple boards and when retrieving the boards all the board results is having board_folder_id as null. Is this expected?
If not how we can create board within some folder. Please assist.
I think you are mixing folders and workspaces. You can create a board in any workspace (if you know the workspace id) and any folder *if you know the folder id). See doc:
Thank you for inputs. Here, as per my understanding we can have workspaces or folders to create boards which means while creating board we can either select workspace id or folder id as parent for board.
If my understanding above is correct, how can we get the default folder id from the application UI and also how can we create the folder from UI.
You can actually have workspaces AND folders. A board is ALWAYS part of a workspace and within the workspace you CAN have folders. You can get the folderId from the UI I’m afraid.