Type: object
Attribute | Type | Description |
---|---|---|
id | string | The unique id of the workflow status |
name | string | The name of the workflow status |
color | Workflow Status Color | - |
Example
{
"id": "5dbad85a76ea51c1f35b6f69",
"name": "Done",
"color": {
"name": "yellow",
"r": 254,
"g": 207,
"b": 51,
"a": 1
}
}