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”: [
{
“views”: [
{
“name”: “Broadcast”,
“id”: “39713302”,
“type”: “SppBoardView”
}
]
}
]
},
“account_id”: 23348699
}
i am not getting Kanban view