GraphQL Query to fetch list of itemViews on a board

Actually API offer possibility to fetch list of BoardViews but there’s no way to fetch list of ItemViews.

"The board's views."
  views(
    "A list of view unique identifiers."
    ids: [ID!],
    "The view's type"
    type: String
  ): [BoardView]

This request is about adding possibility to fetch both board views & items views using views query. A typical use case would be to fetch list of views created by our App so we can provide list of views to the frontend or integration recipes’ Field Type.

Very much needed!

Hello there @Adnene

Thank you for the feedback! Our team will review this :grin:

Hi @Matias.Monday - we have another reason for bumping up the urgency of this: Our users add DocuGen as an item view. When DocuGen creates webhooks (or when the user creates integration recipes) and the user subsequently deletes our item view, the webhooks/recipes will continue to fire because we are unable to verify if the item view still exists.

Multiple customers have reported this issue. We need to be able to query item views to determine if the view still exists before we execute on a fired webhook/recipe.

Thank you @samicaracand for adding the context!

It will be taken into account :smile: