Type: object
Attribute | Type | Description |
---|---|---|
id | string | Identifier of the board |
name | string | Name of the board |
number_of_connectors | integer | Number of connectors in the board |
number_of_nodes | integer | Number of nodes in the board |
number_of_groups | integer | Number of groups in the board |
Example
{
"id": "5dbad85a76ea51c1f35b6f69",
"name": "Example Flow Board Name",
"number_of_connectors": 5,
"number_of_nodes": 4,
"number_of_groups": 1
}