Flow Board Group

Type: object

AttributeTypeDescription
idstringIdentifier of the flow board group
createdintegerThe unix timestamp when the color was created
namestringName of the flow board
colorColor Data-

Example

{
  "id": "5dbad85a76ea51c1f35b6f69",
  "created": 1517184000,
  "name": "example board group name",
  "color": {
    "source_id": "0BEBFEB3-A107-4D1D-A3B0-77D1FBD35F01",
    "r": 143,
    "g": 152,
    "b": 5,
    "a": 1
  }
}