Request
Add parameter in header x-api-key
Example:x-api-key: ********************
Add parameter in header x-api-env
Example:x-api-env: ********************
or
Body Params application/json
{
"created_for_user_id": "cba53b35-82ca-5b6a-ed4d-f1ac8656bd08",
"type": "list",
"name": "Mabel Bechtelar",
"position": 4,
"visibility": "private",
"protected": false,
"forced": false,
"share_options": {
"filters": true,
"preferences": true,
"columns": true
},
"shared_users": [],
"forced_users": [],
"settings": {}
}
Request samples
curl --location --request POST 'https://api.vplan.com/v1/board//view' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--header 'x-api-env;' \
--data-raw '{
"created_for_user_id": "cba53b35-82ca-5b6a-ed4d-f1ac8656bd08",
"type": "list",
"name": "Mabel Bechtelar",
"position": 4,
"visibility": "private",
"protected": false,
"forced": false,
"share_options": {
"filters": true,
"preferences": true,
"columns": true
},
"shared_users": [],
"forced_users": [],
"settings": {}
}'
Responses
application/json {
"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": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"forced_users": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"settings": {},
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
Modified at 2025-07-22 14:20:42