Skip to main content

I am not getting any view returned in api response other than form. As per documentation, kanban board, gantt view, timeline view etc are supported.

Can you give me list of supported views?

Can someone please update on this, who has idea about it?


You can use the following to get board views:


{
boards(ids: ["12345"]) {
name
views {
id
name
type
}
}
}


The trouble is that only certain types of board views will then show up in the results.


Off the top of my head, I cannot remember which ones will appear.


All custom board views (those created by apps) will be listed but a lot of native MDC views will not be listed. The only way to find out is set up a board with all the views you’re interested in and see what you get.


If you reply to this with your findings it may be helpful for others.


Reply