Skip to main content

curl -X POST https://api.monday.com/v2 \\



-H "Authorization: Bearer “”

-H “Content-Type: application/json”

-d ‘{“query”: “query { boards (ids: 1873868446) { views { type settings_str view_specific_data_str name id } } }”}’

{“data”:{“boards”:>{“views”:}]},“account_id”:23348699}



here is the curl


and in the API playground

{

“data”: {

“boards”: b

{

“views”: b

{

“name”: “Broadcast”,

“id”: “39713302”,

“type”: “SppBoardView”

}

]

}

]

},

“account_id”: 23348699

}

i am not getting Kanban view

Hello there @Kasim and welcome to the community!


I hope you like it here 💪


As of today, our API can not retrieve native monday views such as Kanban, Chart or Calendar.


That is why you are not seeing your Kanban view.


Let me know if you have any other questions 😀


Cheers,

Matias


Reply