{
"created_for_user_id": "cba53b35-82ca-5b6a-ed4d-f1ac8656bd08",
"id": "-1GZDZS9yjcFFw5tZ7zwK",
"type": "list",
"name": "Colleen Bashirian",
"position": 4,
"visibility": "private",
"protected": false,
"forced": false,
"share_options": {
"filters": true,
"preferences": true,
"columns": true
},
"shared_users": [],
"forced_users": [],
"settings": {},
"created_at": "2025-06-29T13:41:27.369Z"
}
curl --location --request POST 'https://api.vplan.com/v1/board//view' \
--header 'x-api-key;' \
--header 'x-api-env;' \
--header 'Content-Type: application/json' \
--data-raw '{
"created_for_user_id": "cba53b35-82ca-5b6a-ed4d-f1ac8656bd08",
"id": "-1GZDZS9yjcFFw5tZ7zwK",
"type": "list",
"name": "Colleen Bashirian",
"position": 4,
"visibility": "private",
"protected": false,
"forced": false,
"share_options": {
"filters": true,
"preferences": true,
"columns": true
},
"shared_users": [],
"forced_users": [],
"settings": {},
"created_at": "2025-06-29T13:41:27.369Z"
}'
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "agenda",
"name": "string",
"position": 0,
"visibility": "string",
"protected": true,
"forced": true,
"share_options": {
"filters": true,
"preferences": true,
"columns": true
},
"shared_users": [
"string"
],
"forced_users": [
"string"
],
"settings": {},
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}