number
, select
or list
types{
"name": "string",
"workdays": {
"1": true,
"2": true,
"3": true,
"4": true,
"5": true,
"6": false,
"7": false
},
"color": "transparent",
"split_cards_by_activity": false,
"own_backlog": false,
"capacity_method": "estimated_time",
"visibility": "everyone",
"restricted_users": [
{
"id": "string",
"permission_set": "board_admin"
}
],
"dependency_behavior": "notify",
"custom_fields": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "Weight",
"type": "text",
"scope": "collection",
"priority": 0,
"value": "string",
"drawing_id": "19ba6f6f-3365-4d74-bdc5-b3df4072c0ab",
"components": {
"latitude": 52.3156048,
"longitude": 6.496432,
"country": "Netherlands",
"city": "Rijssen",
"postal_code": "7462TB",
"street1": "Hogepad 83",
"street2": "Second floor"
},
"list": [
{
"name": "string",
"value": "string",
"color": "transparent"
}
],
"selected": {
"name": "string",
"value": "string",
"color": ""
},
"options": {
"unit": "kg",
"align": "left",
"decimals": 2
}
}
],
"labels": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"color": "transparent"
}
],
"statusses": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"priority": 0,
"entry": true,
"exit": true,
"color": "transparent"
},
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"priority": 0,
"entry": true,
"exit": true,
"color": "transparent"
}
]
}
curl --location --request POST 'https://api.vplan.com/v1/board' \
--header 'x-api-key;' \
--header 'x-api-env;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"workdays": {
"1": true,
"2": true,
"3": true,
"4": true,
"5": true,
"6": false,
"7": false
},
"color": "transparent",
"split_cards_by_activity": false,
"own_backlog": false,
"capacity_method": "estimated_time",
"visibility": "everyone",
"restricted_users": [
{
"id": "string",
"permission_set": "board_admin"
}
],
"dependency_behavior": "notify",
"custom_fields": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "Weight",
"type": "text",
"scope": "collection",
"priority": 0,
"value": "string",
"drawing_id": "19ba6f6f-3365-4d74-bdc5-b3df4072c0ab",
"components": {
"latitude": 52.3156048,
"longitude": 6.496432,
"country": "Netherlands",
"city": "Rijssen",
"postal_code": "7462TB",
"street1": "Hogepad 83",
"street2": "Second floor"
},
"list": [
{
"name": "string",
"value": "string",
"color": "transparent"
}
],
"selected": {
"name": "string",
"value": "string",
"color": ""
},
"options": {
"unit": "kg",
"align": "left",
"decimals": 2
}
}
],
"labels": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"color": "transparent"
}
],
"statusses": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"priority": 0,
"entry": true,
"exit": true,
"color": "transparent"
},
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"priority": 0,
"entry": true,
"exit": true,
"color": "transparent"
}
]
}'
number
, select
or list
types{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"workdays": {
"1": true,
"2": true,
"3": true,
"4": true,
"5": true,
"6": false,
"7": false
},
"color": "transparent",
"split_cards_by_activity": false,
"own_backlog": false,
"capacity_method": "estimated_time",
"visibility": "everyone",
"dependency_behavior": "notify",
"custom_fields": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "Weight",
"type": "text",
"scope": "collection",
"priority": 0,
"value": "string",
"drawing_id": "19ba6f6f-3365-4d74-bdc5-b3df4072c0ab",
"components": {
"latitude": 52.3156048,
"longitude": 6.496432,
"country": "Netherlands",
"city": "Rijssen",
"postal_code": "7462TB",
"street1": "Hogepad 83",
"street2": "Second floor"
},
"list": [
{
"name": "string",
"value": "string",
"color": "transparent"
}
],
"selected": {
"name": "string",
"value": "string",
"color": ""
},
"options": {
"unit": "kg",
"align": "left",
"decimals": 2
},
"created_at": "2024-04-11T10:22:15Z",
"updated_at": "2024-04-11T10:22:15Z"
}
],
"created_at": "2024-04-11T10:22:15Z",
"updated_at": "2024-04-11T10:22:15Z",
"archived_at": null
}