Flow Board

Type: object

AttributeTypeDescription
idstringIdentifier of the board
namestringName of the board
number_of_connectorsintegerNumber of connectors in the board
number_of_nodesintegerNumber of nodes in the board
number_of_groupsintegerNumber 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
}